Click to See Complete Forum and Search --> : Ajax, friends with search engines?


sd9sd
06-11-2008, 08:30 AM
Hi,
I'm trying to make a dynamic slideshow page with Ajax, that updates only an image in the center of the page, the adress bar, page name and meta keywords.

Which means that if the image "hello.jpg" is loaded, the address bar will become www.somesite.com/hello or www.somesite.com/image?=hello
And the meta tag for the dynamically generated html will contain the keyword "hello".
All this, hoping that if a user searches for "somesite.com hello", google should show them the link: www.somesite.com/image?=hello

If I load images dynamically this way, will those individual images be google searchable? If not, is there a way to make them searchable?

sd9sd
06-18-2008, 07:35 AM
Anyway, here's the answer
http://www.phpfreaks.com/forums/index.php?topic=201763.0

Hack
06-19-2008, 08:40 AM
Noone knew, but thanks for the link. :)