Forum Moderators: open
for example:
googlebot = > [example.com...]
regular user = > [example.com...]
This thing cause googlebot to give status 302.0 to this link.
Thanks
Eyal
[edited by: vitaplease at 4:35 am (utc) on Oct. 29, 2004]
[edit reason] examplified [/edit]
Additionally you can remove these tags as they do NOTHING:
<meta name="abstract" content="Sweded ...... service.">
<meta name="Revisit-after" content="30">
<meta http-equiv="Distribution" content="Global">
<meta name="Rating" content="General">
<meta name="classification" content="Sweden ...... wines">
Look closely at the validator results. You have several <link> tags and <style> tags before the <head>, after the </head> and just before the </body> tags. All of those MUST be INSIDE the <head>...</head> tags. You need to move them.