Library code snippets
Dynamic Meta Tags
By Peeyush Nigam, published on 25 Aug 2002
You can make ur web page more attractive by adding Dynamic Meta Tags inside ur Head Tag
<!--Use of Meta Tag for Dynamic Web Page Filters & Transitions//-->
<Html>
<Head>
<Title>Dynamic Meta Tags</Title>
<META http-equiv="Page-Enter" content="revealTrans(Duration=3.0)">
<META http-equiv="Page-Exit" content="revealTrans(transition=12)">
</Head>
<Body><p>Test transition page</p>
</Body>
</Html>
Related articles
Related podcasts
-
Top Web Design Mistakes
Pete LePage is Product Manager of Internet Explorer Developer Division and he doesn’t want your web site to stink. Sharing from his talk given at TechEd 2008, Pete highlights 10 common web design mistakes and tells you how you can bypass the same blunders. Pete also tells us how future features o...
Events coming up
-
Dec
8
Web Design World
Boston, United States
Join your colleagues and top experts in the Web field as Web Design World returns to Boston December 8-10, 2008 for three dynamic days of information, interaction, insight and inspiration.
Hi Peeyush,
I was wondering whether you could help a techno-phobe idiot with a
comment you recently made. You posted the following statement concerning
the ability to create dynamic metatags. I run a hobby site called
www.sportspubs.co.uk where the pages are created on the fly. We have around
300 pubs in the Uk that we promote. I am interested in having dynamic
metatags for each individual pub page that promotes the pub so that it
gets a better ranking. E.g. one of the pubs on our site is called the
Balham Tup and can be found at:
http://www.sportspubs.co.uk/new_detail.php?pubscode=180
If I do a search on google for Balham Tup - we are ranked 9th - well
behind the website www.beerintheevening.com. I have just checked their
source code and noticed that they had a similar format to your coding
below for their page:
http://www.beerintheevening.com/pubs/show.shtml/1716/
The coding given is:
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="revisit-after" content="3 weeks">
My question is: can I add either your code or the code above with the
"meta http-equiv" and get a much better search result for the pubs such
as the Balham Tup?
Thanks for any help.
Rob
<!--Use of Meta Tag for Dynamic Web Page Filters & Transitions//-->
<Html>
<Head>
<Title>Dynamic Meta Tags</Title>
<META http-equiv="Page-Enter" content="revealTrans(Duration=3.0)">
<META http-equiv="Page-Exit" content="revealTrans(transition=12)">
</Head>
<Body><p>Test transition page</p>
</Body>
</Html>
This thread is for discussions of Dynamic Meta Tags.