Under the Google Search Console > Coverage > Crawl anomaly I’m getting the following entries appended with my blog posts:
/{{td_query_all_results}}
/{{post_url}}
/{{post_cat_link}}
This has only recently appeared in the Search Console. They are a mixture of new and old blog posts that are affected.
All pages load fine including AMP ones.
I have Newspaper V 9.7.2 installed.
I wonder if you can advise on these issue please?
Thank you
Hi,
Please try this steps to fix this problem, go in wp-content/plugins/td-composer/mobile/header-amp.php https://www.screencast.com/t/wqp2eatP and set
rel=”nofollow” in -> https://www.screencast.com/t/gneogTYuN -> https://www.screencast.com/t/g41V9Vi1O please clear all cache and mark us resolved the issues from Google Search Console > Coverage > Crawl anomaly.
Hope this will help you!
Thanks.
Thanks for your reply.
In your screenshot of the header-amp.php file, you show the change needs to be made on line 197.
When I check my header-amp.php file however, I see the line on 393 instead (see screenshot: https://imgur.com/a/oK1Y8ZH). I’m using Newspaper V 9.7.2, I’m presume this is ok?
Also, I guess I don’t need to add rel=”nofollow” to the following ones as well?:
{{post_url}}
{{post_cat_link}}
Hi,
Please set the rel="nofollow" for {{post_cat_link}} and {{post_url}} too
-> https://www.screencast.com/t/t9pRAcNB7k
Also please make sour that you clear all cache and see if there will still be some problems.
Thank you!