Jump to content

Block search engines from indexing


Businezz

Recommended Posts

Hi,

I want to block WHMCS from search engines, i basically use it as a client area for paying invoices installed in subdomain. I have separate website in the main domain. Currently this is what i use: 

<meta name="robots" content="noindex,nofollow"/>

But it doesn't help, it's been a while and my links still are showing up on search engines, especially login page it's all over the place on bunch of different languages, even i disabled language selection in the settings. I appreciate any useful tip and suggestion for blocking it from SEOs.

Thanks!

 

Link to comment
Share on other sites

6 hours ago, Businezz said:

Hi,

I want to block WHMCS from search engines, i basically use it as a client area for paying invoices installed in subdomain. I have separate website in the main domain. Currently this is what i use: 


<meta name="robots" content="noindex,nofollow"/>

But it doesn't help, it's been a while and my links still are showing up on search engines, especially login page it's all over the place on bunch of different languages, even i disabled language selection in the settings. I appreciate any useful tip and suggestion for blocking it from SEOs.

Thanks!

 

Malicious bots that hide as robots will not respect your robots files. Some legit robots might also completely ignore your rules. It takes a while for your site to get de-indexed from major search engines.

Try this rule in a robots.txt file instead:

User-agent: *
Disallow: /
Edited by yggdrasil
Link to comment
Share on other sites

6 hours ago, yggdrasil said:

Malicious bots that hide as robots will not respect your robots files. Some legit robots might also completely ignore your rules. It takes a while for your site to get de-indexed from major search engines.

Try this rule in a robots.txt file instead:


User-agent: *
Disallow: /

So i have to remove nofollow from <head> and update only robots file?

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