<?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>Webmaster-Source &#187; SEO</title>
	<atom:link href="https://www.webmaster-source.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Google Adds Ranking Data to Referrer String</title>
		<link>https://www.webmaster-source.com/2009/04/23/google-adds-ranking-data-to-referrer-string/</link>
		<comments>https://www.webmaster-source.com/2009/04/23/google-adds-ranking-data-to-referrer-string/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 12:34:06 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2081</guid>
		<description><![CDATA[Google has been rolling out changes to the way their referrer strings are structured. They are moving from a simple URL that shows the search query to a more complex one with some extra information that may be valuable. Starting this week, you may start seeing a new referring URL format for visitors coming from [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Google has been <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">rolling out changes</a> to the way their referrer strings are structured. They are moving from a simple URL that shows the search query to a more complex one with some extra information that may be valuable.</p>
<blockquote><p>Starting this week, you may start seeing a new referring URL format for visitors coming from Google search result pages. Up to now, the usual referrer for clicks on search results for the term &#8220;flowers&#8221;, for example, would be something like this:</p>
<p><code>http://www.google.com/search?hl=en&amp;q=flowers&amp;btnG=Google+Search</code></p>
<p>Now you will start seeing some referrer strings that look like this:</p>
<p><code>http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=7&amp;url=http%3A%2F%2Fwww.example.com%2Fmypage.htm&amp;ei=0SjdSa-1N5O8M_qW8dQN&amp;rct=j&amp;q=flowers&amp;usg=AFQjCNHJXSUh7Vw7oubPaO3tZOzz-F-u_w&amp;sig2=X8uCFh6IoPtnwmvGMULQfw</code></p></blockquote>
<p>Patrick Altoft of BlogStorm has noticed <a href="http://www.blogstorm.co.uk/google-adds-ranking-data-to-referrer-string/">an interesting addition to the string</a>. He thinks that the <code>cd=7</code> part stands for &#8220;click detail 7,&#8221; and is the ranking for your page. So if someone clicked through from Google to your site, your analytics software could collect the referrer string, and determine not just what the user searched for when they found your site, but what the page ranked!</p>
<p>This is valuable information for Search Engine Optimization, and makers of traffic statistics software, certainly.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/04/23/google-adds-ranking-data-to-referrer-string/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Canonical URLs</title>
		<link>https://www.webmaster-source.com/2009/02/16/google-canonical-urls/</link>
		<comments>https://www.webmaster-source.com/2009/02/16/google-canonical-urls/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 12:38:41 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1825</guid>
		<description><![CDATA[Finally, the solution for our duplicate content worries is over! Google now supports a new method to specify a canonical URL for your page. This &#8220;hint&#8221; suggests that Google use this page as the original, and ignore duplicates elsewhere on your domain. You simply add the fully W3c-compliant &#60;link&#62; tag in your header, and have [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Finally, the solution for our duplicate content worries is over! Google now supports a new method to <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">specify a canonical URL</a> for your page. This &#8220;hint&#8221; suggests that Google use this page as the original, and ignore duplicates elsewhere on your domain.</p>
<p>You simply add the fully W3c-compliant &lt;link&gt; tag in your header, and have it point to the permalink for a given post. Google will most likely rank that page in their results, and ignore others. That should help out your ranking overall.</p>
<p><code>&lt;link rel="canonical" src="http://www.example.org/your/permalink/page/" /&gt;</code></p>
<p>Obviously you&#8217;ll want some way to integrate this with your CSS. Some will want to roll their own solution, but if not, there are already prefab options available.</p>
<ul>
<li><a href="http://yoast.com/canonical-url-links/">Yoast has a WordPress plugin, a Magento extension, and a Drupal module available</a></li>
<li><a href="http://omninoggin.com/wordpress-posts/automatically-deal-with-duplicate-content-in-wordpress/">Omninoggin has a pasteable code snippet for your WordPress theme&#8217;s functions.php file</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/02/16/google-canonical-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All in One SEO Pack</title>
		<link>https://www.webmaster-source.com/2009/02/02/all-in-one-seo-pack/</link>
		<comments>https://www.webmaster-source.com/2009/02/02/all-in-one-seo-pack/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 12:50:11 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1782</guid>
		<description><![CDATA[Did you know there is an easy way to dramatically improve your WordPress blog&#8217;s search rankings? Try installing the All in One SEO Pack, one of the most popular WordPress plugins. The plugin Prevents duplicate content issues Rewrites page titles to be more search engine-friendly. Generates dynamic meta tags for permalink pages. A short snippet [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Did you know there is an easy way to dramatically improve your WordPress blog&#8217;s search rankings? Try installing the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a>, one of the most popular WordPress plugins.</p>
<p>The plugin</p>
<ul>
<li>Prevents <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=66359">duplicate content</a> issues</li>
<li>Rewrites page titles to be more search engine-friendly.</li>
<li>Generates dynamic meta tags for permalink pages. A short snippet from the article is used for the meta description, and the post&#8217;s tags are used for the keywords.</li>
<li>Allows you to manually override the meta tags and title tag on a post-by-post basis as well.</li>
</ul>
<p>These things can really help out your rankings. The &lt;title&gt; tag is a major point of focus for Google and other search engines, and it&#8217;s the part of a result that searchers pay the most attention to. It pays to have good titles.</p>
<p>Meta tags may not have the weight they once did, but they are still considered, and are worth paying attention to all the same.</p>
<p>As with all matters of SEO, your mileage will vary. This plugin will definitely do more good than harm though.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/02/02/all-in-one-seo-pack/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Google Tells You How to Get Free Links</title>
		<link>https://www.webmaster-source.com/2008/10/17/google-tells-you-how-to-get-free-links/</link>
		<comments>https://www.webmaster-source.com/2008/10/17/google-tells-you-how-to-get-free-links/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 10:00:43 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=921</guid>
		<description><![CDATA[Google recently added a useful new feature to their Webmaster Central portal, which Google employee Matt Cutts says can help you get some extra links. It allows you to see dead URLs that sites are linking to on your site (a.k.a. pages that don&#8217;t exist, and return 404 pages). Essentially, after getting a list of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Google recently added a useful new feature to their <a href="http://google.com/webmasters/">Webmaster Central</a> portal, which Google employee Matt Cutts says can help you get some extra links. It allows you to see dead URLs that sites are linking to on your site (a.k.a. pages that don&#8217;t exist, and return 404 pages). Essentially, after getting a list of those URLs, you can set up some good (and search engine optimized) content at those URLs. Voila, extra links.</p>
<blockquote><p>Let me back up and give you a little history. When someone comes to your site’s webserver and asks for a page that doesn’t exist, like <a href="http://www.mattcutts.com/asdfasdfasdf">http://www.mattcutts.com/asdfasdfasdf</a> , most web servers are configured to return an HTTP status code of 404, which means that the page was “Not Found.” If someone links to a page on your site that doesn’t exist, most webservers give a pretty sucky experience: visitors usually land on a pretty useless page, and search engines might not give you full credit for those 404 errors.</p>
<p>Now Google’s <a href="http://www.google.com/webmasters/">webmaster portal</a> lets you see who is linking to your 404 pages. Once you register your site, click on Diagnostics, then Web crawl, and select “Not found”.</p></blockquote>
<p><a href="http://www.mattcutts.com/blog/free-direct-text-links/">Read Matt Cutts&#8217; full post.</a></p>
<p>Also, BloggingTips.com has <a href="http://www.bloggingtips.com/2008/10/14/increase-traffic-to-your-blog/">a more in-depth post on making use of the tool</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/10/17/google-tells-you-how-to-get-free-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Duplicate Content</title>
		<link>https://www.webmaster-source.com/2008/10/12/duplicate-content/</link>
		<comments>https://www.webmaster-source.com/2008/10/12/duplicate-content/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 10:07:52 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=908</guid>
		<description><![CDATA[We always hear about how Google doesn&#8217;t like duplicate content, and will penalize a page that has the same content as another. There are plenty of articles on optimizing sites to avoid having duplicate content internally, and articles ranting about scrapers. What I want to know is what Google thinks about duplicate content cases such [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>We always hear about how Google doesn&#8217;t like duplicate content, and will penalize a page that has the same content as another. There are plenty of articles on optimizing sites to avoid having duplicate content internally, and articles ranting about scrapers.</p>
<p>What I want to know is what Google thinks about duplicate content cases such as Reference.com or the Associated Press.</p>
<p>Head over to <a href="http://www.reference.com/">Reference.com</a>, the encyclopedia branch of the Ask.com network of reference sites. Enter a search term. Now go over to Wikipedia and enter the same search term. They&#8217;re the same! Reference.com is pulling Wikipedia articles onto their site and throwing in a few ads. (How are they doing this? Does Wikipedia have some sort of API?) What does Google think of this?<span id="more-908"></span></p>
<p>Or what about Associated Press articles? They&#8217;re syndicated by many newspapers, and appear on their websites. That means the same article on multiple sites, no?</p>
<p>Is Google demoting these pages in their results, or are they giving them a free pass? It&#8217;s hard to tell. Reference.com as a whole has a toolbar PageRank of 8, while their iPod article is listed as N/A (while the original Wikipedia article has a PageRank of 7). So that would lead us to believe that they&#8217;re being demoted. There&#8217;s not really any way to tell for sure though, is there?</p>
<p>It seems that the algorithm is working, and filtering out pages such as those, but I&#8217;d like to know what the search giant&#8217;s opinion is on such pages. Is duplicate content simply duplicate content?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/10/12/duplicate-content/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Website Optimization by Andrew B. King [Book Review]</title>
		<link>https://www.webmaster-source.com/2008/08/24/website-optimization-by-andrew-b-king-book-review/</link>
		<comments>https://www.webmaster-source.com/2008/08/24/website-optimization-by-andrew-b-king-book-review/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 10:44:05 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=758</guid>
		<description><![CDATA[O&#8217;reilly Press puts out some really good tech books. So I grabbed Andrew B. King&#8217;s Website Optimization when I saw it at the library a few days ago. It was pretty good, though not my favorite of their books. I enjoy the &#8216;Hacks series (PHP Hacks, Podcasting Hacks, etc) more, but they have some other [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>O&#8217;reilly Press puts out some really good tech books. So I grabbed Andrew B. King&#8217;s <a href="http://www.amazon.com/gp/product/0596515081?ie=UTF8&amp;tag=webmasterso0d-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596515081"><em>Website Optimization</em></a> when I saw it at the library a few days ago. It was pretty good, though not my favorite of their books. I enjoy the &#8216;Hacks series (PHP Hacks, Podcasting Hacks, etc) more, but they have some other good books too.</p>
<p><em>Website Optimization</em> is worth a read if you&#8217;re trying to get more from your website. The book covers several aspects of optimization. Search engines, loading times, conversion rates, and a little bit on accessibility. There is a heavy emphasis on Search Engine Optimization of course.</p>
<p>It&#8217;s a pretty good book, and is very informative, but I have to disagree with some of the SEO advice. The book seems to promote the idea of being stingy when linking to external sites, in an effort to hoard PageRank, linking reciprocally, and making use of the nofollow attribute excessively. Then the book goes and tells you that blogs are a good way to get more inbound links.</p>
<p>I can tell you that an attitude like that regarding links will get you nowere fast. If you want to get links, you must give them first. Link to things that you think will be of interest to your users. The sites you link to will then learn about your site when they find some traffic coming in from your site. Nofollow shouldn&#8217;t be used to cripple links <em>you</em> place on your site either. It should be for things like blog commenters&#8217; posted URL&#8217;s, which weren&#8217;t added by you, and therefore you may not want to recieve PageRank points. As for reciprocal linking, don&#8217;t bother. Google thinks reciprocal linking schemes are generally of little interest to the end user, and are therefore discounted when ranking pages.</p>
<p>Other than my minor complaints about some of the linking advice given, it&#8217;s a pretty good book.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/08/24/website-optimization-by-andrew-b-king-book-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Simple SEO Tips For Bloggers</title>
		<link>https://www.webmaster-source.com/2008/03/14/7-simple-seo-tips-for-bloggers/</link>
		<comments>https://www.webmaster-source.com/2008/03/14/7-simple-seo-tips-for-bloggers/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 12:20:10 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2008/03/14/7-simple-seo-tips-for-bloggers/</guid>
		<description><![CDATA[When it comes to Search Engine Optimization, most bloggers fall into three groups. SEO Maniacs &#8211; They&#8217;re obsessed with improving their PageRank, and driving up their rankings using any means possible. A.K.A. John Chow before Google caught-on. The SEO Disinclined &#8211; The sort who just blog and ignore the SEO aspect. The SEO Neutral &#8211; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>When it comes to Search Engine Optimization, most bloggers fall into three groups.</p>
<ol>
<li>SEO Maniacs &#8211; They&#8217;re obsessed with improving their PageRank, and driving up their rankings using any means possible. A.K.A. John Chow before Google caught-on.</li>
<li>The SEO Disinclined &#8211; The sort who just blog and ignore the SEO aspect.</li>
<li>The SEO Neutral &#8211; Serious bloggers who do a little SEO, but don&#8217;t focus on it that much.</li>
</ol>
<p>No matter which group you fall into, consider implementing the following tips.<span id="more-458"></span></p>
<ul>
<li><strong>Use h2 tags for your post titles</strong> &#8211; Search engines like heading tags; the lower numbered the better. Use h2 tags for post titles, and h3s for sections inside your posts.</li>
<li><strong>Make your post titles into links</strong> &#8211; On archive pages, and on permalink pages, make your post titles link to the permalink page. Think about it. You have an h2 tag, which search engines place a high value on, with keywords relevant to the post, enclosed in a link pointing to the post. If you&#8217;ve heard of Google Bombing before, then you&#8217;ll realize the significance of this fairly quick.</li>
<li><strong>Optimize Page Titles</strong> &#8211; Your title tag should contain more than just your blog&#8217;s name. It&#8217;s contents are valued greatly by most major search engines, and it&#8217;s a great place to throw-in some keywords. Try this format: &#8220;My Cool Post &#8211; TheBlog.&#8221; Your average post title probably has good keywords relevant to your post, right? For your index page, you want something like the name of your blog, and either your tagline or just a list of keywords that relate to your site.</li>
<li><a href="http://www.webmaster-source.com/2007/12/30/permalink-optimization/"><strong>Change Your Permalink Structure</strong></a> &#8211; If you use WordPress, don&#8217;t use the default permalink style! Pick the best option for your purposes, and stick with it. The default ?p=37 permalinks will always redirect to the ones you specifically set.</li>
<li><strong>Optimize Post Slugs</strong> &#8211; Many blogging scripts, such as WordPress, offer a &#8220;Post Slug&#8221; feature that allows you to tweak the URL of the post. By default permalink URLs are somewhere along the lines of &#8220;/2008/02/01/name-of-post/.&#8221; Using the Post Slug function, you can change &#8220;name-of-post&#8221; to something better, SEO-wise. This is useful for times when your post title has a lot of extraneous words like &#8220;of&#8221;, &#8220;the&#8221;, and the like.</li>
<li><strong>Use Meta Tags</strong> &#8211; While meta tags don&#8217;t have as much value placed on them as they used to, there still is some, and it&#8217;s a good idea to use them.</li>
<li><strong>ALT and Link Your Logo</strong> &#8211; Make sure your logo links to your blog&#8217;s homepage. This is more of a usability thing than SEO advice, but it&#8217;s still a good idea. On a SEO note, make sure you use an &#8220;alt&#8221; tag on the image, adding something such as the blog&#8217;s name to it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/03/14/7-simple-seo-tips-for-bloggers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-05-20 14:54:30 by W3 Total Cache
-->