About
List My Site Now!
Setup
FAQ
#1 Google Listing
News
Services
Privacy Policy
Terms and Conditions
e-mail me


Meta Tag Creation


Meta Tags

 

You will need to create meta tags on your pages if you haven't already done so. 


These will be placed in betweeen the "HEAD" of the HTML page.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>

<HEAD> 

<META name="description" content="This is where you would place the description of your website or your company."> 

<META name="keywords" content="list keywords out any specific descriptive keywords that make your site stand out, for instance list keywords such as Website name, products, items, etc... if you need help choosing keywords, just ask."> 

</HEAD>

<BODY> 

<DIV> 

This is where the content of your website goes...

</DIV>

</BODY>

</HTML>


ROBOTS

 

You will also need to add another meta tag inside the head of your web page. Below is the actual tag and the description of what it does. This meta tag name is called "Robots". Robots are computer programs that scan the internet for websites to index. By default the "Content" is set to "INDEX" and "FOLLOW". This means that when the website is scanned by the robots that it is can be indexed and that the links on the page are followed. If you want the most exposure on the Internet, the default setting should work the best. Also, if this tag is not present at all, by default it is set to "INDEX" and "FOLLOW" automatically. So really, you don't need this tag, but let's say you just want your front page to be indexed and not your sub pages then the settings would be "INDEX" and "NOFOLLOW". You can play around with this to get the setting that is just right for your website.