Use a trick to shorten the length of long Markdown header anchor links. Hugo - Shorten Markdown Header Anchor Links Markdown Header Anchor Links h2 to h6 Hugo creates automatically from the title text when generating. A trick can be used to shorten the title length for the link. Shorter links are good for SEO.Read more 15. Jan. 2022 #hugo #links #markdown #quick-tip #seo
Through a Markdown render hook, create optical header anchor links automatically. Hugo - Create optical header anchor links automatically Hugo can automatically create anchor links for h2 to h6 headers through a Markdown render hook and display them through an SVG icon. This visually informs visitors to the website that the header can be linked directly. The automatic system generates this without any additional work.Read more 12. Jan. 2022 #hugo #links #markdown #quick-tip #seo
Create SEO compatible URL with the Hugo Front Matter variable slug. Hugo - Adjust the URL with the Front Matter variable slug SEO-compatible URLs must not be too long and should not contain any country-specific special characters. The Hugo generator automatically uses the title of the website as the URL. Spaces are replaced by hyphens when generating. Special characters are included in the URL.Read more 10. Jan. 2022 #front matter #hugo #links #quick-tip #seo
Canonical links for pagination pages - page/2, page/3 ... Hugo - Canonical Pagination Links for Blog Posts and Tags Avoid search engine indexing errors for pagination following pages with an adapted canonical link in the head of the web page. Adapt the rel=canonical header so that page/2 to page/x are also assigned correctly.Read more 3. Jan. 2022 #hugo #links #pagination #quick-tip #seo