<head>
<meta>
tagsDid you ever see a lot of "gibberish" in a search engine's results screen, instead of descriptions in readable form?
You can prevent this from happening to your own page by using <title>
and <meta>
tags:
<title>
in the <head>
<meta>
tag in the <head>
, preferably in English or even multi lingual<meta name="description" content="This is the description as the search pages will display it">
<meta>
tag in the <head>
<meta name="keywords" content="Place a list of related key words here">
<frame>
s in your web site, add a <noframes>
section.<meta>
tag.<meta name="robots" content="index,follow">
<meta name="robots" content="index,nofollow">
<meta name="robots" content="noindex,follow">
<meta name="robots" content="noindex,nofollow">
Jennifer Kyrnin's Guide to Web Design/HTML
page last modified: 2011-03-04; loaded in 0.0025 seconds