<?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>WordImpress &#187; SEO</title>
	<atom:link href="http://wordimpress.com/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordimpress.com</link>
	<description>WordPress Themes, Plugins and Articles</description>
	<lastBuildDate>Fri, 24 May 2013 22:27:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WP No Category Base: Good for SEO and Easy to Use</title>
		<link>http://wordimpress.com/wp-no-category-base-good-for-seo-and-easy-to-use/</link>
		<comments>http://wordimpress.com/wp-no-category-base-good-for-seo-and-easy-to-use/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 21:24:21 +0000</pubDate>
		<dc:creator>Devin Walker</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wordimpress.com/?p=521</guid>
		<description><![CDATA[<p>How to remove the "category" text from your permalinks using an easy no-code plugin approach.</p><p>The post <a href="http://wordimpress.com/wp-no-category-base-good-for-seo-and-easy-to-use/">WP No Category Base: Good for SEO and Easy to Use</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn.wordimpress.com/assets/wp-no-category-base.png" alt="" title="wp-no-category-base" width="580" height="105" class="alignnone size-full wp-image-523" /></p>
<p>Have you ever noticed how WordPress like to put in the permalink a &#8220;category&#8221; base?  This text can dilute you search engine link keyword value and it&#8217;s not a bad idea to get rid of it.  But how?  Let&#8217;s use the excellent <a href="http://wordpress.org/extend/plugins/wp-no-category-base" title="WP No Category Base" target="_blank">WP No Category Base</a> plugin.  This will allow us to solve this problem code free! </p>
<h2>Download WP No Category Base</h2>
<p>Don&#8217;t get down and dirty with the .htaccess file if you don&#8217;t have to.  Instead, log in to your WordPress admin panel and click on Plugins > Add New.  Next, search for &#8220;<strong>WP No Category Base</strong>&#8221; and install the plugin.</p>
<h2>Activate WP No Category Base</h2>
<p>Now all you have to do is activate the plugin and it immediately starts working.</p>
<h2>The Plugin Takes Care of Your Redirects</h2>
<p>Don&#8217;t worry you don&#8217;t have to now go into your .htaccess file and insert a bunch of 301 redirects.  The plugin takes care of redirecting your old links.  Awesome!</p>
<p>The post <a href="http://wordimpress.com/wp-no-category-base-good-for-seo-and-easy-to-use/">WP No Category Base: Good for SEO and Easy to Use</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordimpress.com/wp-no-category-base-good-for-seo-and-easy-to-use/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS Negative Text Indent Property: Looks Spammy and Bad for SEO</title>
		<link>http://wordimpress.com/css-negative-text-indent-property-looks-spammy-and-bad-for-seo/</link>
		<comments>http://wordimpress.com/css-negative-text-indent-property-looks-spammy-and-bad-for-seo/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 07:49:34 +0000</pubDate>
		<dc:creator>Devin Walker</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://wordimpress.com/?p=383</guid>
		<description><![CDATA[<p>Negative text-indents may seem useful in web design, but for SEO it's not recommended to use to style your website. </p><p>The post <a href="http://wordimpress.com/css-negative-text-indent-property-looks-spammy-and-bad-for-seo/">CSS Negative Text Indent Property: Looks Spammy and Bad for SEO</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn.wordimpress.com/assets/negative-text-indent.jpg" alt="CSS Negative Text Indent and it&#039;s affects on SEO" title="negative-text-indent" width="580" height="360" class="alignright size-full wp-image-399" /></p>
<p>Negative text indents have been a debated topic in the web design world for some time.  But why?  Should they be used or not?  Since <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=66353" title="Google's Take on Negative Text Indent Property" target="_blank">Google chimed in to the debate</a>, there&#8217;s been even more discussion swirling in the blogosphere.  Let&#8217;s take a look at why this method of using CSS to hide text off-page ever came to be and why experts say you shouldn&#8217;t use a negative value to hide text off-page.</p>
<h2>Where This Trick is Used Honestly</h2>
<p>There are <em>several reasons</em> why web designers use a negative text-indent property to hide text off page.  These reasons are used without malicious indent and some feel that Google and the search engines may just brush this off.</p>
<ul>
<li>Navigational Buttons</li>
<li>The Ol&#8217; Image Replacement Trick</li>
<li>Alternate to display: none; </li>
<li>Ease of Use</li>
</ul>
<h2>The Not So Honest Reason</h2>
<p>Years ago when keyword density used to be the way to the top of the search engines, spammers would hide hundreds/thousands of keywords and links off-page to seemingly trick search engines into thinking their content was the most relevant to the searches pertaining to the hidden keywords.  For a little while this worked and some sites saw great success in the search engines thus leading to the increased popularity of this spam technique.</p>
<h3>Google Fights Back</h3>
<p>All search engines hate spam sites.  Google has lead the way with their top-secret algorithm at effectively removing these sites from their indexes.  How they have done this, by effectively <strong>evaluating the integrity of your website through your code, content, reputation and lifespan</strong>&#8230;  plus many other factors that many are still trying to uncover.</p>
<blockquote><p>Hiding text or links in your content can cause your site to be perceived as untrustworthy since it presents information to search engines differently than to visitors -Google</p></blockquote>
<p>What is certain is that there are various penalizations are incorporated in Google, Yahoo, Bing algorithms for websites that hide large amounts of text off page. Most likely this penalty depends on how much text you are hiding off page and whether you are trying to deceive the search engines and impact user experience.  <strong>Google will only promote the sites they see best fit to fulfill the users need</strong>.  If you are trying to be shady and trick the users by throwing a link in every other sentence that is only 2px by 2px and looks like a period, Google will find out.  And so will Yahoo, Bing and others&#8230; (most likely).  This is because it is written in their algorithm thanks to the spammy malicious sites created years ago that Google had to learn to trim for their search results.</p>
<h3>Don&#8217;t Try to Play Pranks on the Search Engines</h3>
<p>You have to remember that the text-indent property is just CSS styling.  Google will still see the text that is hidden off page, whether or not they can read your CSS and JavaScript is up for speculation.  As best practice, stray away from hiding text off page.</p>
<h2>Does it Impact SEO?</h2>
<p>While it may impact your website&#8217;s SEO only slightly if you hide minor text off-page, it&#8217;s not a good idea to use hidden text and links.  Google has recommended not using this method to hide logo text, headers, and other tricks <strong>thus we must comply</strong> to make the almighty happy.</p>
<h4>No More of This</h4>
<p></p><pre class="crayon-plain-tag">h1 a {
  background: url(logo.png) no-repeat left top;
  text-indent: -9999px; /* bad idea */
}</pre><p></p>
<h3>Other Blogs on This Same Topic:</h3>
<p>This is not an old topic, the blogosphere is still actively discussing this topic.  Current and past employees of Google as well as other respectable SEO gurus have talked about why not to using CSS to hide text off-page.  Here&#8217;s a few below that should give you a nice idea about the discussion.</p>
<ol>
<li><a href="http://www2.webmasterradio.fm/office-hours/2010/rich-snippets-to-google-search-results/" title="Maile Ohye Speaks about Using CSS to Hide Text off-Page and How it is a Bad idea." target="_blank">Webmaster Radio Office Hours with Google Senior Developer Programs Engineer Maile Ohye</a></li>
<li><a href="http://css-tricks.com/forums/discussion/6892/" title="Discussion on CSS Tricks Forum about text-indent: -999px and and whether or not it is bad for SEO" target="_blank">CSS Tricks Forum: Text-Indent: -9999px; = bad SEO?</a></li>
<li><a href="http://luigimontanez.com/2010/stop-using-text-indent-css-trick/" target="_blank">Stop Using the text-indent:-9999px; CSS Trick by Luigi Montanez</a></li>
</ol>
<h2>Have You Been Penalized?</h2>
<p>If you feel that you have been penalized by Google because you are not getting indexed or you are performing more poorly than you did in the past you can <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35843">submit your site for reconsideration</a>.  Google will reconsider your site and most likely, if you have complied with their terms you can be included in the cool-club of search engine visibility.  Ah, it feels good to be indexed.</p>
<p>The post <a href="http://wordimpress.com/css-negative-text-indent-property-looks-spammy-and-bad-for-seo/">CSS Negative Text Indent Property: Looks Spammy and Bad for SEO</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordimpress.com/css-negative-text-indent-property-looks-spammy-and-bad-for-seo/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Top WordPress SEO Plugins</title>
		<link>http://wordimpress.com/top-wordpress-seo-plugins/</link>
		<comments>http://wordimpress.com/top-wordpress-seo-plugins/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 22:26:10 +0000</pubDate>
		<dc:creator>Devin Walker</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wordimpress.com/?p=220</guid>
		<description><![CDATA[<p>Every website needs to maximize its SEO.  If you're running on WordPress, utilizing these great plugins will benefit your site's search engine rankings.</p><p>The post <a href="http://wordimpress.com/top-wordpress-seo-plugins/">Top WordPress SEO Plugins</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn.wordimpress.com/assets/WordPress-Plugins.jpg" alt="Top WordPress Plugins for SEO" title="WordPress-Plugins" width="580" height="359" class="alignnone size-full wp-image-237" /></p>
<p>If you are running a WordPress site, most likely want to the best plugins to maximize search engine optimization (or SEO).  While there are <em>many WordPress SEO plugins</em> out there, knowing which ones to use can be a bit confusing.  The following is a list of WordPress&#8217; top SEO plugins that will help you move up in the search engines and drive more traffic to your website.</p>
<h2>SEOpresser</h2>
<p><img src="http://cdn.wordimpress.com/assets/seopressor.png" alt="SEOpressor WordPress Plugin" title="seopressor" width="580" height="290" class="alignnone size-full wp-image-229" /></p>
<p><strong>Link:</strong> <a href="http://seopressor.com/indexb.html">http://seopressor.com/</a><br />
<strong>Description:</strong> While the website for this plugin and the video may seem a bit cheesy, it does what it says.  Essentially, this plugin allows you to optimize your site&#8217;s content faster and more effectively.  Once you install the plugin you can begin using the keyword decoration feature and keyword density grader to add underlines, bold tags and headings to your content.<br />
<strong>Special Notes:</strong> This is not a free plugin and many of the plugin&#8217;s benefits are geared more towards auto-blogs.  For the average blogger, this plugin won&#8217;t provide much more benefit than adding various keyword decorations and utilizing the SEOpressor score which you can get through Firefox&#8217;s on page SEO plugins anyways.</p>
<h2>Robots Meta</h2>
<p><img src="http://cdn.wordimpress.com/assets/robots-meta.png" alt="Robots Meta plugin" title="robots meta" width="580" height="219" class="alignnone size-full wp-image-234" /></p>
<p><strong>Link:</strong> <a href="http://wordpress.org/extend/plugins/robots-meta/" title="Robots Meta">http://wordpress.org/extend/plugins/robots-meta/</a><br />
<strong>Description:</strong> Easily add robots meta tags to your WordPress posts and cisallow indexing of subpages to your homepage, category pages, author pages and tag pages, to prevent duplicate content.<br />
<strong>Special Notes:</strong> This plugin requires some knowledge of SEO best practices to configure for optimal usage.  Be sure you configure the plugin properly&#8230; you don&#8217;t want to prevent the robots from indexing relevant content.</p>
<h2>Google XML Sitemaps</h2>
<p><img src="http://cdn.wordimpress.com/assets/google-xml-sitemaps.png" alt="Google XML Sitemaps is a very popular WordPress plugin for SEO" title="google-xml-sitemaps" width="580" height="279" class="alignnone size-full wp-image-233" /></p>
<p><strong>Link:</strong> <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" title="Google XML Sitemaps">http://wordpress.org/extend/plugins/google-sitemap-generator/</a><br />
<strong>Description:</strong>  Let Google know how to index your website easiy with the Goog,e XML Sitemaps Generator.  Notify Google, Yahoo, Bing and more each time you publish a new blog post effortlessly.  This is easily the most popular sitemap generator plugin for WordPress.<br />
<strong>Special Notes:</strong> This plugin is fairly easy to setup and configure and for less advanced users offers a great library of documentation.</p>
<h2>All-in-One SEO</h2>
<p><img src="http://cdn.wordimpress.com/assets/all-in-one-seo-pack.png" alt="All in One SEO Pack is one of the best SEO plugins for WordPress available today" title="all-in-one-seo-pack" width="580" height="206" class="alignnone size-full wp-image-239" /></p>
<p><strong>Link:</strong> <a title="All in One SEO" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">http://wordpress.org/extend/plugins/all-in-one-seo-pack/</a><br />
<strong>Description:</strong>  Like the name says, this plugin is used for &#8220;All&#8221; SEO purposes.  Now while this plugin is excellent, that&#8217;s taking it a little too far.<br />
<strong>Special Notes:</strong>  Be sure that if you using a predeveloped theme or creating your own that there are not duplicate meta tags.  Often themes will place their own meta keywords/descriptions for SEO purposes (because they assume you wont be using this plugin) and then when you utilize this plugin it will insert them through the wp_head.  </p>
<h2>All-in-One Webmaster</h2>
<p><img src="http://cdn.wordimpress.com/assets/all-in-one-webmaster.png" alt="All in One Webmaster Tools for WordPress" title="all-in-one-webmaster" width="580" height="250" class="alignnone size-full wp-image-240" /></p>
<p><strong>Link:</strong> <a href="http://wordpress.org/extend/plugins/all-in-one-webmaster/">http://wordpress.org/extend/plugins/all-in-one-webmaster/</a><br />
<strong>Description:</strong> Allows you to integrate Google Webmaster tools, Yahoo SiteExplorer and Bing Webmaster Central into your WP backend.  Additionally, you have the option to add analytics tracking code for Quantcast, Clicky, Compete.com, SiteMeter.com.<br />
<strong>Special Notes:</strong> Makes working with Google, Yahoo and Bing a breeze and is a snap to configure once you have the plugin installed.</p>
<h2>Pretty Link Pro</h2>
<p><img src="http://cdn.wordimpress.com/assets/pretty-link-pro.png" alt="Pretty Link Pro - A Great WordPress Plugin" title="pretty-link-pro" width="580" height="144" class="alignnone size-full wp-image-243" /></p>
<p><strong>Link:</strong> <a title="Pretty Link Pro" href="http://wordpress.org/extend/plugins/pretty-link/">http://wordpress.org/extend/plugins/pretty-link/</a><br />
<strong>Description:</strong> Allows you to shrink your urls, track them, twitter integration and a lot more.<br />
<strong>Special Notes:</strong> The social icons and retweet buttons this plugin can integrate are table-based and not easily changed.  Often, they manage to conflict with custom developed WP themes.</p>
<h2>Akismet</h2>
<p><img src="http://cdn.wordimpress.com/assets/akismet.png" alt="Akismet - WordPress&#039; anti-spam soldier" title="akismet" width="580" height="254" class="alignnone size-full wp-image-242" /></p>
<p><strong>Link:</strong> <a title="Akismet Anti-Spam" href="http://wordpress.org/extend/plugins/akismet/">http://wordpress.org/extend/plugins/akismet/</a><br />
<strong>Description:</strong> Search engines hate spammy sites.  Make sure your comments are clean of spam and the back links they put on your site.  Akismet is the best anti-spam plugin for WordPress, that&#8217;s why it&#8217;s there by default.<br />
<strong>Special notes:</strong> This plugin is packaged  with the installation but you have to activate it via the plugin settings page in your WordPress backend.</p>
<h2>Got Suggestions?</h2>
<p>If you are using a WordPress plugin that you think is awesome for SEO then let us know! We&#8217;ll be sure to put it on the list above if it meets the criteria.  Hopefully you have discovered a plugin you haven&#8217;t heard of yet from this list.  Let us know what you think, comment below!</p>
<p>The post <a href="http://wordimpress.com/top-wordpress-seo-plugins/">Top WordPress SEO Plugins</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordimpress.com/top-wordpress-seo-plugins/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Awesome Way to Add Dynamic Facebook and Tweet Widgets</title>
		<link>http://wordimpress.com/awesome-way-to-add-dynamic-facebook-and-tweet-widgets/</link>
		<comments>http://wordimpress.com/awesome-way-to-add-dynamic-facebook-and-tweet-widgets/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:14:17 +0000</pubDate>
		<dc:creator>Devin Walker</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Tweetmeme]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://wordimpress.com/?p=68</guid>
		<description><![CDATA[<p>Almost every blog and website should integrate with Facebook and Twitter if they want to increase traffic to their website and allow people to share their links. Both Twitter and Facebook have widgets that can be placed throughout your WordPress &#8230;</p><p>The post <a href="http://wordimpress.com/awesome-way-to-add-dynamic-facebook-and-tweet-widgets/">Awesome Way to Add Dynamic Facebook and Tweet Widgets</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Almost every blog and website should integrate with Facebook and Twitter if they want to increase traffic to their website and allow people to share their links.  Both Twitter and Facebook have widgets that can be placed throughout your WordPress site.  In this article you will see how to add Dynamic Facebook and Tweetmeme widgets to your blog post and post listing pages.  We will use some WordPress functions as well as good ol&#8217; PHP to get the urls we need to make these buttons dynamic.</p>
<p><img src="http://cdn.wordimpress.com/assets/facebook-and-tweetmeme.jpg" alt="Dynamic Facebook and Tweetmeme Widgets" title="facebook-and-tweetmeme" width="409" height="244" class="alignnone size-full wp-image-118" /></p>
<h3>Widgets for Blog Listing Pages</h3>
<p>If you have a blog listing page and you want to show the twitter and facebook social share buttons for each listing rather than the blog page itself then the code below will do just that. You will simple need to add the following code into your WordPress loop after either the_content() or the_excerpt() depending on your preference.</p>
<h4>For Facebook Share Button:</h4>
<p>Notice for the &#8220;share_url=&#8221; we are using the wordpress permalink function to grab the article&#8217;s url.</p>
<p></p><pre class="crayon-plain-tag">&lt;a class=&quot;facebookShare&quot; name=&quot;fb_share&quot; type=&quot;button_count&quot; href=&quot;http://www.facebook.com/sharer.php&quot; share_url=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;Share&lt;/a&gt;
&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre><p>               </p>
<h4>For Tweetmeme</h4>
<p></p><pre class="crayon-plain-tag">&lt;script type=&quot;text/javascript&quot;&gt;
	tweetmeme_style = 'compact';
	tweetmeme_url = '&lt;?php the_permalink() ?&gt;';
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://tweetmeme.com/i/scripts/button.js&quot;&gt;&lt;/script&gt;</pre><p></p>
<h3>Widgets for Single Posts and Pages (single.php and page.php).</h3>
<p>If you want to add the Facebook and Tweetmeme buttons to your single posts then open up your theme&#8217;s single.php for posts and page.php for pages and add the following code after your <a href="http://codex.wordpress.org/The_Loop" title="The WordPress Loop">WordPress loop</a></p>
<h4>Facebook Dynamic <strong>Like Button</strong> for WordPress</h4>
<p></p><pre class="crayon-plain-tag">&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=100&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=80&acirc;&euro;&sup3; scrolling=&quot;no&quot; frameborder=&quot;0&acirc;&euro;&sup3; style=&quot;margin-left: 30px; border:none; overflow:hidden; width:100px; height:40px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;</pre><p></p>
<h3>Twitter Dynamic <strong>ReTweet Button</strong> for WordPress</h3>
<p>If you want the Tweetmeme retweet button then you can use the following bit of code to display compact retweet buttons.  To change the tweetmeme size all you need to do is change the tweetmeme_style to the larger version remove <em>tweetmeme_style = &#8216;compact&#8217;;</em>.</p>
<p></p><pre class="crayon-plain-tag">&lt;div class=&quot;social-item&quot;&gt;
 &lt;script type=&quot;text/javascript&quot;&gt;  
   tweetmeme_url = '&lt;?php echo rawurlencode('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); ?&gt;';  
   tweetmeme_style = 'compact';
&lt;/script&gt;  
 &lt;script type=&quot;text/javascript&quot; src=&quot;http://tweetmeme.com/i/scripts/button.js&quot;&gt;&lt;/script&gt; 
&lt;/div&gt;</pre><p></p>
<p>Thanks to <a href="http://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/" title="Dynamic Facebook and Tweetmeme Widgets">Rommel Santor</a> and his great blog post for getting me started in the right direction: check out how his detailed article about adding dynamic facebook and tweetmeme widgets to your blog </p>
<p>The post <a href="http://wordimpress.com/awesome-way-to-add-dynamic-facebook-and-tweet-widgets/">Awesome Way to Add Dynamic Facebook and Tweet Widgets</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordimpress.com/awesome-way-to-add-dynamic-facebook-and-tweet-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip to Further SEO Optimize Your NextGen Gallery Albums</title>
		<link>http://wordimpress.com/seo-optimize-your-nextgen-gallery-albums/</link>
		<comments>http://wordimpress.com/seo-optimize-your-nextgen-gallery-albums/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:22:36 +0000</pubDate>
		<dc:creator>Devin Walker</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[NextGen]]></category>

		<guid isPermaLink="false">http://wordimpress.com/?p=58</guid>
		<description><![CDATA[<p>NextGen Gallery is the best picture gallery plugin for WordPress that I&#8217;ve seen so far in my career. Out of the box it&#8217;s very easy to work with and generally very good with SEO. After looking into the code more &#8230;</p><p>The post <a href="http://wordimpress.com/seo-optimize-your-nextgen-gallery-albums/">Quick Tip to Further SEO Optimize Your NextGen Gallery Albums</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>NextGen Gallery is the best picture gallery plugin for WordPress that I&#8217;ve seen so far in my career.  Out of the box it&#8217;s very easy to work with and generally very good with SEO.  After looking into the code more I noticed that you can do even more to make the most out of this fantastic plugin in regards to SEO.</p>
<p><img src="http://cdn.wordimpress.com/assets/nextgen-album.png" alt="" title="nextgen-album" width="575" height="174" class="alignnone size-full wp-image-66" /></p>
<h3>Open album-extend.php</h3>
<p>This file is located in your Nextgen Gallery folder withing your WordPress install&#8217;s plugin folder: <strong>wp-content/plugins/nextgen-gallery/views/album-extend.php/</strong></p>
<h3>Turn the DIV into an H3/H4</h3>
<p>Depending on your preference, modify the following gallery title div to be a heading rather than a just a div.  Search engines will recognize this and give more value to the text.</p>
<p></p><pre class="crayon-plain-tag">&lt;div class=&quot;ngg-albumtitle&quot;&gt;
       &lt;a href=&quot;&lt;?php echo $gallery-&gt;pagelink ?&gt;&quot;&gt;
          &lt;?php echo $gallery-&gt;title ?&gt;
       &lt;/a&gt;
&lt;/div&gt;</pre><p>Now change the beginning and end DIV to an H3 as shown below.</p><pre class="crayon-plain-tag">&lt;h3 class=&quot;ngg-albumtitle&quot;&gt;
  &lt;a href=&quot;&lt;?php echo $gallery-&gt;pagelink ?&gt;&quot;&gt;
    &lt;?php echo $gallery-&gt;title ?&gt;
   &lt;/a&gt;
&lt;/h3&gt;</pre><p></p>
<h3>Save the file</h3>
<p>Remember, modifying files in a plugin&#8217;s directory means that in the future, if you update the plugin the changes could be overwritten.  Luckily this is just a quick change so it&#8217;s not really a big deal.</p>
<p>The post <a href="http://wordimpress.com/seo-optimize-your-nextgen-gallery-albums/">Quick Tip to Further SEO Optimize Your NextGen Gallery Albums</a> appeared first on <a href="http://wordimpress.com">WordImpress</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordimpress.com/seo-optimize-your-nextgen-gallery-albums/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
