DIGG IT!
7
Comments
Published
Friday, August 10, 2007
at
8:55 AM
.
It worked! Google's spiders picked up the schema changed in the Flex Directory and have modified the listing. Additionally the Directory can now be found under a much larger search pool of keywords. It is also interesting to note how fast this has occurred given the use of the sitemap.xml api.
Ted on Twitter - @AdobeTed
Ted on Adobe Groups
Ted on LinkedIn
Ted on Facebook
Ted at Adobe
Alright, I was skeptical about the XML data approach. Adding in the HTML stuff to give google a hint to index it was a great idea. Format your data more like XHTML instead of XML and I think you're on to something. Instead of having <company> tags, why not have <strong> tags? Or <h1> for a company and then <p> tags for the other fields for a company. Yeah, it's not as nice XML, but I bet google will index the data.
It's nice to see we might have some options for RIA SEO... but what I'm really curious about is how roundpeg got in the list twice... did they find a square hole and force their way in?
Sorry, couldn't help myself.
Duplicates listings removed, It was a Ted error! :)
Doug,
That is exactly the tactic. We can have structured data and provide semantics for user agents while delivering a better user experience.
More to come!
Ted :)
Doug is right: make it easy on yourself and use XHTML as your schema. Use nodes for content, and attributes for meta information. As a bonus, add a stylesheet and you have a version that does not require a flash player.
XHTML all the way... It's easily understood by search engines, and more importantly; people can get at your data without having to have Flash installed!
So build the app as static XHTML (lists, linked pages), then enhance this interface with either AJAX or Flash, depending on what the user supports.
We did this a while back with one element on a page. You can read about it here:
http://alastairc.ac/2007/06/cms-editable-flash/
Some of the methods might be useful if you progress with this.
Sorry, ^ Link CMS editable Flash