<?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>GetWPress &#187; SEO</title>
	<atom:link href="http://www.getwpress.com/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getwpress.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 03 May 2012 20:27: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>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Optimize Your Database</title>
		<link>http://www.getwpress.com/seo/optimize-your-database/</link>
		<comments>http://www.getwpress.com/seo/optimize-your-database/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 14:52:35 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://getwpress.com/?p=330</guid>
		<description><![CDATA[<p>One of the drawbacks to using WordPress is the fact that if you work hard on your website, not only by adding content regularly, but perhaps changing your page copy, trying different calls to action, working on conversions, etc. then your database can ultimately grow quite large. While a problem may not present itself for [...]</p><p>The original post is titled <a href="http://www.getwpress.com/seo/optimize-your-database/">Optimize Your Database</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></description>
			<content:encoded><![CDATA[<p>One of the drawbacks to using WordPress is the fact that if you work hard on your website, not only by adding content regularly, but perhaps changing your page copy, trying different calls to action, working on conversions, etc. then your database can ultimately grow quite large.   </p>
<p>While a problem may not present itself for months or years, it&#8217;s reasonable to assume that someday, something will go wrong and you&#8217;ll wish your database was smaller and cleaner.   Perhaps it will come during a routine upgrade and you&#8217;ll notice something&#8217;s out of whack, or the automatic upgrade will fail, forcing you to upgrade manually.   </p>
<p>On the other hand, you might discover a problem only after something has gone seriously wrong &#8211; like while trying to restore a backup after a loss &#8211; and at that point, to put it technically, you are screwed.   </p>
<p>Because we manage a lot of domains on a lot of different hosts, we&#8217;re probably a lot more prone to see a problem than you are, however, it never hurts to be safe, and be proactive. That&#8217;s why it&#8217;s a good idea to keep your database clean of unnecessary data.  </p>
<p>A few weeks ago, while dealing with a site that had literally hundreds of revisions for every page, and a giant database that was giving us problems moving from one server to another, I looked for a plug-in that would get rid of all these revisions that we no longer needed.   </p>
<p>I found a good one in WP Optimize, that not only gets rid of unwanted revisions, but also optimizes the database tables, which was previously only accessible through your web hosts phpMyAdmin. </p>
<p>Rather than tell you all about it, take a look at this 2 minute video&#8230;</p>
<p>&nbsp;</p>
<p><iframe width="449" height="337" src="http://www.youtube.com/embed/UBkCcHTzR4c?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>The original post is titled <a href="http://www.getwpress.com/seo/optimize-your-database/">Optimize Your Database</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.getwpress.com/seo/optimize-your-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H1 Hack for WordPress Pages</title>
		<link>http://www.getwpress.com/seo/h1-hack-for-wordpress-pages/</link>
		<comments>http://www.getwpress.com/seo/h1-hack-for-wordpress-pages/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:03:40 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[Wordpress Hack]]></category>
		<category><![CDATA[alternate heading]]></category>
		<category><![CDATA[custom field]]></category>
		<category><![CDATA[H1 tag]]></category>
		<category><![CDATA[heading change]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[theme editing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getwpress.com/?p=41</guid>
		<description><![CDATA[<p>WordPress H1 Hack - This allows you to change the H1 tag of the page without affecting the page name, title, and menu title of the page. This has most commonly been used in the page.php file of the WordPress themes only, but can certainly be applied to any page that you would like the [...]</p><p>The original post is titled <a href="http://www.getwpress.com/seo/h1-hack-for-wordpress-pages/">H1 Hack for WordPress Pages</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress H1 Hack -</strong><br />
This allows you to change the H1 tag of the page without affecting the page name, title, and menu title of the page.</p>
<p>This has most commonly been used in the page.php file of the WordPress themes only, but can certainly be applied to any page that you would like the ability to set the h1 tag (or some cases, if you prefer, the h2 tag). Remember, it is recommended to set the default theme h2 tags displaying the header of the pages to H1 for an SEO advantage.</p>
<p>This documentation will demonstrate applying this hack to page.php in your theme, but can easily be understood from that point on doing the same to your template pages, index.php, single.php, etc.</p>
<p><strong>Step by Step:</strong><br />
1. You will need to be using an installed version of WordPress at least 2.x or greater as this method uses the “Custom Fields” you will find toward the bottom of the page in the admin area as you create or edit pages or posts.</p>
<p>2. In your favorite editor for editing your theme pages, or using the Theme Editor under the Presentation tab of the WordPress admin area, open pages.php for editing.</p>
<p>3. In the default theme of WordPress or the theme you are using, you will see a section toward the top of the file that looks exactly like or similar to this:</p>
<p><img src="http://getwpress.com/images/h1hackdocumentation/screenshots-pagecode.png" border="0" alt="" width="500" height="275" /></p>
<p>It&#8217;s this line &#8211; <span style="color: #ff0000; font-size: x-small;">&lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt; </span> that you will be changing. It may not look exactly the same, but will almost always be enclosed in h2 tags.</p>
<p>You will want to replace the contents inside those tags, but it is highly recommended that if they currently say &lt;h2&gt;&lt;/h2&gt; to change those to h1.</p>
<p>4. Replace that line with the following:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;">
<ol>
<li class="li1">
<div class="de1">&lt;h1&gt;<span class="kw2">&lt;?php</span> <span class="re0">$thisPost</span> <span class="sy0">=</span> <span class="re0">$post</span> <span class="sy0">-&gt;</span> <span class="me1">ID</span><span class="sy0">;</span> <span class="kw1">if</span> <span class="br0">&#40;</span>get_post_meta<span class="br0">&#40;</span><span class="re0">$thisPost</span><span class="sy0">,</span> changeH1<span class="sy0">,</span> <span class="kw4">true</span><span class="br0">&#41;</span> <span class="sy0">!=</span> <span class="st_h">&#8221;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">echo</span> <span class="br0">&#40;</span>get_post_meta<span class="br0">&#40;</span><span class="re0">$thisPost</span><span class="sy0">,</span> changeH1<span class="sy0">,</span> <span class="kw4">true</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span> <span class="kw1">else</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">the_title<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="sy1">?&gt;</span></div>
</li>
<li class="li1">
<div class="de1">&lt;/h1&gt;</div>
</li>
</ol>
</div>
</div>
<p>So your file should now look similar to this:</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://getwpress.com/images/h1hackdocumentation/screenshots-pagecodeedited.png" border="0" alt="" width="500" height="451" /></span></p>
<p>5.  Save the file and upload it to your theme folder or save the file in the  theme editor.</p>
<p>6. Now you can edit or create new pages and use the custom  fields to change the heading of the page without changing the actual title  of the page.</p>
<p>7. To do this, as an example, let’s create a new page named  “Test”.</p>
<p>8. Publish the page, then view it from your WordPress site.</p>
<p>9. You  can see that not only the title in the browser, in the menu, and the heading  of the page says “Test”.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://getwpress.com/images/h1hackdocumentation/screenshots-test.png" border="0" alt="" width="500" height="204" /></span></p>
<p>10. Now back to the admin area, edit the page  “Test”.<br />
11. Scroll to the bottom of the editing area until you see “Custom  Fields”.<br />
12. You may have to click on the “+” sign to the right to see the  area for editing these fields.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://getwpress.com/images/h1hackdocumentation/screenshots-customfields.png" border="0" alt="" width="400" height="234" /></span></p>
<p>13. Here you will need to add “changeH1” to the key  text box for the first time. Be sure that changeH1 is spelled exactly the  same and the “H” is capitalized.</p>
<p>14. After you have done this the first time, you  will be able to select the changeH1 from the drop-down box under the word  Key instead. It is only necessary to add the key once with a value, and from  that point, it will remain in the drop-down list to be selected easier.</p>
<p>15. Now change the header by typing a new one in  the Value text box to the right. Let’s just test it out by typing “This is  my new heading text”. Then click “Add Custom Field”.</p>
<p>16. Save and continue, or save the page now.</p>
<p>17. Go back to your site and refresh to see the  change.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://getwpress.com/images/h1hackdocumentation/screenshots-testnewheader.png" border="0" alt="" width="500" height="204" /></span></p>
<p>18. Now you can edit any page to display a  different heading just by setting the “changeH1” key in the drop-down list  and typing in the heading you want in value. Don’t forget to click “Add  Custom Field”.</p>
<p>19. If you have already set a heading in a page  using this method, you can also go back to editing the page, and change the  value in the box just above where you set it originally. After making the  change click on “update”.</p>
<p><span style="color: #ff0000; font-size: x-small;"> <img src="http://getwpress.com/images/h1hackdocumentation/screenshots-alreadyset.png" border="0" alt="" width="500" height="311" /></span></p>
<p>The original post is titled <a href="http://www.getwpress.com/seo/h1-hack-for-wordpress-pages/">H1 Hack for WordPress Pages</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.getwpress.com/seo/h1-hack-for-wordpress-pages/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>Pubcon Quote from Matt Cutts About WordPress</title>
		<link>http://www.getwpress.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/</link>
		<comments>http://www.getwpress.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 23:12:31 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[matt cutts]]></category>
		<category><![CDATA[savvy internet marketers]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getwpress.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/</guid>
		<description><![CDATA[<p>During the &#8220;Keynote Coffee Chat with Matt Cutts, Matt told everyone what he thought of WordPress, and what many savvy internet marketers already know&#8230; &#8220;If you do everything on WordPress, you&#8217;re pretty much covered for SEO.&#8221; That&#8217;s exactly what he said, (I wrote it down) and I could barely believe my ears.  I mean, yeah, [...]</p><p>The original post is titled <a href="http://www.getwpress.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/">Pubcon Quote from Matt Cutts About WordPress</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></description>
			<content:encoded><![CDATA[<p>During the &#8220;<a href="http://www.mattcutts.com/blog" target="_blank">Keynote Coffee Chat with Matt Cutts,</a> <a href="http://www.mattcutts.com/blog" target="_blank">Matt</a> told everyone what he thought of <a href="http://www.wordpress.org" target="_blank">WordPress</a>, and what many savvy internet marketers already know&#8230;</p>
<p><strong>&#8220;If you do everything on WordPress, you&#8217;re pretty much covered for SEO.&#8221;</strong></p>
<p>That&#8217;s exactly what he said, (I wrote it down) and I could barely believe my ears.  I mean, yeah, WordPress is pretty much magic when properly configured, but to have Matt Cutts from Google give it his stamp of approval at a conference presentation was pretty amazing to hear, especially since Google owns <a href="http://www.blogger.com" target="_blank">Blogger</a>.</p>
<p>To be perfectly clear, Matt was speaking of a self hosted WordPress blog using their free software, and not free hosted blog platform available WordPress.com. There is a huge difference, so don&#8217;t be confused!</p>
<p>There are plenty of expensive and cumbersome options for building a website, that lock you into a certain web host, programmer or company, and that&#8217;s one of the things I love most about the open source WordPress system.  You&#8217;re free to host where you want,  tweak it to your hearts content, and you&#8217;re not locked in to an expensive solution.</p>
<p>I would have to say that while WordPress isn&#8217;t quite perfect &#8220;right out of the box&#8221;, with just a few minor tweaks and plug-ins added, it can compete with almost anything else on the market for SEO purposes.</p>
<p>My own success with 100% WordPress powered sites has been outstanding, and for a while, it was the best kept secret in SEO.  Now, with this public endorsement by one of the most famous names in search, I only see it&#8217;s use increasing over time, as the community continues to grow worldwide.</p>
<p>The original post is titled <a href="http://www.getwpress.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/">Pubcon Quote from Matt Cutts About WordPress</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.getwpress.com/seo/pubcon-quote-from-matt-cutts-about-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Safely &amp; Easily Change Permalinks</title>
		<link>http://www.getwpress.com/seo/safely-easily-change-permalinks/</link>
		<comments>http://www.getwpress.com/seo/safely-easily-change-permalinks/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 21:36:35 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[search engine visibility]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getwpress.com/seo/safely-easily-change-permalinks/</guid>
		<description><![CDATA[<p>Changing the permalinks structure on an existing WordPress blog can be dangerous if you don&#8217;t know what you&#8217;re doing. Once you have an established URL structure, a change can cause you to not only lose search engine visibility, but all of your PageRank will drop to zero, and all of your inbound links will no [...]</p><p>The original post is titled <a href="http://www.getwpress.com/seo/safely-easily-change-permalinks/">Safely &#038; Easily Change Permalinks</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></description>
			<content:encoded><![CDATA[<p> Changing the permalinks structure on an existing WordPress blog can be dangerous if you don&#8217;t know what you&#8217;re doing.</p>
<p>Once you have an established URL structure, a change can cause you to not only lose search engine visibility, but all of your PageRank will drop to zero, and all of your inbound links will no longer work. That can&#8217;t be good!</p>
<p>Additionally, if all of the page names in the search engines index cease to exist, then anyone that ever clicks on one of your Serps would be taken to a 404 error. That&#8217;s bad!</p>
<p>Sometimes there&#8217;s a lot of legitimate reason to want to change, usually because they were set up in correctly in the first place. The proper way to make change would be to implement real one redirects for every single URL that&#8217;s changing. This can be quite the daunting task.</p>
<p>Luckily there is a plug-in available to make this process painless. It&#8217;s called <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" target="_blank">Dean&#8217;s Permalinks Migration</a>,  and here&#8217;s a three-minute video to show you how it works&#8230;<br />
<br />
<center><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/EFH26FmJURI&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/EFH26FmJURI&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></center></p>
<p>The original post is titled <a href="http://www.getwpress.com/seo/safely-easily-change-permalinks/">Safely &#038; Easily Change Permalinks</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.getwpress.com/seo/safely-easily-change-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Anchor Text and Nofollow</title>
		<link>http://www.getwpress.com/seo/using-anchor-text-and-nofollow/</link>
		<comments>http://www.getwpress.com/seo/using-anchor-text-and-nofollow/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 15:25:17 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[importation]]></category>
		<category><![CDATA[search phrases]]></category>
		<category><![CDATA[theme match]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getwpress.com/seo/using-anchor-text-and-nofollow/</guid>
		<description><![CDATA[<p>I&#8217;ve now redone the home page of the site, and added the final shoppingcart item,  which is a simple WordPress theme match without a content importation.  In my rush to get the site live, I completely left that out, but now the shopping page is complete. As a quick lesson in SEO, I&#8217;ll point out [...]</p><p>The original post is titled <a href="http://www.getwpress.com/seo/using-anchor-text-and-nofollow/">Using Anchor Text and Nofollow</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now redone the home page of the site, and added the final shoppingcart item,  which is a simple WordPress theme match without a content importation.  In my rush to get the site live, I completely left that out, but now the shopping page is complete.</p>
<p>As a quick lesson in SEO, I&#8217;ll point out that on the homepage I&#8217;ve added text links to the purchase page,  using different anchor text five times.</p>
<p>Because I don&#8217;t have a lot of content on this site yet, I&#8217;ve chosen to place four primary search phrases there, made them bold, and then linked all four to my shopping cart page.</p>
<p>The fifth link, near the bottom of the homepage is nofollowed, so that I&#8217;m not wasting any link juice following text for which I don&#8217;t care to rank. Make sense?</p>
<p>Future posts will go into the plug-ins being used, but first I have to get the privacy and contact pages up, (which of course will be nofollowed). Stay tuned&#8230;</p>
<p>The original post is titled <a href="http://www.getwpress.com/seo/using-anchor-text-and-nofollow/">Using Anchor Text and Nofollow</a> , and it came from <a href="http://www.getwpress.com">GetWPress</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.getwpress.com/seo/using-anchor-text-and-nofollow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

