Blog Archives


Sep
8

Robots Meta

Posted in PHP/HTML by Admin

0


About the Robots <META> tag In a nutshell You can use a special HTML <META> tag to tell robots not to index the content of a page, and/or not scan it for links to follow. For example: <html> <head> <title>...</title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </head> the NOFOLLOW directive only applies to links on this page. It’s entirely likely that
Read More