Forum Moderators: open
"if user has no cookies, header refresh to page2.html, if they have cookies, just continue loading the current document". To a browser without cookies, they'd be refreshed to see page2.html, if they had cookies they'd see the current HTML section of the current page. So is googlebot like a user "without the cookies", or should I just consider googlebot like a webpage that opens my page using fopen and see what it gets that way...
Andreas
Im pretty certain that google will read minor PHP placed in the body of the page like
<?
echo "$blah1";
?>
But havnt seen proof it reads content in the body like
<?
alphadirinclude {"/usr/www/home/content/db", "10", $search}; // calls function coded at top of ducument
?>
"any" help would be helpful,
Nick
Everything you do to cookieless users, you are also doing it to google. ;)