Thursday 8 August 2013

Fifty Percent SEO Depend On Meta Tags

To add meta tags just find <head> tag in html vie. Then just after it  place this codes. Make sure you have edit codes before add them.

☻Title
Title tag will help to be descriptive for search engines. Also it will help to make your blog a indexed one search engine bots using this tag firstly.
<title>your blog title here</title>

☻Description
Make a short description about your blog contents. But only first 20-30 characters will be visible at the search results. So make it short and sweet.
<meta content=’your blog description’ name=’description’/>

☻Keywords
Keywords are the second important thing after description. This will help search engine to specify the keywords to display your blog/site as a result. But do not be a fool by adding keywords as many as  you can.. Most of search engines are just mention about first 60-100 characters of this field.
<meta content=’your blog keywords’ name=’keywords’/>

☻Author
This tag will just identify the author. Also this tag will not be very important at seo. But it will help to make your site/blog professional.
<meta content=”your name here” name=”author”/>

☻Copyright 
This code to identify your blogs copyright information!
<meta content=”2013, your brand” name=”copyright”/>

☻Revisit 
Sites like blogs are always changing, adding new posts so to notify search engines about new updates this tag is important. You can edit the time that you need the bot to visit. I suggest 15-35 days.
<meta content=”31 days” name=”revisit-after”/>

☻Expires
Let the search engines know when your article will expire by adding this tag. “never” is the best for a blog
if you need you can add a expire date in “day moth year” format (ex. 21 December 1992)
<meta content=”never” name=”expires”/>

☻Distribution
This tag tells about which group of users your blog/site will useful for. There are some options for it.
<meta content=”global” name=”distribution”/>
global : for everyone
local : for regional users
ui : for internal use

☻Robot
A guide to the search engine bots about indexing . This tag also have some options.
<meta content=”index” name=”robots”/>
index : index this page
noindex : do not index this page
nofollow : dont index any hyper-linked page
none : (noindex,nofollow)

☻Rating
This gives a rating for the appropriateness for kids.  There are some options for this too.
<meta content=”general” name=”rating”/>
you can change general into ” mature, restricted, and 14 years. ” it depends on your page contents.

No comments:

Post a Comment