Closed Smilefounder closed 1 year ago
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
[ ] Auto gen alternate hreflang inside
if other culture existing:[ ] Add script config for "structured-data". Ex: https://developers.google.com/search/docs/guides/intro-structured-data
[ ] Auto add "alt" attribute to all html tag with post title in case it is blank
[ ] Add Lazyload js https://github.com/aFarkas/lazysizes/releases to site
[ ] Add rel=”next” / “prev” with a self-referencing rel=”canonical” link inside
tag. So /blog/6/1 should rel=”canonical” to /blog/6/1. For example:The
code of a four-page series will look something like this:One pagination tag on the root page, pointing to the next page in series.
Two pagination tags on page 2.
Two pagination tags on page 3.
One pagination tag on page 4, the last page in the paginated series.