lare Posted September 11 Share Posted September 11 Hello. I would like to hide all whmcs-pages from google since they are only used by my existing customers. I put this code snippet on the header.tpl file inside my template files: <meta name="robots" content="noindex,nofollow"> <meta name="googlebot" content="noindex"> <meta name="googlebot-news" content="nosnippet"> After I put this in nothing changed. How long does it take before it starts working? 0 Quote Link to comment Share on other sites More sharing options...
Solution Anayas Posted September 12 Solution Share Posted September 12 I’ve dealt with this before, and it can take a little while for Google to pick up on changes. Using the "Fetch as Google" tool in Search Console can help speed things up. Just make sure the meta tags are correctly in the <head> of all the pages you want to hide. Also, check that there aren't any conflicting robots.txt rules or other tags that might be overriding your settings. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.