Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rel='nofollow' to all external hardcoded links in templates #3162

Merged
merged 2 commits into from
Oct 28, 2023

Commits on Jul 26, 2023

  1. Add rel='nofollow' to all external hardcoded links in templates

    Fix getpelican#2956: the HTML tag (eg `<a href="https://getpelican.com">`) in our
    templates negatively impacts a Pelican-generated site's ranking for
    Search Engine Optimisation purposes. This can be solved by adding the
    Google-developed `rel="nofollow"` attribute to external links so that
    the website's owner does not have to provide link authority to the
    target. This change also had to be reflected in the tests so that they
    would pass.
    willthong committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0e0c22e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    99e37d0 View commit details
    Browse the repository at this point in the history