I am using xml as a datasource and I’m wondering if the content of the xml file is scanned during a search engine search? I know that having appropriate content is key when designing a site, but I don’t want to hard code the content.
I guess I’m also wondering how the search engines handle dynamic web content?
Static pages are not an option
2 Comments
I believe xml is not scanned by search engines.
xml is used usually in the form of rss in which blog search engines read that data. Reason is that xml is usually used with javascript. html is the only code search engines can understand.
A lot of the SEO ‘gurus’ I have come across advise that static pages are much better for search engine optimization than dynamic pages.
Post a Comment