How do i do meta tags lol. I really not that good at them any one can help it would be useful to me as i can then do my site propely as i used to get me dad to do it lol. Any one can help please reply quickly and hope they will help me.
How do i do meta tags lol. I really not that good at them any one can help it would be useful to me as i can then do my site propely as i used to get me dad to do it lol. Any one can help please reply quickly and hope they will help me.
META tags always go in the <HEAD> section of the document. META NAME tags include descriptions and keywords. This HTML code helps some search engines classify and rank a web page. META HTTP-EQUIV tags can indicate to the web browser how to display the page. There are many more uses for META tags.
<head>
<META NAME="Title" CONTENT="PAGE TITLE">
<META NAME="Author" CONTENT="NAME OR EMAIL">
<META NAME="Subject" CONTENT="PAGE SUBJECT">
<META NAME="Description" CONTENT="SITE DESCRIPTION">
<META NAME="Keywords" CONTENT="KEYWORD for site separate with comma">
<META NAME="Language" CONTENT="en">
<META NAME="Revisit-After" content="120 Days">
<META NAME="Robots" CONTENT="see *">
</head>
*
Enable Search Engine Robots to
listed your site NOFOLLOW,INDEX
listed and follow links (so it can list all of you pages) FOLLOW,INDEX
Not listed you site NOFOLLOW,NOINDEX
Or you can just create file robots.txt and disallow crawlers the caching of your site.
Examples:
http://half.ebay.com/robots.txt - this one disallowes crawlers one by one
http://www.archive.org/robots.txt - this one disallowes all of them
Correct me if i'm wrong
well... mine are already put...
http://emptyspace.bizhat.com/portal/robots.txt
You don't want your site to be found via google's search?Originally Posted by emptyspace
go to kyles-web-help.bizhat.com
i have a mata-tag page there in the html page
Bookmarks