can somebody explain these meta tags?

  • Thread starter Thread starter brokenfoot
  • Start date Start date
B

brokenfoot

I like to look at code of things i like on other pages and
incorporate it into my frontpage designs.

I think these might have something to do with search
engine placement....am i right or wrong?

<meta http-equiv="pragma" content="no-cache">
<meta name="revisit-after" content="15 Days">

thanks
 
brokenfoot said:
I like to look at code of things i like on other pages and
incorporate it into my frontpage designs.

I think these might have something to do with search
engine placement....am i right or wrong?

Both :-)
<meta http-equiv="pragma" content="no-cache">

This tag may help to ensure your visitors see the most current version of
your page: http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=20
<meta name="revisit-after" content="15 Days">

This tag is a request to search engine spiders to revisit your page every 15
days - not sure how many of them honor that request.
 
Back
Top