Quick question – i’m going to add a sitemap to a site I’ve designed – just for SEO purposes. Is it OK for a sitemap to appear in a jquery overlay (it’s only very small and could still be in a separate page). Or is it best to keep the page seperate as a standard link?
Cheers
Paul
I would suggest to keep the page separate as a standard link so that search engine crawlers will be able to scan your site’s source code. It’s been debated whether they scan JavaScript, but to be sure, and for those with JavaScript turned off, try to avoid JavaScript if you’re focused on SEO.
“Crawling through lots of Javascript code makes it very difficult for them to get to the information they are really looking for, which is keywords and relevant text and information about your site. Therefore, since the crawlers have a difficult time actually finding out anything of relevance about your site, it can hurt your SEO strategy” link
In addition, if you will want it for functionality, consider that some users have JavaScript disabled, meaning jQuery will not work.