Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Add SEO pagination meta in base.html #41

Open
ricricucit opened this issue Jan 18, 2018 · 0 comments
Open

Add SEO pagination meta in base.html #41

ricricucit opened this issue Jan 18, 2018 · 0 comments
Assignees

Comments

@ricricucit
Copy link
Collaborator

Add this:

{# SEO-friendly pagination links #}
{% if pageInfo is defined %}
    {% if pageInfo.prevUrl %}<link rel="prev" href="{{ pageInfo.prevUrl }}">{% endif %}
    {% if pageInfo.nextUrl %}<link rel="next" href="{{ pageInfo.nextUrl }}">{% endif %}
{% endif %}

in base.html to have SEO friendly pagination.

more info

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant