| META CODES | |||||||||||
| BASIC METAS: | <meta
name="description" content="DESCRIBE HERE"> <meta name="keywords" content="KEYWORDS HERE"> <meta name="CLASSIFICATION" content="Webmasters Opportunities"> <meta name="CONTENT" content="Webmasters Opportunities"> <meta name="SUBJECT" content="Webmasters Opportunities"> <meta name="copyright" content="1999-2001 Superland - All Rights Reserved"> <meta http-equiv="reply-to" content="supie@superland.org"> <meta name="author" content="Super Dave"> <meta name="rating" content="GENERAL"> <meta name="revisit-after" content="15 Days"> <meta name="distribution" content="GLOBAL"> <meta name="robots" content="index, follow, all"> <base target="_blank"> |
||||||||||
| COMMENT CODE: |
The HTML <!-- and --> tags are used to hide text from browsers. Some search engines ignore text between these symbols but others index such text as if the comment tags were not there. Comments are often used to hide Javascript code from non-compliant browsers, and sometimes (notably on Excite) to provide invisible keywords to some search engines. | ||||||||||
|
REDIRECT |
This example links to another page after 10
seconds Page Jumps Note this must be in the <head> section at the top of your page. |
||||||||||
| ROBOTS: | <meta
name="robots" content="noindex, nofollow"> <meta name="robots" content="index, follow, all"> A database of web robots is maintained by Webcrawler. |
||||||||||
| Blink Link: | <A HREF="http://real.url.goes.here.com" onMouseOut="window.status=' '" onMouseOver="window.status='http://fake.url.goes.here.com';return true">Click Here</A> |
||||||||||
|
TARGET: |
To open all the links on your page in a new window it will take a long time to add this code to each link. In this case you can put this command on your html code: <base target="_blank"> (your HTML here) </base> |
||||||||||
|
META RESOURCE SITES |
|||||||||||
|
A technical discussion of meta data: http://www.htmlhelp.com/reference/html40/head/meta.html |
|||||||||||
|
|||||||||||
|
|||||||||||
|
Superland.org |