Thread: ranking
View Single Post
Old 08-11-2004, 10:32   #11 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,191
<meta http-equiv="refresh" content="0"; url="grafiks/cms/page.asp?378">

that is nothing to do with javascript, that should be placed inbetween your <head> tags.

thing is, google will not read that either. how abut making a copy of your actual content page and calling it index.html - then have all the links going to the full pages within your site.

what you could do is this:

<noscript>
<a href="grafiks/cms/page.asp?378" title="vomfast">Vomfast</a>
<a href="grafiks/cms/page.asp?378" title="vodka">Vodka</a>
<a href="grafiks/cms/page.asp?378" title="slipper thing">slipper thing</a>
</noscript>

noscript works like it suggests, it'll display that info to people (and se's) which do not read javascript.
  Reply With Quote