What pagination syntax does Yoast SEO read.
-
On paginated category pages the Canonical Link is referencing the first page and not the current page.
<link rel="canonical" class="yoast-seo-meta-tag" />
Other support responses to this question say that Yoast relies on WP core functions to understand if the page is paginated.
The theme uses the following template tags after the loop.
<div class="navigation"> <div class="alignleft"> <?php previous_posts_link('« Newer Entries') ?> </div> <div class="alignright"><?php next_posts_link('Older Entries »') ?> </div> </div>
Can you please let me know what syntax Yoast is able to read?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘What pagination syntax does Yoast SEO read.’ is closed to new replies.