How Does One Make a Sitemap for a Flex Website?
- by Laxmidi
Hi,
I've got a Flex website and I'm not sure how to make a sitemap for it. For a standard HTML page, sitemaps are straight forward. As Flex sites use a "pageless" architecture, I'm not sure what I should do. If anyone has any suggestions, please let me know.
UPDATE:
As I understand it, Google doesn't look at anything after the # in a URL. So in a deeplinked Flex site, Google wouldn't see the second page-- where it reads view=12 in the sample sitemap below.
Or does Google handle sitemaps differently? Should I go ahead and make a sitemap with all of the deeplinked URLS: http://brainpinata.com/#view=12, http://brainpinata.com/#view=4, etc.
http://www.brainpinata.com/
2010-12-01
weekly
1.0
http://brainpinata.com/#view=12
2010-12-01
weekly
1.0
Thank you.
-Laxmidi