Hi,
I have added the page parameter to the SEO title of the Homepage but the paginated archives are not getting the page number.
For instance,
Here page 2 should come in the title but that’s not the case.
https://www.techuntold.com/page/2/
Please help!
Thanks.
I also experienced the same issue, I have notice duplicate meta tag from search console because of this. I think post loop module in tagdiv cloud library have a conflict with yoast seo plugin. Default latest article with pagination work perfectly with yoast plugin.
Hi,
The settings need to be made in this way https://www.screencast.com/t/cOu1gTBM8eGO , clear all cache and way for google index to see if the changes appear.
Thank you.
Hi @calin
Thank you for your reply. That solution did not work.
Yoast title page pagination 2,3 etc, do not work on post loop module:
https://www.screencast.com/t/qnEsI7gzviY0
You see “Home” is title of main page, not pagination page. I already set the page pagination number in yoast setting, but the result is the same:
https://www.screencast.com/t/IbQ4fHFSK
If I deactivated Yoast plugin, the pagination page is work perfectly:
https://www.screencast.com/t/avzBrZCs20TS
See “Home” title now change to “Home | Page 2” in pagination page. Because of this issue, Search console notice my website is have duplicate title tag on pagination page. This is not good for SEO.
Please help me.
Thanks
-
This reply was modified 7 years by
McDohl.
Hi,
You can try to set the yoast variable -> https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
https://www.screencast.com/t/PguN7QisvB3
https://www.screencast.com/t/G5qGDIt5Je
https://www.screencast.com/t/TomIhbcVB
Hope this will help you.
Thanks.
Hi
I already try that code.. But the main page title tag will add “page 1”, I don’t want the main page of my website is add more title tag like “page 1” besides the site title. I just want the pagination page is add 2, 3, etc. Why post loop module is not compatible with yoast seo plugin only in main page?
Thanks
Hi,
If you want you can make some changes in theme in order to do that wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
https://www.screencast.com/t/Nm9zq3RPB
replace the code on line 859 with this code
if (!in_the_loop() || $is_smart_list) {
https://www.screencast.com/t/X5t1aVRNfJb
Please note that this is just a quick fix.
Hope this will help you.
Thank you.
Hi
Thank you, that code is work on main page pagination but now I can’t edit the title tag page with yoast seo.
And also, because that code, the title tag on category, author and tag pagination now totally mess and conflict with yoast plugin 🙁 this is the example on category pagination page 2:
https://www.screencast.com/t/DMwjhmp5iG
I hope this bug will be fix as soon as possible because this issue is not good for seo.
Thanks
Hi,
Please replace the code with this one
if (!in_the_loop() && (is_page_template('page-pagebuilder-latest.php') || $is_smart_list || is_page() ) ) {
Also please set the settings in Yoast SEO to default
https://www.screencast.com/t/ICTTaeOep5
Hope this will help you.
Thanks.
Hi
Thanks. that code is work for quick fix. and now everything is fine except %%page%% code in yoast setting that still not work on main page pagination. Why this happen only on post loop module in main page? Are the tagdiv team gonna fix this issue on the next update? So that the %%page%% code can be work on post loop module in main page.
Thanks