I have a page which dynamically loads a section of content via AJAX. I'm concerned that this means the content will not be found by search engines.
To show you what I mean, the site is at http://www.gold09.net and the dynamic content is at /speakers.php - Normally no one would visit that second link, it's just loaded into the first page.
I know I can tell the crawlers to read the speakers.php
by using a sitemap.xml
, but then I'll get links to the speakers.php showing up in search results.
I guess the ultimate solution would be so that if someone requests /speakers.php
it redirects them to the main page, whereas it lets crawlers read the data.
Any suggestions?