<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Web Standards based design and SEO - Calling out the industry in 2008</title>
	<atom:link href="http://tonyadam.com/blog/index.php/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/</link>
	<description>I'm one of those SEO dudes that doesn't spam and I'm into Social Media, basically I'm a web geek.</description>
	<pubDate>Wed, 20 Aug 2008 07:23:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Niya</title>
		<link>http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-15760</link>
		<dc:creator>Niya</dc:creator>
		<pubDate>Fri, 16 May 2008 14:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-15760</guid>
		<description>Bruce,

Interesting article. Nice to know SEO experts realize the huge benefits of writing valid, semantic markup. 

Just to add on, there are other strategies that may augment, or boost, your SEO rankings; E.G., keyword placement, keyword selection, the title attribute, meta information (well, not so much nowadays, but it helps a tad) and writing good, relevant content/copy for your target audience. A little user research would go a long way too. Get in the minds of your consumers, how they search and what they're thinking and things will be 'all good.'

Oh, there are a few HTML and CSS errors; not as many as 71/7, so you must have done a little house-cleaning. Far better than 99% of the sites out there!  

Again, nice article and thanks for sharing.

Cheers,

Niya</description>
		<content:encoded><![CDATA[<p>Bruce,</p>
<p>Interesting article. Nice to know SEO experts realize the huge benefits of writing valid, semantic markup. </p>
<p>Just to add on, there are other strategies that may augment, or boost, your SEO rankings; E.G., keyword placement, keyword selection, the title attribute, meta information (well, not so much nowadays, but it helps a tad) and writing good, relevant content/copy for your target audience. A little user research would go a long way too. Get in the minds of your consumers, how they search and what they&#8217;re thinking and things will be &#8216;all good.&#8217;</p>
<p>Oh, there are a few HTML and CSS errors; not as many as 71/7, so you must have done a little house-cleaning. Far better than 99% of the sites out there!  </p>
<p>Again, nice article and thanks for sharing.</p>
<p>Cheers,</p>
<p>Niya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcinvale</title>
		<link>http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-15435</link>
		<dc:creator>mcinvale</dc:creator>
		<pubDate>Tue, 25 Mar 2008 05:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-15435</guid>
		<description>your page has 71 errors and 7 warnings. so much for standards, eh? :P</description>
		<content:encoded><![CDATA[<p>your page has 71 errors and 7 warnings. so much for standards, eh? <img src='http://tonyadam.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-12273</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 11 Jan 2008 16:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-12273</guid>
		<description>Hey Tony,

The more I read about your profession, the more I want to work in it. Can you or any of your readers provide me specific groups in Los Angeles where I can meet up with professionals and rub shoulders? 

Your help is really appreciated. Please respond directly to my email address.

Thanks,

Mark@moshee.net</description>
		<content:encoded><![CDATA[<p>Hey Tony,</p>
<p>The more I read about your profession, the more I want to work in it. Can you or any of your readers provide me specific groups in Los Angeles where I can meet up with professionals and rub shoulders? </p>
<p>Your help is really appreciated. Please respond directly to my email address.</p>
<p>Thanks,</p>
<p><a href="mailto:Mark@moshee.net">Mark@moshee.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Wehmhoener</title>
		<link>http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-12000</link>
		<dc:creator>Jason Wehmhoener</dc:creator>
		<pubDate>Fri, 04 Jan 2008 05:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-12000</guid>
		<description>Bruce, presentation-oriented class names are a symptom of a larger problem, which is an essential lack of semantics in markup and CSS. 

The use of HTML tags appropriate to their meaning (h1...h6 for headings, p for paragraphs, etc) rather than div or table/tr/td for *everything* is going to help crawlers make sense of your site. 

Also, to more directly comment on the use of class names, look into microformats, which use classes to identify even more granular semantic meaning within web content than HTML tags alone can convey. 

Using semantic class names also has non-SEO benefits.  It's just a good idea, and like Jeremy said, chicks dig it!

-Jason</description>
		<content:encoded><![CDATA[<p>Bruce, presentation-oriented class names are a symptom of a larger problem, which is an essential lack of semantics in markup and CSS. </p>
<p>The use of HTML tags appropriate to their meaning (h1&#8230;h6 for headings, p for paragraphs, etc) rather than div or table/tr/td for *everything* is going to help crawlers make sense of your site. </p>
<p>Also, to more directly comment on the use of class names, look into microformats, which use classes to identify even more granular semantic meaning within web content than HTML tags alone can convey. </p>
<p>Using semantic class names also has non-SEO benefits.  It&#8217;s just a good idea, and like Jeremy said, chicks dig it!</p>
<p>-Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Adam</title>
		<link>http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-11999</link>
		<dc:creator>Tony Adam</dc:creator>
		<pubDate>Fri, 04 Jan 2008 05:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://tonyadam.com/blog/web-standards-based-design-and-seo-calling-out-the-industry-in-2008/#comment-11999</guid>
		<description>@bruce - the only thing I could think of is a bit blackhat and spammy...but keyword stuffing in your class names...i've seen it done...and while I find that annoying, I would rather see "RealEstateNav" vs. "style1" anyday.

@Kimberly I would say it is more of a problem of people in general not following Web standards.

Overall, the point is not that being semantic helps your SEO, but standards compliance does (as I am sure you both know), but being semantic will effect your overall ROI to an organization and for your own.</description>
		<content:encoded><![CDATA[<p>@bruce - the only thing I could think of is a bit blackhat and spammy&#8230;but keyword stuffing in your class names&#8230;i&#8217;ve seen it done&#8230;and while I find that annoying, I would rather see &#8220;RealEstateNav&#8221; vs. &#8220;style1&#8243; anyday.</p>
<p>@Kimberly I would say it is more of a problem of people in general not following Web standards.</p>
<p>Overall, the point is not that being semantic helps your SEO, but standards compliance does (as I am sure you both know), but being semantic will effect your overall ROI to an organization and for your own.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
