I’ve noticed that my cloud templates and certain elements are being indexed on google but I don’t want these pages searchable (just usable by me). How can I remove these from the index?
For example, Google gives me an error about the below telling me the font is too etc as if it is a regular page but this clearly should not be showing up on google or as part of my site.
https://mindfulpump.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/
It also appears that a query was made “font awesome composer” and a click through to the site because of it. Why is this happening?
I have a Yoast premium account that does noindexing but doesn’t seem to be doing the trick.
Thanks in advance!
Hello,
The cloud templates are custom post types, and these can be an index or not, therefore you can use Yoast SEO to control the SEO for cloud templates, for example, -> https://imgur.com/ApOXLWp
Let me know the results!
Thank you!
Hi there,
My settings are on hidden but it seems that google has indexed these pages.
It also seems that it has indexed this
https://snipboard.io/8JVHsX.jpg
how can I remove this and why is this even showing up for google?
Hello,
I hope this article help you -> https://developers.google.com/search/docs/advanced/crawling/block-indexing
Thank you!
Maybe do this in your robots.txt file:
User-Agent: *
Disallow: /tdb_templates/
I use this plug-in: https://en.wordpress.org/plugins/robots-txt-editor/
