Jump to content

How to hide whmcs pages from google?


lare
Go to solution Solved by Anayas,

Recommended Posts

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?

Link to comment
Share on other sites

  • Solution

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. 


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated