VALUABLE META TAGS
Even though we can’t see this code, it is very important. All the major search engines crawl this part with high priority, except Google that I will explain in later sessions. In the source part of your page we can see this tag in the head section. There are lots of Meta tags. In that I would like to explain about some tags which I found important.
I already explained about robot.txt in my last post. This tag tells search engines from where it has to start crawling and which part to be ignored. If you are using robot.txt in your website no need to declare a Robot Meta tag. Those who have not uploaded robot.txt file don’t ignore this tag.
If you want to index all the pages in your web site you can mention like this
<meta name=”robots” content=”index,follow”/>
If you don’t want it to be crawled, write like this<meta name=”robots” content=”noindex,nofollow”/>
The text which we use in this tag will be displayed in search result page, after the title of your page. This is the place where you can write a brief description about that particular web page and try to write major keywords on starting of the description. Somewhere I read that this will boost those keywords. Don’t write one entire paragraph, here just brief it.
As I mentioned first of these topic, texts in the Meta tag will be visible to users in search result page, so be careful coz if this tag doesn’t make any sense nobody visit your site.
<Meta name=”description” content=” major keywords and description.” />
This tag tells search engine the type of your page and which character set is used in your site. Then search engine can easily categories your website.
<Meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
This tag having very less importance in Google but still it’s a valuable place for another search engines so don’t skip this place. Fill this bucket with major keywords which you already mentioned in body part of your page. And don’t repeat the same keyword coz search engine may think your site as spam. All the keywords should be related to your web page.
<Meta name=”keywords” content=” seo tips, free, guidelines, top, seo service, optimizing for google , yahoo, msn, guruji”>
