![]() |
|
Menu
Online Stores
Search this Site
Miscellaneous |
Path = Home : Meta Tag Tips : Prevent Indexing Use META Tags to Prevent Search Engine Indexing
Web Source Web Design Tips by Shelley Lowery Meta tags are used to give detailed instructions, in regard to a web page, to the Search Engines and browsers. Many times, you may have a web page that you don't want the Search Engines to index. To help with this problem, add one of the following codes between the <HEAD> and </HEAD> tags of your HTML. <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> <META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net
|