|
Common HTML Tag Examples
Example of how to force a new browser window to open: <a href="http://www.yahoo.com"target="_blank">yahoo</a>
Example of adding a "no follow" tag to a link...This tells Google you are not "vouching" for the site. Also, it will not drain Page Rank: <a href="http://www.example.com/" rel="nofollow">discount pharmaceuticals</a>
Exampe of a "no index" tag...use this if you do not want a page indexed by the search engines. For example a privacy page, etc.: Place this tag in the head area of the page (<head> </head>) <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Meta description and meta keyword tags. Place these tags in the head area of the page (<head> </head>). There is no required order of placement within the head area. <meta name="description" content="Describe your site here in one sentence or two. "> Remember: ONLY insert keywords in the meta keyword area which are in the content of that page. Just add the top 2 or 3. Remember, Google does not consier the meta keywords any longer. However, other search engines will.
|




