Phronesis Established Member ★ 15 ★ Impact 48 Oct 8, 2006 829 views 5 replies #1 Not sure if this is the correct forum so feel free to move... How do I prevent a family (wordpress) blog from being crawled and indexed on the SERPS? Help is appreciated!!!
Not sure if this is the correct forum so feel free to move... How do I prevent a family (wordpress) blog from being crawled and indexed on the SERPS? Help is appreciated!!!
Dan Buy my domains.VIP Member VIP ★ 15 ★ Impact 108 Oct 8, 2006 1 point #2 If you don't want search engines to index any file of your Web site, use the following in your robots.txt: Code: User-agent: * Disallow: /
If you don't want search engines to index any file of your Web site, use the following in your robots.txt: Code: User-agent: * Disallow: /
Redleg Ultima Ratio RegumVIP Member VIP ★ 20 ★ Impact 37 Oct 11, 2006 1 point #3 And replace/add this to the header template, just to be sure: Code: <meta name="robots" content="noindex,nofollow"> Last edited: Oct 15, 2006
And replace/add this to the header template, just to be sure: Code: <meta name="robots" content="noindex,nofollow">
DomainBELL Three DecadesTop Member VIP ★ 20 ★ Impact 1,089 Oct 12, 2006 #5 Redleg said: And replace/ass this to the header template, just to be sure: Code: <meta name="robots" content="noindex,nofollow"> Click to expand... hey now... that's a nice simple one that even a techie challenged girl such as my self can understand... saving that one... THANKS for sharing... ~DomainBELL (Patricia) . . . . launching soon. . . . ReggingDRUNK.com
Redleg said: And replace/ass this to the header template, just to be sure: Code: <meta name="robots" content="noindex,nofollow"> Click to expand... hey now... that's a nice simple one that even a techie challenged girl such as my self can understand... saving that one... THANKS for sharing... ~DomainBELL (Patricia) . . . . launching soon. . . . ReggingDRUNK.com
apexad Established Member ★ 20 ★ Impact 12 Oct 12, 2006 #6 All these methods will work. The final thing you could do is password protect it. I believe there are plugins or options to do this in wordpress.
All these methods will work. The final thing you could do is password protect it. I believe there are plugins or options to do this in wordpress.