molivier / nest

Nest Pelican Template
https://www.molivier.com
GNU General Public License v2.0
123 stars 50 forks source link

Support rel canonical link #22

Closed raimon49 closed 4 years ago

raimon49 commented 5 years ago

Hi, I would like to set up to tell Google and other search engines the canonical URLs.

If the user sets NEST_REL_CANONICAL_LINK to True, the article page will have a rel = canonical <link> tag written out.

<link rel="icon" href="https://example.com/favicon.ico">
<!-- Canonical -->
<link rel="canonical" href="https://example.com/article.html">
<!-- /Canonical -->

See also) https://support.google.com/webmasters/answer/139066

Thank you for maintaining the great design theme.

raimon49 commented 4 years ago

@molivier Hi, OLIVIER. I would like your review and merge.

Is there anything I can do?

molivier commented 4 years ago

Thank you for your contribution and good addition to the template. Sorry for the delay !

raimon49 commented 4 years ago

@molivier Many thanks!!