<?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>Debt Prison &#187; google</title>
	<atom:link href="http://debtprison.net/wordpress/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://debtprison.net/wordpress</link>
	<description>Financial Opinion</description>
	<lastBuildDate>Fri, 23 Mar 2012 21:32:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress SEO and Google Adsense</title>
		<link>http://debtprison.net/wordpress/116/wordpress-seo-and-google-adsense/</link>
		<comments>http://debtprison.net/wordpress/116/wordpress-seo-and-google-adsense/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 02:31:56 +0000</pubDate>
		<dc:creator>Debt Prison</dc:creator>
				<category><![CDATA[Self Help]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://debtprison.net/wordpress/116/wordpress-seo-and-google-adsense/</guid>
		<description><![CDATA[I&#8217;ve used WordPress for about 6 months now and thought I would share my experience with SEO, duplicate content, google adsense, google analytics, and partial vs. full feeds.  Six months ago I was not what you would call web savvy. In fact, many bloggers would probably still claim as much about my blog.  I had [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used WordPress for about 6 months now and thought I would share my experience with SEO, duplicate content, google adsense, google analytics, and partial vs. full feeds.  Six months ago I was not what you would call web savvy. In fact, many bloggers would probably still claim as much about my blog.  I had no earthly idea what WordPress even was until I activated it on my domain.  It was there the whole time, just waiting for someone to turn it on.  Well finally I decided to start writing and thought maybe this WordPress thingy would help.  That was <em>hundreds</em> of blog hours ago.  Although my main focus has always been content, I&#8217;ve worked steadily at improving my SEO and reader friendly navigation.  Please allow me to share with you my personal opinions (these ideas are only valid today).  Remember, I have a full time job &#8211; outdoors &#8211; and my degree in Biology hasn&#8217;t endowed me with miracles when it comes to websites.  It&#8217;s all OHT, or on the hobby training. </p>
<p><strong>*Note: Before editing your template files you need to make a copy of the php file and paste it into notepad, not microsoft word.</strong>  Just right click inside the template, click on select all, then right click and copy.  Now just paste into notepad and save them (include the date in the name like &#8216;singlepost04.23.2008.txt&#8217;.  This way you can always refer back to the original file.  Or you can delete the entire template in progress - and paste the old one back in.</p>
<p><strong>Partial VS Full Feeds </strong></p>
<p>Let&#8217;s start with partial vs. full feeds.  Use the full feeds option.  This allows people using google reader and other feed readers to read a blog post without ever coming to your website.  I know, I know &#8211; this seems a little scary but just relax.  First of all, let&#8217;s bear in mind that the goal of blogging is to influence other people&#8217;s lives with your content &#8211; not show them how pretty your site is or look at all the amazing google ads you&#8217;ve got on there.  Don&#8217;t take my word for it, I&#8217;m a small timer &#8211; read <a href="http://techdirt.com/articles/20070813/014338.shtml" target="_blank">this from the big timers</a>.  Also, I wouldn&#8217;t worry about others ripping off your content.  It&#8217;s not that big of a deal, even if they do it just means that someone thinks it&#8217;s good enough to reprint somewhere else.  In which case&#8230;.congratulations.</p>
<p><strong>Duplicate Content </strong></p>
<p>I&#8217;m not sure how much of a problem duplicate content is when google crawls a wordpress blog, but I&#8217;ve done a few things which will limit the chances.  First of all, on the main index page I only display an &#8216;excerpt&#8217; of each article &#8211; about 50 words.  This is just enough to give a reader a taste for the actual article and decide if they want to read it.  By providing the &#8216;excerpt&#8217; the entire post is not displayed and therefore not indexed.  I accomplished this by going to Presentation, Theme Editor, Main Index Template, and changed the following line:</p>
<p>After the line that says &#8216;div class= entry&#8217; you should see one that says &#8216;php the post&#8217;.  Just change the word post to the word &#8216;excerpt&#8217;. Secondly I edited my category page to only display the titles.  Inside my category.php file I removed the following text:</p>
<p>&#8216;php the content&#8217;</p>
<p><img src="http://debtprison.net/images/icon_wink.gif" alt="" align="left" /> My memory is a little fuzzy on this but I believe that&#8217;s what it said before I changed it. This doesn&#8217;t allow any of the blog post to be displayed on the category page.  My goal in changing the Main Index Template and the Category Template was to enable readers to scan quickly for titles that interested them.  However, this isn&#8217;t even really that important since the majority of my traffic comes from search engines.  But once again it does help to limit duplicate content.</p>
<p><strong>Solving Duplicate Content using robots.txt </strong></p>
<p>At the top right hand corner of this page you&#8217;ll see the &#8216;Email this Post&#8217; link.  This will enable a pop up window so you can email this article.  I&#8217;ve read that this &#8216;email the post plugin&#8217; generates an entire set of new links related to the pop up.  I will deal with this using the robots.txt file in a moment. There&#8217;s also duplicate content if you use the &#8216;archives&#8217; function.  I removed the archives section from my sidebar because it seems pointless to me.  If a reader has ended up at your site and they want to find info, it seems to me that the main index page, categories links, and google search box is more than adequate.  But just in case the google bot finds it&#8217;s way to the &#8216;archives&#8217; somehow, there is a way to disable it using the robots.txt file as well.</p>
<p>Finally, the RSS feeds can also generate duplicate content.  I&#8217;ve decided not to block google bot from finding my feeds because I read that if someone posts your content on another site, google is smart enough to determine which site has the original content by following feeds and comparing it to content on the site.  I&#8217;m not sure about this but the guy sounded like he knew what he was talking about so hey&#8230;&#8230;.what&#8217;s a guy to do.  Lastly is the trackback content, apparently this needs to be blocked as well so I&#8217;m blocking it &#8211; at least I think so, according to a couple of various sources I&#8217;ve gotten the format correct. So, with the robots.txt file I want to block the &#8216;email this post&#8217; content, archives content, and the trackback content.  The following text comes courtesy from <a href="http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin" target="_blank">theguru</a>.</p>
<p>User-Agent: *<br />
Disallow: */trackback*<br />
Disallow: /wp-*<br />
Disallow: /20*<br />
User-Agent: MediaPartners-Google<br />
Allow: /</p>
<p>I&#8217;m not sure how relevant the format is, but time will tell.  The wp-* is where the email pop up content is stored. Next the trackbacks are blocked.  Since the archives pages are normally something like /2007/04/ the 20* is supposed to block any url with 2007 or 2008 after the slash.  In the example used by theguru, he uses /20* to block archive pages.  But since I use the &#8216;id number&#8217; in my permalink structure, articles 200 &#8211; 209 wouldn&#8217;t get indexed, so I left that out of my robots.txt file.</p>
<p><strong>Google Analytics</strong></p>
<p>I use google analytics to show where my traffic is coming from, but also to show how many hits per url, specific keyword searches, and all sorts of other useful information.  Many of the attributes of analytics I have yet to use.  This has been a learning process for me and I only have time for so much &#8216;learning&#8217; each week.  The two main functions of analytics that impress me are the ability to show where traffic is coming from, and the ability to show specifically what a person types into a search engine that leads them to your site.  This is useful information.  For example, when someone links to me and thus brings me traffic, I email them and thank them for the link.  This often builds into a nice web referral system for both of us. </p>
<p>The reason I like to review what readers typed into a search engine is because it gives me ideas for new articles.  If I see a trend of similar searches that come to my site, but I know my content is lacking &#8211; I will write an article that satisfies these readers.  This is a great way to build search engine traffic.</p>
<p><strong>WordPress and SEO</strong></p>
<p>Most importantly I use &#8216;pretty permalinks&#8217; and downloaded the <a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" target="_blank">&#8216;All-in-one-SEO-Pack&#8217;</a> for WordPress.  I used to have ugly permalinks &#8211; you know the debtprison.net/wordpress/?=42/.  I had to change over to the &#8216;custom permalink structure&#8217;, and I decided to use this one: /%post_id%/%postname%/.  This way I still get the &#8216;id&#8217; number plus the name is included in the URL.  Having the id number comes in handy when you are setting up a &#8216;related links&#8217; section or trying to quickly determine where the link you want is located in a list of url&#8217;s.  To keep from breaking all my previous links I installed the <a href="http://scott.yang.id.au/code/permalink-redirect/" target="_blank">redirect plugin</a>, which enables readers to find the &#8216;pretty permalinks&#8217; even if they clicked on one of those ugly ones. </p>
<p>The all in one seo pack enabled me to easily add specific keywords to the header of individual articles.  It also allows you to set up your titles so that when google displays them in search results it looks like this &#8216;WordPress SEO and Google Adsense / Debt Prison.  This was a huge breakthrough for me.  Before I installed this all in one &#8211; all of my links were displayed by google as &#8216;Debt Prison / Blog Archive / WordPress SEO and Google Adsense&#8217;.  Hell, no one could even see the title of the article.  Since I&#8217;ve made these two changes my search engine traffic has <em>doubled.  </em>This post has had 25 unique visitors from search engines within 24 hours of publishing, and my page rank is &#8216;low&#8217; according to google webmaster tools.</p>
<p>Encourage readers to use the comment section at the end of a post.  Here&#8217;s why.  As google bot crawls your posts it will include the comments in the post index.  Using google analytics I often go to google and type in the exact phrase that the search engine user did, that brought them to my site.  I do this to see where my site was ranked for certain phrases.  Often the text that google search displays about my site is something from the <em>comments</em>.  This is a way for us to add valuable content and discussion to a post by letting our readers perform the work.  Often when I read a post about implementing a plugin or using ads, I read the comments.  So many times the comment section of a post will have content more valuable than the actual post.  So encorage readers to add their comments.  I would like for you to add comments to the bottom of this post.  Tell me what you like or dislike about the changes I&#8217;ve made and give me some of your best ideas for WordPress.  Thanks!</p>
<p>I try and respond to comments very quickly.  My average response time is probably two hours and I think this helps alot when it comes to reader retention.  First of all, I think readers are pleasantly surprised when a website administrator responds to their comments.  Even more so if the response is fast.  But this also encourages more readers to leave comments because they feel confident that you will give them your opinion &#8211; and quickly.  So more comments leads to more comments.</p>
<p>Having made the above important changes to my blog set up, something should be said about content.  Once you get your blog in good shape for search engines, you should focus all of your attention on providing valuable, unique content.  By writing useful information that is both value rich and unique, you increase your chances of other websites linking to yours.  <em>This is how you dramatically increase your search engine traffic.  </em>The number of &#8216;highly ranked&#8217; websites that point to yours, is the difference in 500 hits per day and 50,000.  It&#8217;s just that important.  So once you get the title layout, tags, keywords, and all that jazz squared away&#8230;..focus on content. </p>
<p>Before publishing a post, copy and paste it from the view screen into microsoft word.  Use word to check for spelling and grammatical errors.  Having misspelled words is <em>extremely</em> negative.  Think of this from a readers perspective.  You are either too dumb or in too much of hurry to write correctly.  This perception obviously bleeds over into the content.  Readers are likely to decide that perhaps your content is also dumb or hastily thrown together.  In which case they are more apt to leave your site and search out more thoughtful material.</p>
<p><strong>Google Adsense</strong></p>
<p>There&#8217;s a lot of good articles out there about google adsense and wordpress.  First of all, about one hour ago I read a comment from a reader that said something like &#8220;When I see ads on a blog I immediately leave, because I know the content is no good.&#8221;  Well&#8230;&#8230;I&#8217;ve heard all of that before and &#8211; I think it&#8217;s about the stupidest thing that&#8217;s ever came out of anyone&#8217;s mouth.  I&#8217;ve seen people complain on digg.com because someone posted an article from their blog&#8230;&#8230;..and their blog had ads on it and they were like &#8220;You&#8217;re just using digg to make money from ads&#8221; and immediately someone posted &#8220;Yeah just like digg is doing &#8211; placing ads on their site to make money&#8230;&#8230;moron!!!&#8221;  To all of these folks I just have to say &#8220;Get over yourself already&#8230;&#8230;.&#8221;  If you have a problem with advertising then no problem, just leave!  I suppose these same people don&#8217;t watch CNN, or Fox News, or MSNBC, or any other news program because every ten minutes or so they have one of those damn commercials.  Ahhhhhh, just more silly self righteous attitudes from silly people.  Ignore them.  I&#8217;ll stop using ads when they stop paying.  Besides, providing your readers with additional opportunities to obtain useful information from their visit to <em>your</em> blog is a good thing.</p>
<p>Google&#8217;s <a href="http://www.smashingmagazine.com/2007/03/22/google-adsense-facts-faqs-and-tools/" target="_blank">best profit ad</a> is the large rectangle, with a white background and no border.  If your article is short, place ads near the beginning.  If the article is long, place ads near the end.  I have all but one of my ads built into the php so I don&#8217;t have to add them to each individual post.  Only at the end of the post do I change the type of ad.  It just depends on the look and feel of the post. </p>
<p>Until recently I only had three ads on a page.  A small image ad banner at the top of the article.  And then a small banner text ad in the beginning, and at the end.  Two weeks ago I added the wide skyscraper to the sidebar on the left.  I replaced the image banner ad at the top with a &#8216;links&#8217; ad.  *<em>NOTE, I&#8217;ve already removed the text link ad from the top of my posts.  I didn&#8217;t like the way it looked when viewed with Firefox instead of Explorer.  I&#8217;m going to place a text ad in the middle somewhere</em>. This ad looks a lot like a menu bar and I made the text blue to match the other links on my pages. I also added the medium rectangle text ad to the beginning of each post.  I&#8217;ve definitely seen improvements in my revenue.  When I first started blogging I said that I didn&#8217;t want to be one of those web pages with a bunch of ads surrounding the article.  Now I have a bunch of ads surrounding my articles, at least at the beginning.  Personally, I think it makes my articles look a lot more professional because of all the relevant links on the page. </p>
<p>Google has a policy about blocking any more than three ads on one page.  But there is a way to get more than three ads on a page.  I discovered this when I placed the link menu at the top of my articles.  I was able to have a links ad at the top, a square at the beginning, a text/image link banner at the end, and the wide skyscraper on the left.  Inside the single post template I put the links ad <strong>above</strong> the title of the post.  I&#8217;m not sure why exactly this works but it does.</p>
<p>Yes, I&#8217;m one of those evil bloggers who wants to blog and get paid.  But seriously, bear in mind that the content <em>is free</em>.  I call these proximity dollar links.  I brought the links within my readers&#8217; proximity and they clicked on them.  Everybody wins, even those self righteous elitists who&#8217;ve already left&#8230;..</p>
<p><!--adsense--></p>
<p><strong>Discuss this article, share ideas, and meet new people at <a href="http://debtprison.net/Vanilla-1.1.4/" target="_blank">Debt Prison Forums</a>.</strong></p>
<p><strong>Related Articles</strong></p>
<p>* <a href="http://debtprison.net/wordpress/115/the-perils-of-switching-servers-with-wordpress/">The Perils of Switching Servers With WordPress</a></p>
<p>* <a href="http://www.debtprison.net/wordpress/60/hints-for-writing-great-blog-posts/">Hints for writing great blog posts</a></p>
<p>* <a href="http://debtprison.net/wordpress/128/stumbleuponcom-brought-me-60000-hits-in-60-days/">Stumbleupon.com brought me 60,000 hits in 60 days</a></p>
]]></content:encoded>
			<wfw:commentRss>http://debtprison.net/wordpress/116/wordpress-seo-and-google-adsense/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

