Hello team
Nice update as always, I make some test on localhost before I apply the update on my live website. Everything is awesome except I can’t delete any row on tagdiv composer and cloud template.
https://www.screencast.com/t/dBVDgnZAV
You see the delete option in row is gone.
And %%page%% of snippet Yoast Code still doesn’t work on Homepage using loop post element on pagination.
https://www.screencast.com/t/ngZnE1rYtO
https://www.screencast.com/t/0J4nl05OsCy
I can’t use pagebuilder on homepage because this issue will cause duplicate title tag & duplicate meta description on google and affect my site ranking. On my live website, I deactivate a static page and %%page%% of snippet Yoast Code is work perfectly on homepage pagination. This is the example screenshot:
https://www.screencast.com/t/bKN5KMlSL4t
https://www.screencast.com/t/NPvXodJL
https://www.screencast.com/t/8Z1eLcT9xWt
Please fix this issue.
Thank you
Best Regards
MC Dohl
Hi,
You still can delete the row using the icon, pressing the delete button or click and hold and drag the row in delete section.
-> https://www.screencast.com/t/Ig5gFHjZY
-> https://www.screencast.com/t/mrhBzDPRWz
Unfortunately the problem with yoast seo is still there, but if you want you can implement the fix in td_wp_booster_functions.php the full path is wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
all you need to do is to add in “outside the loop, it’s reliable to check the page template” conditions || $seo_title
the code is look like this https://www.screencast.com/t/l1DwCIGOr set that code like this -> https://www.screencast.com/t/eSB5eoilw
the results https://www.screencast.com/t/OPy5sgWto
We’ll try to fix this as sun as possible.
Thank you for your understanding!
Hello @calin
Thanks, now, I can delete row in tagdiv composer and cloud library.
That code can fix duplicate title tag in homepage pagination, but can’t fix duplicate meta description
https://www.screencast.com/t/tik1hck3i
The reason I am not using the code you gave me earlier is that google still detect my websites have duplicate meta description and I must deactivate the pagebuilder on homepage which can solve my issue.
https://www.screencast.com/t/EXsRTYDffz
That code only fix the homepage title tag, but completely conflict with yoast in category, archive, tag, and author pagination, before I add that code
https://www.screencast.com/t/MsdVBcPhDV
after I add that code
https://www.screencast.com/t/2CDDYF0X74jy
This the code that you gave me earlier and work perfectly with yoast but still have duplicate meta description
if (!in_the_loop() && (is_page_template('page-pagebuilder-latest.php') || $is_smart_list || is_page() ) ) {
Thanks
Hi,
I made some investigation for this problem, those are the settings made
-> https://www.screencast.com/t/oFuxwxmktkAB
-> https://www.screencast.com/t/Kyj0mJhvDQ
with out medta
-> https://www.screencast.com/t/lHtT7lhNPi
-> https://www.screencast.com/t/7lppDvhxc
So this duplicate meta cams from yoast seo plugin, not from Newspaper theme.
Please check those articles:
-> https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/
How Do I Fix Duplicate Meta Tags? -> https://kb.yoast.com/kb/how-do-i-fix-duplicate-meta-tags/
-> https://www.quora.com/How-can-I-get-rid-of-duplicate-Meta-description-in-WordPress-I-use-the-Yoast-plugin-for-description-but-my-post-s-first-paragraph-is-also-counted-and-make-s-2-descriptions-How-do-I-make-Yoast-the-only-one
-> https://wordpress.org/support/topic/fix-duplicate-meta-descriptions/
Thank you for your understanding!
Hi
If this problem is from yoast plugin, why %%page%% from yoast snippet code doesn’t work only on homepage that I create with pagebuilder? %%page%% snippet code doesn’t work on title tag that means %%page%% snippet code doesn’t work if I put in description too. Everything in yoast variable snippet code is work on pagebuilder except %%page%%. I try so many plugin, and find out all in one seo pack plugin is work perfectly in homepage pagination that I create with pagebuilder. Variable snipet code from all in one seo pack is work on title tag and meta description. I don’t understand why tagdiv team can’t fix this serious bug.
Thanks
Hi,
I have pass this problem to our developer team to take a look and find they problem, for the moment this is all I can do, sorry for the inconvenience!
If this is a problem you can try to use the Page Builder + Latest Articles + Pagination instead of post loop.
Thank you for your understanding!