Webfiles and Metatags: Upload and serve app icons #37
Labels
area:seo
Impacts SEO
enhancement
New feature or improvement
roadmap
Priority issues that will be released in the short term
Managing app icons may be complex and time consuming for end users. We want to 1) have a page on beacon admin to upload icons, and 2) generate the html tags for displaying such icons.
upload icons on beacon admin
Ideally users would upload a high-res .svg file that beacon can convert to:
We may allow users uploading individual files, either to overwrite the generated one or because users may not have the high-res .svg file.
display icons
The expected tags are:
Note that
{site_prefix}
has to be replaced withrouter(conn).__beacon_site_prefix__(site)
, seeasset_path/2
for example.Refs
Read https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs for the full explanation.
Extra:
The text was updated successfully, but these errors were encountered: