<?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; SERPs</title>
	<atom:link href="http://www.seoblogger.co.uk/category/serps/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>Recommended Article: 100+ Untapped Link Building Strategies</title>
		<link>http://www.seoblogger.co.uk/serps/100-untapped-link-building-strategies.html</link>
		<comments>http://www.seoblogger.co.uk/serps/100-untapped-link-building-strategies.html#comments</comments>
		<pubDate>Tue, 20 Nov 2007 13:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERPs]]></category>

		<guid isPermaLink="false">http://www.seoblogger.co.uk/uncategorized/100-untapped-link-building-strategies.html</guid>
		<description><![CDATA[I came across a great article on link building the other day and thought I&#8217;d share it with the virtual world, and in the process give the author a backlink&#8230; so make that 101 link building strategies &#8211; write a great article that everyone links to. Anyway! Here&#8217;s the start, and if it whets your [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a great article on link building the other day and thought I&#8217;d share it with the virtual world, and in the process give the author a backlink&#8230; so make that 101 link building strategies &#8211; write a great article that everyone links to. Anyway! Here&#8217;s the start, and if it whets your appetite, click the read more link at the end of the snippet.</p>
<p>There are an unlimited number of ways to obtain high-quality backlinks. You’ve probably heard about many of them, including social bookmarking, linkbait, guest posting, directory submissions, press releases, etc. etc. etc…</p>
<p>Thankfully, we won’t be talking about those regurgitated strategies today. Instead, I have compiled over 100 out-of-the-box strategies to increase your link popularity and send tons of traffic your way.</p>
<p>This article contains all of my link building secrets, so I suggest you take some time to digest it. Grab some herbal tea (or Redbull) , whichever one works best for you, and don’t forget to bookmark the article for future reference.</p>
<p>The first juicy link building tactic is to create your own Ebay blog. Did you know you can<br />
get backlinks directly from Ebay? That’s right. Ebay provides their members with their own personal blogs. Take a look at SEO superstar, Jim Boykin’s eBay blog. Notice the contextual links within the article which include his desired anchor text. If you check the source code, you will also find that these links are followed. You can create your own eBay blog and start building a few of your own high-powered links.</p>
<p>You can also build links with contests. Holding a blog contest is a great way to grow your blog’s audience, build inbound links, and improve your search engine presence. John Chow and John Cow have both used contests to rapidly increase his blog popularity.</p>
<p>You can promote your contest through the following sites…</p>
<p><strong><a href="http://www.zanypixel.com/blog/untapped-link-building-strategies/">Click here to read the full article at zanypixel.com</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblogger.co.uk/serps/100-untapped-link-building-strategies.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
		<item>
		<title>Myspace Backlinks</title>
		<link>http://www.seoblogger.co.uk/myspace/myspace-backlinks.html</link>
		<comments>http://www.seoblogger.co.uk/myspace/myspace-backlinks.html#comments</comments>
		<pubDate>Wed, 04 Apr 2007 11:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Myspace]]></category>
		<category><![CDATA[Pagerank]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seoblogger.co.uk/myspace/myspace-backlinks.html</guid>
		<description><![CDATA[Backlinks. Google loves them. I don&#8217;t.
They&#8217;re a pain in the backside to build up, especially quality backlinks, and unless you want to go down the route of purchasing some high PR backlinks, it&#8217;s time to roll up your sleeves and do some hard work.
Now, I&#8217;m all for shortcuts that make life easier and leave you [...]]]></description>
			<content:encoded><![CDATA[<p>Backlinks. Google loves them. I don&#8217;t.</p>
<p>They&#8217;re a pain in the backside to build up, especially quality backlinks, and unless you want to go down the route of purchasing some high PR backlinks, it&#8217;s time to roll up your sleeves and do some hard work.</p>
<p>Now, I&#8217;m all for shortcuts that make life easier and leave you more time to put your feet up, so I&#8217;ve been doing a bit of experimenting lately which I&#8217;m hoping I&#8217;ll find the results of when the next Google pagerank update comes along.</p>
<p>I&#8217;ve done quite a lot of reading up on forums and various SEO related sites about how useful Myspace backlinks actually are. The general consensus seems to be that Myspace is a brilliant marketing tool &#8211; which it definitely is &#8211; and that Myspace backlinks are practically useless.</p>
<p>I don&#8217;t buy that though, not yet anyway. So I&#8217;ve been doing some experimenting over the last few months on one of my sites, and I&#8217;ve delved into the world of Myspace. It didn&#8217;t take long for my site&#8217;s name and url to get around given (a) it was music based, (b) part of a small niche on the net, and (c) actually useful to a large portion of Myspace users. So with this in mind, it wasn&#8217;t long before more and more people would request to be a friend of mine, people would pick up the link to my site via my profile and share it with each other via comments on each other&#8217;s pages &#8211; and each time they&#8217;re doing that, they&#8217;re adding a backlink. In just a few months hundreds of backlinks have been created, and I could just sit back and let people do the work for me. Great stuff!</p>
<p>Now, I&#8217;ve no idea how this has effected the site in question&#8217;s PR yet, but what I can tell you is that it&#8217;s flown up the SERP&#8217;s and search engine traffic has increased dramatically &#8211; not to mention the extra traffic generated from people passing the site around Myspace, so the experiment has certainly been beneficial thus far.</p>
<p>As for increasing my PR? Well, the big argument against Myspace backlinks seems to be that they&#8217;re generally just a lot PR0&#8217;s. I have however noticed my site&#8217;s link appearing in the comments section of a few profiles with PR&#8217;s of 2-5, so they&#8217;re not all totally useless. And as I mentioned, the SERP positions have increased on a weekly basis. So now, I&#8217;m just waiting to see if that little green bar grows a little, and to find out just how many useless Myspace backlinks you need to make them useful.</p>
<p>I&#8217;ll keep you posted!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblogger.co.uk/myspace/myspace-backlinks.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
