I would like to thank everyone for taking the time to check out my session at Web 2.0 Expo here in New York City. I've included a link to my slides below, along with answers to all the questions that were posted that I did not get a chance to answer during the talk. Please feel free to contact me if you have any questions.
Download Presentation: Web_20_NYC_2008.pptx (6.88 mb)
Here are answers to the questions asked online after the session:
How important is XHTML and 508 conformance to search engine optimization (kpande)
For folks who might not know, XHTML is one of several standard formats for creating websites, and 508 compliance refers to a standard created by the government in 1998 to ensure that websites were accessible to people with disabilities.
I generally recommend developers validate their websites to some standard (you can use this tool: http://validator.w3.org/), but which standard you choose shouldn't make a whole lot of difference (within reason!). This will help you avoid a lot of simple syntax errors on your site that may make it difficult to render by search engines. On the webmaster tools development team, we strive for 100% compliance to XHTML as our own standard.
508 compliance is a little bit more complex, here's the section that deals specifically with websites. Generally these guidelines are all good design principals and they generally align directly to best practices in SEO. IE and Firefox also help enable many of these scenarios on your behalf, so the more you can do to use HTML semantically, and comply with industry best practices the better. Here's a list of recommendations from reading the spec:
Is there such a thing as too much content on a single domain from a PR/SEO standpoint? (kpande)
Not if it is unique, high quality content! Search engines have a voracious appetite for good content, so you will generally not run into any issues by having a really deep site with lots of great content. That said, there are a few things you can do for content rich sites to ensure you're getting the best crawling from search engines:
Can you elaborate on the pros and cons of the <noscript> tag?
The <noscript> tag can be a great way to provide both users and search engines with some information about your page when they do not have JavaScript available. The contents of the noscript tag could provide a description of what the javascript element does, along with a link to a text-only version of the same content. For sophisticated AJAX applications, I would recommend using progressive enhancement techniques (like Hijax)
-- Nathan Buggia, Webmaster Center Team
PingBack from http://www.easycoded.com/web-20-expo-seo-for-web-development-presentation/
You've been kicked (a good thing) - Trackback from DotNetKicks.com
Great session, I enjoyed every minute!
Beautifully done! Thanks for the great stuff.
I assume that the presentation is stating to only include one h1 tag, not only one h1 tag, only one h2 tag and only one h3 tag - clarification on that would be nice please.
Thank you for the information. Leupold found the information to be very useful.
I agree 100%, XHTML valid html code and 508 compliance is key for any good SEO project. There is more to it though: semantic html, avoid nested tables (and avoid nested divs), and ongoing relevant fresh content.
Also note that Google announced not too long ago that it will start reading FLASH content: http://www.activoinc.com/blog/2008/07/05/flash-and-search-engine-optimization-seo/
Thanks for the information.
I find designing XHTML and Web 2.0 very hard and complicated... anybody has any sites they can suggest where I can learn the basics?
196 Microsoft Team blogs searched, 97 blogs have new articles in the past 7 days. 218 new articles found...
@Ian M - yes, you are correct. You should have 1 <h1> tag, and can have as many <h2>, <h3>, etc tags as you would like on the page.
Web 2.0 Expo: Advanced SEO for Developers
I see....I didnt know that <h1> tage should be limited. There is so much to learn in SEO.
Nice info! I always espouse validating code and checking down-level experience as the first step in good SEO. What's often good for a cross-compatible user experience is good for SEO.
Hey Nathan
Can you tell us when MSN wil fix their fake referer so called 'anti cloaking' bot?
Its been quite some time now, and is awfully annoying.
Thanks!
Good work. :) Thought I'd mention that the Spry library (Adobe) allows you to create a page using HTML data sets and then make it sexier with JS/ajax techniques. No alternate page required. Rawks. (They've not publicized it much -- but Greg and I show how to do it in CH6 of our book.)
Ciao,
Stef.