Page Number Not Coming In Page Title

Posted in: Newspaper
Post count: 81

Hi,

I have added the page parameter to the SEO title of the Homepage but the paginated archives are not getting the page number.

http://prntscr.com/m3z341

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.

Post count: 108

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.

Post count: 81

Thanks for you reply.

How to get default latest article with pagination in Newspaper 9 theme?

Post count: 108

Lets wait a solution from tagdiv team about this issue. I don’t like default latest article with a pagination because that options will put default pagination on bottom of main page

Post count: 81

ok…

Post count: 35449

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.

Post count: 108

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.
Post count: 35449
Post count: 108

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

Post count: 35449

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.

Post count: 108

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

Post count: 35449

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.

Post count: 108

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

Post count: 35449

Hi,

This problem was note in our list for fix, but for the moment I can not say when this fix will be release.

Thank you for your understanding.

Post count: 108

Hi

Thank you so much, I hope on next update this issue will be fix because this is not good for seo if people using post loop module on main page. 🙂

Regards

Post count: 81

I am not able to find the code in the file (tagdiv-wp-booster-functions.php) in the latest version 9.7.3

Please help asap!

Post count: 35449

Hi @akshem,

Since Newspaper v9.7 the td_wp_booster_functions.php file was moved in tagDiv Composer plugin, the file can be found now in wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php

Thank you!

Post count: 81

Thank you so much!

Viewing 18 posts - 1 through 18 (of 18 total)
The forum ‘Newspaper’ is closed to new topics and replies.