HTML No Index

 

HTML No Index

If you’re looking for a way to prevent Search Engines from indexing certain web pages within your website, the HTML No Index meta tag is for you.

Meta tags are used to give detailed instructions about 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, such as download pages or private membership sites. To help with this problem, add one of the following HTML No Index META tag codes between the <HEAD> and </HEAD> tags of your HTML.

The following META tag tells the Search Engine robots not to index this page and not to follow any links within the page:

<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">

The following META tag tells the Search Engine robots not to index this page, but follow any links within the page:

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">

You can learn much more about HTML tables within the HTML Tutorial section.

This concludes the HTML No Index meta tag code.
 

 

 
Visit the following pages for a wealth of copy and paste codes and tips:

HTML Tips
Copy and paste special effect HTML codes for your web page.

HTML Codes
An HTML codes chart you can use to copy and paste codes into your web page.

HTML Color Codes
An HTML color codes chart you can use to copy and paste color codes into your web page.

JavaScript Codes
Copy and paste special effect JavaScript codes for your web page.

Web Design Tips
Tips, tricks, and special effect codes for your web page.

HTML Tags
A list of HTML tags.

HTML 5 Tags
A list of the latest HTML tags to be developed.

ASCII Codes
Special text characters and code for your web page.