Using XML in a Flex Website to Improve SEO

Posted by Laxmidi on Pro Webmasters See other posts from Pro Webmasters or by Laxmidi
Published on 2011-01-04T17:47:34Z Indexed on 2011/01/04 18:00 UTC
Read the original article Hit count: 401

Filed under:
|

Hi,

I've got a Flex 3 site called www.brainpinata.com that's a trivia game. Basically, everything in the site is pulled from a database-- the questions, choices, and answers. So, unfortunately, Google doesn't index my content.

So, I'm trying to think of ways to improve the situation:

A) If I took my database data and put it in an XML file which was in the website's root directory, would this work? Would it violate any Google policy? (The info would be the same as in the db-- so nothing shady.) Would I have to "wire" the XML into my site or would it be enough to just have the XML sitting in the root directory?

B) Another idea is to use the noscript tag and load the XML content there. As I understand it Google indexes content that people who have Javascript turned off would see. I know Flex/Actionscript 3, and unfortunately, I don't know how to load XML content with HTML. Does anyone know of an example where a Flex site uses XML for the noscript content?

Thank you.

-Laxmidi

© Pro Webmasters or respective owner

Related posts about Xml

Related posts about noscript