Dynamic Titles
When the search
engine’s crawler comes to your site, first it will check the existence
of that particular title in its own database. If it is there already
then it would not take the title again. If the title is changing time to
time then the crawler will consider that that is a new thing is added
your site. When ever the crawler comes to your page you have to give
some feed to the crawler. To achieve this, dynamic titles are used. The
keywords which are appearing in the title tag should appear on the body
tag also. So we have to store all the keywords from a particular page
into a database. For each and every time the title should load from the
database. If we give like this the crawler will consider and take all of
your keywords and store into that own database.
If you use
dynamic title on your pages then your pages should be one of the
following file extensions.
1) .asp
2) .aspx
3) .php or
4) .jsp
This means you
have to choose any server language, not a HTML page. In this process you
are fetching keywords from the database tables. All keywords which are
coming from the database tables should be related with the page content.
How to achieve
this process?
Consider one of
your pages. Collect all important keywords or keyword phrases from that
page. Put it in to the database table in 'keywords' field. Then write a
small description. For each keyword phrases and put it into
'description' field. From your page, call the 'keywords' field and put
into title tag using random selection method. At the same time
'description' field should go to the Meta tag. Allocate a place on body
tag, and then place the field 'description' here also. So that, search
engine’s crawler will fetch all the tags at same time.
When you display
an item on your page from database table, fill Title and Meta tags also
with some keywords from database table. So that, crawler will understand
that your pages are changing time to time and it will crawl better.