<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SEO Blogger &#187; Web 2.0</title>
	<atom:link href="http://www.seoblogger.co.uk/category/web-20/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seoblogger.co.uk</link>
	<description>My boring views &#38; ocassional tutorial on SEO, web design, CSS, graphic design, making money with your website and so on...</description>
	<lastBuildDate>Wed, 09 Apr 2008 16:00:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Benefits of Using Semantic Code</title>
		<link>http://www.seoblogger.co.uk/serps/the-benefits-of-using-semantic-code.html</link>
		<comments>http://www.seoblogger.co.uk/serps/the-benefits-of-using-semantic-code.html#comments</comments>
		<pubDate>Wed, 07 Nov 2007 12:11:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[semantic code]]></category>
		<category><![CDATA[Web Design]]></category>
<category>accessibility</category><category>code html</category><category>h1 h2</category><category>header tags</category><category>screen readers</category><category>semantic</category>
		<guid isPermaLink="false">http://www.seoblogger.co.uk/serps/the-benefits-of-using-semantic-code.html</guid>
		<description><![CDATA[What is Semantic Code/HTML you ask?
Basically, it&#8217;s a way of writing your HTML in a more meaningful, structured and to be honest, sensible way. It&#8217;s all about using your header tags (H1, H2, etc) for yep, you guessed it &#8211; headers, instead of bolding the text and increasing the font size with the old &#60;font [...]]]></description>
			<content:encoded><![CDATA[<h3>What is Semantic Code/HTML you ask?</h3>
<p>Basically, it&#8217;s a way of writing your HTML in a more meaningful, structured and to be honest, sensible way. It&#8217;s all about using your header tags (H1, H2, etc) for yep, you guessed it &#8211; headers, instead of bolding the text and increasing the font size with the old &lt;font size=&#8221;10000000000000000000&#8243;&gt; tag. For paragraphs, use the &lt;p&gt; tag rather than sizing the font and adding hundreds of line breaks, for lists use the &lt;li&gt; tag, and so on.</p>
<p>If you want to add an image, you use the &lt;img=&#8230;&gt; tag because it&#8217;s the tag for inserting images, so it stands to reason really that when you&#8217;re adding a heading, list, etc, you use the correct tag, not some sort of bodge. Got it? Great.<span id="more-21"></span></p>
<h3>So why use Semantic HTML? What are the benefits? Why can&#8217;t I just do things my way?</h3>
<p>Well you can just do things your way if you want, but I&#8217;d probably not advise it. The biggest benefit of using Semantic Code is that you&#8217;ll be adhering to the Internet standard. And the benefit of that is that when things change and progress as they like to do on the Internet, the stuff that makes your site work isn&#8217;t going to get left behind.</p>
<p>Another great benefit is that it&#8217;ll make your pages load quicker. You whack all the crap and formatting in an external stylesheet, and it only needs to be declared and loaded once. For example:</p>
<blockquote>
<ol>
<li>Crappy HTML &#8211; &lt;font size=&#8221;3&#8243; color=&#8221;#000000&#8243;&gt;&lt;i&gt;HELLO!&lt;/i&gt;&lt;/font&gt;&lt;br&gt;&lt;br&gt;</li>
<li>Over the top XHTML &#8211; &lt;div class=&#8221;big_heading&#8221;&gt;Hello!&lt;/div&gt;</li>
<li>Semantic HTML &#8211; &lt;h1&gt;Hello!&lt;/h1&gt;</li>
</ol>
</blockquote>
<p>Make sense? Lovely clean, uncluttered code. All the browsers and all the software know that number 3 is a heading. The other two are, for all anyone knows from looking at the code, just some formatted text. And if you check the HTML of this page, you&#8217;ll see that I also use the list tag there, because yep, it&#8217;s a list.</p>
<p>It&#8217;ll also make the  tedious task of making a website cross-browser compatible a lot easier.</p>
<h3>But why do I care what my code looks like? I just want my site to look pretty!</h3>
<p>But it can still look pretty! Both inside and out! And what&#8217;s the point in your site looking pretty if no-one can find it? Semantic code is also great for SEO! GoogleBot and co love semantic code. They don&#8217;t judge your site by how pretty it looks, they look at your code and work out what&#8217;s important, pick out keywords etc. The less clutter, and better formatted it is, the easier GoogleBot  can find what&#8217;s important in your page.</p>
<p>If there&#8217;s a heading tag &lt;h1&gt;Gay Bars in London&lt;/h1&gt;, GoogleBot&#8217;s going to note that down as being important and that the site&#8217;s obviously about Gay Bars in London. It&#8217;s common sense really. When GoogleBot sees&lt;font size=&#8221;23694&#8243; color=&#8221;pink&#8221;&gt;&lt;b&gt;Gay Bars In London&lt;/b&gt;&lt;/font&gt;, he thinks &#8220;what&#8217;s all that crap around those words?&#8221;, not &#8220;there&#8217;s a heading!&#8221;.</p>
<h3>Accessibility</h3>
<p>And here&#8217;s another benefit &#8211; it&#8217;ll make your code accessible. Screen readers  (what a blind person would use to surf the net) work in a similar way to the search engine bots in that they don&#8217;t care how pretty your page is, they want to know what the content is, and then read the text out loud for the end user. Now, to be of any use, the website needs to be read in the right order. If you&#8217;ve got messy code everywhere the screen reader is going to get confused and possibly misinterpret your page. And please, take note that the &lt;b&gt; or &lt;em&gt; tags are used to add emphasis to something, and in screen reader language that means it&#8217;ll &#8220;shout&#8221; it, so do think carefully where you use those tags. If in doubt, a top tip is to set up a style in your CSS that bolds the text and use &lt;span class=&#8221;b&#8221;&gt;Hello&lt;/span&gt; instead. Similarly, we all know that in Internet speak, writing in capital letters is considered shouting, so if you&#8217;re using capital letters somewhere for visual effect, use a text-transform style in your CSS so your content isn&#8217;t shouted at the user.</p>
<h3>In Summary</h3>
<p>So to sum up, please code your pages semantically. It&#8217;s for the benefit of everyone, and once you learn how to do it, it&#8217;ll save you time too. Just writing short tags instead of styling everything up in the body of the page means a lot less typing for you. And above all, it&#8217;s just the right way to do things!</p>
<p>And to finish, here&#8217;s a little quiz for you. Just highlight the black blocks to reveal the answer.</p>
<p>For a heading, what tag should you use? Answer: <span style="background-color: #000000">The Heading tag</span></p>
<p>And for a list? Answer: <span style="background-color: #000000">The List tag</span></p>
<p>For a paragraph? Answer: <span style="background-color: #000000">The Paragraph tag</span></p>
<p>Now give yourself a pat on the back and sort your site out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblogger.co.uk/serps/the-benefits-of-using-semantic-code.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I love Web 2.0</title>
		<link>http://www.seoblogger.co.uk/serps/i-love-web-20.html</link>
		<comments>http://www.seoblogger.co.uk/serps/i-love-web-20.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 13:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
<category>backlinks</category><category>content creation</category><category>dream come true</category><category>google</category><category>internet users</category><category>manually</category><category>search engine traffic</category><category>slightly modified version</category><category>sourcing</category><category>strong user</category>
		<guid isPermaLink="false">http://www.seoblogger.co.uk/serps/i-love-web-20.html</guid>
		<description><![CDATA[I love the whole Web 2.0 concept. It&#8217;s so lazy and a dream come true for many a webmaster.  It&#8217;s like you&#8217;re effectively out-sourcing the content creation for your site to as many internet users as you can possibly manage.
One of my Web 2.0 style sites has over 10,000 pages indexed in Google now [...]]]></description>
			<content:encoded><![CDATA[<p>I love the whole Web 2.0 concept. It&#8217;s so lazy and a dream come true for many a webmaster.  It&#8217;s like you&#8217;re effectively out-sourcing the content creation for your site to as many internet users as you can possibly manage.</p>
<p>One of my Web 2.0 style sites has over 10,000 pages indexed in Google now after just 1 year, and I manually created about 5 of those. Not only that, but the beauty of the whole Web 2.0 concept is that as people are effectively creating the content for you, they want to share what they&#8217;ve done with others. Hey presto, looooooads of backlinks.<span id="more-16"></span></p>
<p>Lots of content + lots of backlinks, many of them deeplinks = brilliant search engine traffic. And brilliant search engine traffic = more visitors, more users and more content. Once you&#8217;ve got site that works, it&#8217;s just going to grow and grow, particularly if you&#8217;re creating a strong user base that&#8217;ll continue to return to your site.</p>
<p>It&#8217;s genius really. And while I&#8217;m in a proverby mood, if that&#8217;s a word, lets go with a slightly modified version of an old classic &#8211; &#8220;They do the work, so you don&#8217;t have to&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblogger.co.uk/serps/i-love-web-20.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
