MESSAGE
DATE | 2003-06-11 |
FROM | Ron Guerin
|
SUBJECT | Re: [hangout] Search Engine Listings Effected?
|
On Wed, 2003-06-11 at 16:53, Joe Villari wrote: > I'm looking a doing an entire client's web site using cgi perl script > and mysql and NO embperl is not an option. I'm thinking of using a > javascript redirect from the index.html page to make my script call. > > Will this undermine search engine recognition if the index.html page > actually contains all the necessary info required by search engines?
Search engines are funny beasts. Visit the site in lynx and you'll see what a search engine sees, except they don't see inside framesets. They certainly won't see your JavaScript redirect.
Just avoid the temptation to use your CGI to produced a tweaked page when a spider visits. Search engines take a dim view of that even when you're not overtly trying to manipulate them.
- Ron
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|