<?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>Masterful Marketing &#187; wordpress seo</title>
	<atom:link href="http://masterful-marketing.com/tag/wordpress-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://masterful-marketing.com</link>
	<description>Marketing in the New Media World</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:05:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Five Easy Tips to Optimize Your WordPress Website</title>
		<link>http://masterful-marketing.com/five-easy-tips-to-optimize-your-wordpress-website/</link>
		<comments>http://masterful-marketing.com/five-easy-tips-to-optimize-your-wordpress-website/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 01:19:43 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Internet marketing]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress seo]]></category>

		<guid isPermaLink="false">http://masterful-marketing.com/?p=2178</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px; padding-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmasterful-marketing.com%2Ffive-easy-tips-to-optimize-your-wordpress-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmasterful-marketing.com%2Ffive-easy-tips-to-optimize-your-wordpress-website%2F&#38;source=masterfulmktg&#38;style=compact&#38;service=bit.ly&#38;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I highly recommend that all small businesses use WordPress for their Website. Even if you have no plans to blog, a WordPress website gives you control of your content so you can keep it fresh and relevant to your target audience. The following are a few tips that will help you get visibility in the search engines.</p>
<p><a href="http://masterful-marketing.com/five-easy-tips-to-optimize-your-wordpress-website/" class="more-link">Read more on Five Easy Tips to Optimize Your WordPress Website&#8230;</a></p>
<p>&#169;2010 <a href="http://masterful-marketing.com">Masterful Marketing</a>. All Rights Reserved.</p>.<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://masterful-marketing.com/welcome-is-not-a-useful-keyword/' rel='bookmark' title='Permanent Link: &#8220;Welcome&#8221; is Not a Useful Keyword &#8211; 10 On Page SEO Tips'>&#8220;Welcome&#8221; is Not a Useful Keyword &#8211; 10 On Page SEO Tips</a></li>
<li><a href='http://masterful-marketing.com/why-you-should-control-your-online-marketing/' rel='bookmark' title='Permanent Link: Why You Should Control Your Online Marketing'>Why You Should Control Your Online Marketing</a></li>
<li><a href='http://masterful-marketing.com/top-search-queries-data-to-help-you-know-how-to-get-found/' rel='bookmark' title='Permanent Link: Top Search Queries: Data to Help You Know How to Get Found'>Top Search Queries: Data to Help You Know How to Get Found</a></li>
</ol></p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px; padding-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmasterful-marketing.com%2Ffive-easy-tips-to-optimize-your-wordpress-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmasterful-marketing.com%2Ffive-easy-tips-to-optimize-your-wordpress-website%2F&amp;source=masterfulmktg&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I highly recommend that all small businesses use WordPress for their Website. Even if you have no plans to blog, a WordPress website gives you control of your content so you can keep it fresh and relevant to your target audience. The following are a few tips that will help you get visibility in the search engines.</p>
<h2>Make your permalinks pretty</h2>
<p><img class="right" src="http://masterful-marketing.com/img/seo-tips.jpg" alt="Five easy tips to optimize your WordPress website" />This is an easy setting but one I&#8217;ve seen overlooked on many, many WordPress sites. The default setting is <span class="grnbold">http://yourdomain.com/?p=123</span>. How useful is that? If you leave your permalinks set this way, you lose all the value of those keywords that you used in the title of your post or page. Instead, select the custom option and set the format to <span class="grnbold">/%postname%/</span> or <span class="grnbold">/%category%/%postname%/</span>. Add the category if you have been strategic with naming your categories using your main keywords. Otherwise, use just the post name and make sure you use keywords in their titles.<span id="more-2178"></span></p>
<h2>Set privacy to allow search engines to index the site</h2>
<p>By default, WordPress installs with the privacy setting set to disallow search engine indexing. If you look at the source code of your page, you will see <span class="grnbold">&lt;meta name=&#8217;robots&#8217; content=&#8217;noindex,nofollow&#8217; /&gt;</span>. This is a good thing while you are developing the site, but when you go live, make sure you go to &#8220;Settings/Privacy&#8221; in your WordPress dashboard and set your blog visibility to &#8220;<span class="grnbold">I would like my blog to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers</span>&#8220;. Otherwise, your site won&#8217;t get indexed. Also, make sure your robots.txt file isn&#8217;t set to block the search engine bots.</p>
<h2>Verify your site in Google, Yahoo and Bing</h2>
<p>The search engines give you a way to verify site ownership so you can gather useful information. On Google, you use Webmaster Tools. On Yahoo, you use <a href="https://siteexplorer.search.yahoo.com/" target="_blank">Yahoo Site Explorer</a>. On Bing, you use the <a href="http://www.bing.com/webmaster" target="_blank">Bing Webmaster Center</a>. All three verify your site using a verification metatag in your header file. Once your site is verified you can point all three towards your XML sitemap to help with the indexing. Install the <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Google (XML) Sitemap plugin</a> and activate it. This plugin generates a sitemap that supports all the major search engines. Once you have set this up, all three of these search engines will provide a wealth of information on your site, such as keywords used to find your site, incoming links to pages, broken links and other information useful to figuring out how you are doing and making your Website more accessible to the search engine bots. This data in combination with <a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> should give you enough information to optimize your site.</p>
<h2>Add SEO to your Pages</h2>
<p>Using WordPress for your website platform also gives you control of your major SEO components: title and description through the <a title="All in One SEO Pack - Michael Torbert " href="http://semperfiwebdesign.com/" target="_blank">All-in-One SEO Pack</a>. You can also set up your keyword metatag specifically for each page for completeness, but most search engines do not use it in its page ranking algorithm so it&#8217;s really up to you if you put a few choice keywords on each page. My recommendation is focus on the title, description, content and the anchor text for your links, using the appropriate keywords for each page on your site. Remember that search engines consider each page independently and will index the page based on the content it finds only on that page.</p>
<p>Not sure where to find your best keyword? Try the <a title="Google Adwords External Keyword Tool" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">Google AdWords External Keywood tool</a> or the <a title="Google Search-based Keyword Tool" href="http://www.google.com/sktool/#" target="_blank">Google Search-based Keyword Tool</a>. Once you get your big list, select the top 10 keywords for your business and start using them in all of your marketing materials.</p>
<h2>Add Relevant Tags your Posts</h2>
<p>WordPress enables you to <span class="grnbold">tag</span> your post with focused keyword phrases so that the search engines can index them more effectively. Don&#8217;t confuse <span class="grnbold">Tags</span> with <span class="grnbold">categories</span>. Categories are your file cabinet draw where you file a document under one particular topic. Tags allow you to describe your post in more specific terms that help people find your information. By properly tagging your posts with relevant keywords, you help people find and cross reference your post with others. Stick to just a few tags, however, as too many tags will dilute their effect.</p>
<p>Some final tips:</p>
<ul>
<li> If you had a website and converted it to WordPress, install the <a href="http://urbangiraffe.com/plugins/redirection/" target="_blank">Redirection plugin</a> and map all your old URLs to the new ones in WordPress. Not doing this will mean you lose any page rank that you may have from the old site.</li>
<li>When you insert images, be sure to write good <span class="grnbold">alt tags</span> for images and think about the names of the files before you upload them to help search engines index your images (note that the search engines now have a specific image search feature).</li>
</ul>
<p>If you use WordPress, review your site now to be sure you are following these tips and helping your website become more popular. And let me know what SEO techniques you use to help you be found on the web.</p>
<p>&copy;2010 <a href="http://masterful-marketing.com">Masterful Marketing</a>. All Rights Reserved.</p>.<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://masterful-marketing.com/welcome-is-not-a-useful-keyword/' rel='bookmark' title='Permanent Link: &#8220;Welcome&#8221; is Not a Useful Keyword &#8211; 10 On Page SEO Tips'>&#8220;Welcome&#8221; is Not a Useful Keyword &#8211; 10 On Page SEO Tips</a></li>
<li><a href='http://masterful-marketing.com/why-you-should-control-your-online-marketing/' rel='bookmark' title='Permanent Link: Why You Should Control Your Online Marketing'>Why You Should Control Your Online Marketing</a></li>
<li><a href='http://masterful-marketing.com/top-search-queries-data-to-help-you-know-how-to-get-found/' rel='bookmark' title='Permanent Link: Top Search Queries: Data to Help You Know How to Get Found'>Top Search Queries: Data to Help You Know How to Get Found</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://masterful-marketing.com/five-easy-tips-to-optimize-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
