Wrong canonical for paginated pages using Ajax
-
Hi
This page https://www.notilus.fr/actualites/ display blog posts with Elementor.
At the bottom of the first 10 posts there is a button “Afficher +” that load in the same page with Ajax the next 10 posts.
In the source code, the Elementor widget that display the posts add this :
<a class="page-numbers" href="https://www.notilus.fr/actualites/page/2/">2</a> <a class="page-numbers" href="https://www.notilus.fr/actualites/page/3/">3</a>
Paginated pages like https://www.notilus.fr/actualites/page/2/ or https://www.notilus.fr/actualites/page/1/ are never seen by the user but are crawled by search engine bots.
The issue is, if you look at the source code of the paginated page https://www.notilus.fr/actualites/page/1/ and look for for the canonical link you will see that it stay to
<link rel="canonical" href="https://www.notilus.fr/actualites/" />
and that’s wrong.A you said here https://yoast.com/pagination-seo-best-practices/ :
Google is very clear now: each page within a paginated series should canonicalize to itself, so /page/2/ has a canonical pointing to /page/2/.How can Yoast can deal with that?
Thanks
- The topic ‘Wrong canonical for paginated pages using Ajax’ is closed to new replies.