|
HTML Tutorial: Meta Data |
|
In psychology, "metacognition" is thinking about thinking. In databases, "meta data" is data about the data. In HTML, meta data is data about the page.
name= and content= Attributes
<meta name="description" content="An 11 by 17 page of HTML reference material.">
<meta name="keywords" content="HTML, HTML tags, HTML attributes">
<meta name="robots" content="all">
<meta name="author" content="Martin Rinehart">
Note: <meta> has no end tag.
name="description" name="keywords" name="robots" Search engines are not malware. They will respect your preferences. They may, however, arrive at one of those pages you thought would be kept private by the "nofollow" specification because some other site links to those pages.
For better control, ask Google about the "robots.txt" file you can place in your root directory. And remember that "search engines are not malware" also suggests that malwares are not search engines. Malwares are hardly likely to respect your privacy wishes. There's ugly stuff crawling the web right now, looking for "nofollow" pages. 'Nuff said.
content= attribute to values sensible for your own pages.
Ready to incorporate frames (for banners, navigation and content)?
| Frames are great! |