Title
tags are one of the most important
elements of optimizing a webpage.
If you think optimizing all your pages
with SEO techniques are very hard
then at least try to optimize title
of each of your WebPages. Always create
unique titles for every WebPages on
your website. You must ask why? This
will give you upper hand in ranking
well for your inner pages also. So
you must choose unique title for your
each web page. Try to use
something like this
<title> Keyword
Phrase Here | Website Name Here</title>
Some people like to have the website
name to appear first for their branding
purpose. Other may not give more look
in this area but its very important
factor to consider. You generally
have only 64 characters to play with
including blank spaces after that
search engine cut off other appearing
characters in the title.
Try to avoid too many keyword stuffing
to your web page titles; only use
most important keywords for that page
in your title tag. It’s also important
to create a title that attract user
to click on the link if found through
search engines. The search engines
might not properly index each page
if they see your pages all have the
same title. But on the other hand,
if the search engines see that each
page has its own unique title, then
it will realize each page is different
and will index them accordingly. Also,
make sure that the title is relevant
to the content within that page.
Importance
of Meta Tag: Meta tag also
plays an important role in optimizing
your pages for search engines. By
using it accurately with your keyword
you can rank well in search engines.
By the way Google don’t give much
importance to Meta tags but other
search engines like MSN, yahoo give
more importance to Meta tag. Here
is few lines of code for implementing
Meta tags:
<META content="Your Name"
name=author>
<META content="index,follow"
name=robots>
<META name="keywords"
content="List of keywords for
which you are optimizing your webpage">
<META name="description"
content="Description of the page,
try to use concise description including
your main keywords">
<META http-equiv="Content-Type"
content="text/html; charset=utf-8">
|