GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Robots meta tags... little help please (https://gfy.com/showthread.php?t=483700)

iwantchixx 06-22-2005 07:38 AM

Robots meta tags... little help please
 
What would I use to tell the search engines to NOT read a specific page and it NOT affect the rest of the site. I just want one page to be ignored.

Code_Havoc 06-22-2005 07:46 AM

Do a search on google for 'Robot Exclusion Standard'

You'll have to make a robots.txt file and put it on your root www folder (so you can access it from the browser: http://www.cnn.com/robots.txt). In that file you'll tell the world what browsers can and cant go to certain parts of your site.

Serge Litehead 06-22-2005 07:56 AM

robots.txt:
User-agent: *
Disallow: /specific_dir/
Disallow: /particular_file.html

in file:
<META NAME="robots" CONTENT="noindex">


more robots.txt info

additionally you can have nofollow command for a specific link, introduced by google
<a href="http://www.site.com/page.html" rel="nofollow">Visit My Page</a>

iwantchixx 06-22-2005 08:33 AM

thanks guys


All times are GMT -7. The time now is 07:29 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123