<?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>tanasi.it &#187; seo</title>
	<atom:link href="http://www.tanasi.it/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tanasi.it</link>
	<description>Alessandro `jekil` Tanasi blog</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:06:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sviluppo Ruby on Rails orientato SEO</title>
		<link>http://www.tanasi.it/1837-sviluppo-ruby-on-rails-orientato-seo.html</link>
		<comments>http://www.tanasi.it/1837-sviluppo-ruby-on-rails-orientato-seo.html#comments</comments>
		<pubDate>Sat, 18 Apr 2009 14:13:19 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.lonerunners.net/?p=1837</guid>
		<description><![CDATA[(Photo credits: marciookabe) Lo sviluppo in Ruby on Rails del mio ultimo progetto mi ha portato a scontrarmi con l&#8217;ottimizzazione per i vari motori di ricerca dell&#8217;applicativo web. SEO è la tecnica del come ottimizzare il posizionamento nei motori di ricerca di un sito web in modo da ricere più visite dalle ricerche. Di seguito [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><img class="aligncenter" title="seo" src="http://farm4.static.flickr.com/3119/3102556540_ee05871fae.jpg" alt="" width="500" height="453" /><em><span style="color: #888888;">(Photo credits: <a href="http://www.flickr.com/photos/21299258@N04/">marciookabe</a>)</span></em></p>
<p>Lo sviluppo in <strong>Ruby on Rails</strong> del mio <a href="http://secdocs.lonerunners.net">ultimo progetto</a> mi ha portato a scontrarmi con l&#8217;<strong>ottimizzazione</strong> per i vari motori di ricerca dell&#8217;applicativo web.</p>
<p><a class="snap_shots" href="http://it.wikipedia.org/wiki/Ottimizzazione_%28motori_di_ricerca%29">SEO</a> è la tecnica del come ottimizzare il <strong>posizionamento</strong> nei motori di ricerca di un sito web in modo da ricere <strong>più visite</strong> dalle ricerche.</p>
<p>Di seguito elenco alcune semplicissime ma altrettanto efficaci <strong>tecniche</strong> da tenere in considerazione nello sviluppo di una web application Ruby on Rails <strong>ottimizzata SEO</strong>.</p>
<h2>Friendly URLs</h2>
<p>Invece che utilizzare URL che recano la sola indicazione dell&#8217;ID dell&#8217;oggetto come:</p>
<pre>http://example.lonerunners.net/show/11</pre>
<p>Utilizzate degli <strong>url sexy</strong> che recano indicazione del titolo,  o altre informazioni, della pagina come:</p>
<pre>http://example.lonerunners.net/show/11-this-is-a-test</pre>
<h2>Metadata dinamici</h2>
<p>I tag dei metadata che descrivono la pagina come <em>title</em>, <em>keywords</em> e <em>description</em> è bene che non siano <strong>statici</strong> per ogni pagina del sito. Fate in modo che vengano generati con contenuto <strong>diverso</strong> per più pagine possibile.</p>
<h2>Evidare la duplicazione</h2>
<p>Se avete contenuti o pagine che vengono <strong>duplicate</strong> bisogna far in modo che i duplicati non siano indicizzati dai motori di ricerca. Questo si realizza semplicemente con un uso accorto del file<em> robots.txt </em>o aggiungendo il seguente tag nelle pagine che non devono esser indicizzate:</p>
<pre>&lt;meta name="robots" content="noindex,nofollow" /&gt;</pre>
<h2>Sintassi</h2>
<p>Far in modo che il codice HTML generato sia <strong>w3c compliant</strong> e non contenga errori di sintassi.</p>
<h2>Accessibilità</h2>
<p>Cercare di disegnare un sito nel modo più accessibile possibile e ricordate di utilizzare i tag <em>alt</em> e <em>title</em>.</p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1692-fai-un-corso-su-ruby-on-rails-con-qualche-slide.html" title="Fai un corso su Ruby on Rails con qualche slide">Fai un corso su Ruby on Rails con qualche slide</a></li><li><a href="http://www.tanasi.it/1633-talk-sviluppo-web-con-ruby-on-rails.html" title="Talk: Sviluppo web con Ruby on Rails">Talk: Sviluppo web con Ruby on Rails</a></li><li><a href="http://www.tanasi.it/1071-cakephp-vs-ruby-on-rails.html" title="CakePHP vs Ruby on Rails">CakePHP vs Ruby on Rails</a></li><li><a href="http://www.tanasi.it/1182-ruby-on-rails-misc-resources.html" title="Ruby on Rails misc resources">Ruby on Rails misc resources</a></li><li><a href="http://www.tanasi.it/1126-must-have-seo-firefox-extensions.html" title="Must Have SEO Firefox Extensions">Must Have SEO Firefox Extensions</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1837-sviluppo-ruby-on-rails-orientato-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must Have SEO Firefox Extensions</title>
		<link>http://www.tanasi.it/1126-must-have-seo-firefox-extensions.html</link>
		<comments>http://www.tanasi.it/1126-must-have-seo-firefox-extensions.html#comments</comments>
		<pubDate>Sat, 13 Oct 2007 13:22:00 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[OSs and Apps]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[firefox extension]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo extension]]></category>
		<category><![CDATA[seo firefox]]></category>
		<category><![CDATA[seo plugin]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1051</guid>
		<description><![CDATA[Firebug - With this helpful little add-on, you can tweak and monitor CSS, inspect and edit HTML, debug, visualize CSS metrics, monitor your network and also make changes in JavaScript live in any web page Google Global Firefox Extension - As results for Google differ from one country to another, results become limited. The end [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><strong>Firebug -</strong> With this helpful little add-on, you<br />
can tweak and monitor CSS, inspect and edit HTML, debug, visualize CSS<br />
metrics, monitor your network and also make changes in JavaScript live<br />
in any web page</li>
<li><strong>Google Global Firefox Extension -</strong> As results for Google differ from one country to another, results become limited. The end to this problem is Google Global.<br />
Global is an unobtrusive Firefox extension that allows you to see<br />
what the Google search results that you are viewing, look like from<br />
different geographical locations. This is very useful if you want to<br />
compare organic search results in different countries or if you want to<br />
see how your AdWords PPC campaigns appear in different regions. With<br />
Google Global, you can change depending on your personal browsing<br />
habits. You can open the search results in a new tab, useful for<br />
comparing results, you can add as many countries to your Google Global<br />
search options and you can also depersonalize the search results shown<br />
by Google Global</li>
<li><strong>Google Webmaster Tools External links ++ -</strong> With<br />
Google Webmaster Tools External links ++ you can check the PR of the<br />
pages linking to you and the anchor text used on the link. This<br />
Greasemonkey script determines PR for the link through an XML HTTP<br />
request and adding it in front of the link. You need to have <span style="text-decoration: underline;">Google Webmaster Central</span> Account and the site added and verified in it. If the link is found, and it&#8217;s normal, the PageRank and anchor text is displayed in black, with the anchor text within quotes.</p>
<ul>
<li>If the link has rel=&#8221;nofollow&#8221; on it, the info is made orange and striked through.</li>
<li>If the link is not found the info is made red, and the text &#8220;Link not found&#8221; is added.</li>
<li>If the link is an image link, the text &#8220;img, alt:&#8221; with the alt text is added. Since v1.1</li>
<li>If a single frame is encountered, the script opens it and tries that for the link, matching Google&#8217;s behavior. Since v1.1</li>
<li>URL&#8217;s without www are now properly recognized as well.</li>
</ul>
</li>
<li><strong>LinkChecker -</strong> With LinkChecker, you can check<br />
webpage links at a glance with simple color coding. Ditch those massive<br />
listings of bad links that provide no context and add LinkChecker to<br />
your arsenal of web development tools today. The best thing about this<br />
extension is that the creator, Kevin Freitas is constantly developing<br />
it and some of the expected upcoming features are:</p>
<ul>
<li>Sidebar with broken link summary list anchored to bad links</li>
<li>Link duplication checking/count</li>
<li>Options dialog to set timeout, color, skip criteria, right-click menu visibility, and other settings</li>
<li>More detailed or SVG progress pie chart</li>
<li>Easy bookmark link checking (currently achieved by finding your<br />
bookmarks.html file on your computer, loading it in Firefox, then<br />
running LinkChecker — not exactly ideal, is it?)</li>
<li>Abilty to remove or &#8220;turn off&#8221; LinkChecker colors after check is complete</li>
<li>Option time delay each link checked so script not seen as robot</li>
</ul>
</li>
<li><strong>RankQuest SEO Toolbar -</strong> RankQuest SEO(Search<br />
Engine Optimization) Toolbar provides you quick access to more than 30<br />
intuitive SEO tools. Alexa Rank and Page Rank provided by Alexa and<br />
Google respectively ensures the popularity of the site. Once you<br />
download and install the SEO Toolbar you are only one or two clicks<br />
away from carrying out most of your day to day SEO operations.<br />
available in Japanese, Italian, Polish, Spanish, Swedish, German,<br />
Dutch, French and Chinese languages.</li>
<li><strong>SearchStatus -</strong> Display the Google PageRank,<br />
Alexa rank and Compete ranking anywhere in your browser, along with<br />
fast keyword density analyser, keyword/nofollow highlighting,<br />
backward/related links, Alexa info and other SEO tools. In simple<br />
words, you can check how any website, no matter where in the world, is<br />
performing. With SearchStatus, for every site you visit, you can view<br />
its:</p>
<ul>
<li>Google PageRank</li>
<li>Google Category</li>
<li>Alexa popularity ranking</li>
<li>Compete.com ranking</li>
<li>Alexa incoming links</li>
<li>Alexa related links</li>
<li>Backward links from Google, Yahoo! and MSN</li>
</ul>
</li>
<li><strong>SEOpen -</strong> Provides some basic tools to help with<br />
search engine optimization. Including google backlinks, yahoo<br />
backlinks, PageRank check, http header viewer, and more. All features<br />
are available by right-clicking on an open area of a web page, or by<br />
using the included toolbar.<br />
Highlights of SEOpen 0.8 are:</p>
<ul>
<li>Yahoo Backlinks</li>
<li>Pages in Yahoo Index</li>
<li>Google Backlinks</li>
<li>Google Cache</li>
<li>Pages in Google index</li>
<li>Google Translate to English</li>
<li>Google Related</li>
<li>PageRank Check</li>
<li>MSN Backlinks</li>
<li>Pages in MSN Index</li>
<li>Alexa Overview</li>
<li>Alexa Traffic</li>
<li>Alexa Related</li>
<li>Alexa Backlinks</li>
<li>&#8220;Mass Check&#8221; multiple sources at once</li>
<li>Check DMOZ Inclusion</li>
<li>Keyword Density</li>
<li>Page Size Checker</li>
<li>HTML Validator</li>
<li>Server Header Viewer</li>
<li>Wayback Machine</li>
<li>Check robots.txt</li>
<li>Whois Info</li>
</ul>
</li>
<li><strong>Server spy -</strong> Server Spy indicates what brand of<br />
HTTP server (eg. Apache, IIS, etc.) runs on the visited sites. When a<br />
tab is selected, the corresponding server name is shown on the<br />
right-hand side of the browser&#8217;s status bar</li>
<li><strong> Web Developer extension -</strong> The Web Developer extension<br />
adds a menu and a toolbar to the browser with various web developer<br />
tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and<br />
will run on any platform that these browsers support including Windows,<br />
Mac OS X and Linux.</li>
<li><strong>X-Ray -</strong> With X-Ray, without viewing the<br />
sourcecode, you can see the tags on a page. One installed the X-Ray<br />
command is available by right-clicking as well as in the Tools menu.<br />
When applied to a page it can help you see how the document was<br />
constructed without having to go back and forth between the sourcecode<br />
and the page in your browser. Is that list made of li, dd or p<br />
elements? Is that an h3 tag or just some bolded text? X-Ray shows you<br />
what&#8217;s beneath the surface of the page.</li>
</ol>
<ul class="related_post"><li><a href="http://www.tanasi.it/1837-sviluppo-ruby-on-rails-orientato-seo.html" title="Sviluppo Ruby on Rails orientato SEO">Sviluppo Ruby on Rails orientato SEO</a></li><li><a href="http://www.tanasi.it/1254-a-browser-as-web-hacking-platform.html" title="A browser as web hacking platform">A browser as web hacking platform</a></li><li><a href="http://www.tanasi.it/1118-how-to-create-firefox-extensions.html" title="How to create Firefox extensions">How to create Firefox extensions</a></li><li><a href="http://www.tanasi.it/1103-seo-for-wordpress.html" title="SEO for Wordpress">SEO for Wordpress</a></li><li><a href="http://www.tanasi.it/1104-a-list-of-seo-plugins-for-wordpress.html" title="A list of SEO plugins for Wordpress">A list of SEO plugins for Wordpress</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1126-must-have-seo-firefox-extensions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO for WordPress</title>
		<link>http://www.tanasi.it/1103-seo-for-wordpress.html</link>
		<comments>http://www.tanasi.it/1103-seo-for-wordpress.html#comments</comments>
		<pubDate>Thu, 27 Sep 2007 19:37:00 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1033</guid>
		<description><![CDATA[WordPress is a blog software optimized for humans not for search engines.Here is some crap about optimizing WordPress. Links: SEO_Wordpress: Plugin to maximise search engine positioning in WordPress Update Services Ultimate WordPress SEO Tips Search Engine Optimization (SEO) Tips for WordPress 8 simple SEO tips for blogs Optimize WordPress for Search Engines WordPress and SEO [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a blog software optimized for humans not for search engines.<br />Here is some crap about optimizing WordPress.</p>
<p>Links:
<ul>
<li><a href="http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin">SEO_Wordpress: Plugin to maximise search engine positioning in WordPress</a></li>
<li><a href="http://codex.wordpress.org/Update_Services">Update Services</a></li>
<li><a href="http://www.dech.co.uk/2005/11/ultimate-WordPress-seo-tips/">Ultimate WordPress SEO Tips</a></li>
<li><a href="http://www.solostream.com/2006/01/16/savvy-search-engine-optimization-seo-tips-for-wordpress-20/">Search Engine Optimization (SEO) Tips for WordPress</a></li>
<li><a href="http://www.johntp.com/2006/04/21/8-simple-seo-tips-for-blogs/">8 simple SEO tips for blogs</a></li>
<li><a href="http://www.geek-notes.com/wordpress/25/optimize-wordpress-for-search-engines/">Optimize WordPress for Search Engines</a></li>
<li><a href="http://theundersigned.net/2006/06/wordpress-and-seo/">WordPress and SEO</a></li>
<li> <a href="http://www.jimwestergren.com/seo-for-wordpress-blogs/" class="external" title="http://www.jimwestergren.com/seo-for-wordpress-blogs/">SEO for WordPress Blogs &#8211; The Complete Guide</a>
</li>
<li> <a href="http://codex.wordpress.org/WordPress_Lessons#Website_Development" title="WordPress Lessons">More WordPress Codex Articles on Website Development</a>
</li>
<li> <a href="http://www.searchtools.com/robots/" class="external" title="http://www.searchtools.com/robots/">All About Search Indexing Robots and Spiders</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/" class="external" title="http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/">Boost Search Engine Optimization (SEO) Using Permalinks</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.easywebtutorials.com/blogging-tutorial/diy/" class="external" title="http://www.easywebtutorials.com/blogging-tutorial/diy/">Search Engine Optimized WordPress Themes</a><span class="urlexpansion"> </span>
</li>
<li><a href="http://www.tomrafteryit.net/effectively-marketing-business-blogs/" class="external" title="http://www.tomrafteryit.net/effectively-marketing-business-blogs/">Effectively Marketing Business Blogs</a><span class="urlexpansion"> </span>
</li>
<li><a href="http://www.cameraontheroad.com/index.php?p=193" class="external" title="http://www.cameraontheroad.com/index.php?p=193">Getting Ready for Search Engine Submissions</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.iprospect.com/search-engine-marketing-university/" class="external" title="http://www.iprospect.com/search-engine-marketing-university/">iProspect Search Engine Marketing University</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.tomrafteryit.net/search-engine-optimisation-step-1-identification-of-aims/" class="external" title="http://www.tomrafteryit.net/search-engine-optimisation-step-1-identification-of-aims/">Search Engine Optimization &#8211; Step 1. Identification of Aims</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.tomrafteryit.net/search-engine-optimisation-step-2-benchmarking/" class="external" title="http://www.tomrafteryit.net/search-engine-optimisation-step-2-benchmarking/">Search Engine Optimization &#8211; Step 2. Benchmarking</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.tomrafteryit.net/search-engine-optimisation-step-3-keyword-and-keyphrase-research/" class="external" title="http://www.tomrafteryit.net/search-engine-optimisation-step-3-keyword-and-keyphrase-research/">Search Engine Optimization &#8211; Step 3. Keyword and Keyphrase Research</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.jafsoft.com/searchengines/webbots.html" class="external" title="http://www.jafsoft.com/searchengines/webbots.html">Search Engine Robots that Search Your Site </a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.manhattanservice.com/network/list-of-free-directories-over-250/" class="external" title="http://www.manhattanservice.com/network/list-of-free-directories-over-250/">List of 250+ directories to submit blog</a><span class="urlexpansion"></span>
</li>
<li> <a href="http://www.clickz.com/search/results/article.php/3291021" class="external" title="http://www.clickz.com/search/results/article.php/3291021">Understanding Search Results Pages</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.tomrafteryit.net/why-is-search-engine-optimisation-important/" class="external" title="http://www.tomrafteryit.net/why-is-search-engine-optimisation-important/">Why is Search Engine Optimization Important?</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.tomrafteryit.net/wordpress-categories-technorati-tags-and-search-engine-optimisation/" class="external" title="http://www.tomrafteryit.net/wordpress-categories-technorati-tags-and-search-engine-optimisation/">WordPress Categories, Technorati Tags, and Search Engine Optimization</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://seo.blorc.com/seo/wordpress-seo-first-steps/" class="external" title="http://seo.blorc.com/seo/wordpress-seo-first-steps/">WordPress SEO: First Steps</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.geek-notes.com/wordpress/25/optimize-wordpress-for-search-engines/" class="external" title="http://www.geek-notes.com/wordpress/25/optimize-wordpress-for-search-engines/">How to Optimize WordPress for Search Engines (complete guide)</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.akamarketing.com/blog/30-wordpress-search-engine-optimization-without-code-modification.html" class="external" title="http://www.akamarketing.com/blog/30-wordpress-search-engine-optimization-without-code-modification.html">WordPress search engine optimization without code modification</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.akamarketing.com/blog/31-using-wordpress-conditionals-for-search-engine-optimisation-purposes.html" class="external" title="http://www.akamarketing.com/blog/31-using-wordpress-conditionals-for-search-engine-optimisation-purposes.html">Using WordPress conditionals for search engine optimisation purposes</a><span class="urlexpansion"> </span>
</li>
<li><a href="http://www.dicontas.co.uk/blog/google-to-yahoo-msn-sitemaps-creator-tool-page/" class="external" title="http://www.dicontas.co.uk/blog/google-to-yahoo-msn-sitemaps-creator-tool-page/">Google to Yahoo MSN Sitemaps Creator Tool</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://theundersigned.net/2006/06/wordpress-and-seo/" class="external" title="http://theundersigned.net/2006/06/wordpress-and-seo/">WordPress and SEO</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://www.johntp.com/2006/09/12/wordpress-plugins-needed-to-optimize-your-blog-for-search-engines/" class="external" title="http://www.johntp.com/2006/09/12/wordpress-plugins-needed-to-optimize-your-blog-for-search-engines/">Search Engine Optimization plugins for WordPress</a><span class="urlexpansion"> </span>
</li>
<li><a href="http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/" class="external" title="http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/">SEO ALT Tag Optimization</a><span class="urlexpansion"> </span>
</li>
<li> <a href="http://wp-seo.com/" class="external" title="http://wp-seo.com/">Articles and blog posts about WordPress SEO &#8211; Updated daily</a></li>
</ul>
<ul class="related_post"><li><a href="http://www.tanasi.it/1104-a-list-of-seo-plugins-for-wordpress.html" title="A list of SEO plugins for Wordpress">A list of SEO plugins for Wordpress</a></li><li><a href="http://www.tanasi.it/1837-sviluppo-ruby-on-rails-orientato-seo.html" title="Sviluppo Ruby on Rails orientato SEO">Sviluppo Ruby on Rails orientato SEO</a></li><li><a href="http://www.tanasi.it/1417-come-scrivere-un-plugin-per-wordpress.html" title="Come scrivere un plugin per Wordpress">Come scrivere un plugin per Wordpress</a></li><li><a href="http://www.tanasi.it/1126-must-have-seo-firefox-extensions.html" title="Must Have SEO Firefox Extensions">Must Have SEO Firefox Extensions</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1103-seo-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A list of SEO plugins for WordPress</title>
		<link>http://www.tanasi.it/1104-a-list-of-seo-plugins-for-wordpress.html</link>
		<comments>http://www.tanasi.it/1104-a-list-of-seo-plugins-for-wordpress.html#comments</comments>
		<pubDate>Wed, 26 Sep 2007 00:38:00 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[OSs and Apps]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1034</guid>
		<description><![CDATA[Akismet &#8211; This one actually comes with wordpress you only need to get a liscence to activate it. Unless you have need for spam in your blog this is one the most effective tools for stopping it. Very little actually gets through and very little gets flagged as a false positive. Dagon Design Sitemap Generator [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://akismet.com/">Akismet</a></strong> &#8211; This one actually comes with wordpress you only need to get a liscence to<br />
activate it. Unless you have need for spam in your blog this is one the<br />
most effective tools for stopping it. Very little actually gets through<br />
and very little gets flagged as a false positive.<br />
<strong><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">Dagon Design Sitemap Generator</a></strong><br />
- Let&#8217;s be honest once you&#8217;ve got a site over 50 pages maintaining a<br />
sitemap by hand is tedious and inefficient. This plugin has quite a few<br />
options and takes care of all the grunt work for you.<br />
<strong><a href="http://imthi.com/organizer/">Organizer</a></strong><br />
- This plugin allows you to create and upload files from the web<br />
browser without having to fire up your FTP program. It&#8217;s especially<br />
helpful on blogs with multiple users who aren&#8217;t tech savvy. The only<br />
downside is if they don&#8217;t know the rules things can get messy and<br />
disorgainzed very quickly.<br />
<strong><a href="http://orderedlist.com/articles/wordpress-feedburner-plugin/">Feedburner Replacement Plugin</a></strong> &#8211; Let&#8217;s you keep your feedburner feed on your domain.<br />
<strong><a href="http://wordpress-plugins.biggnuts.com/objection-redirection-wordpress-plugin/">Objection Redirection</a></strong><br />
- This plugin by Dax is one of the most powerful and useful plugins I<br />
use. It let&#8217;s you redirect old and broken url&#8217;s to clean and fresh<br />
url&#8217;s without you having to touch an htaccess file.<br />
<strong><a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">Google Sitemaps</a></strong> The Google Sitemaps<br />
Webmaster Central program by Google is absolutely one of the most<br />
helpful things Google has ever put out. If you are fixing your own site<br />
or someone else&#8217;s there&#8217;s no better way to figure out what a search<br />
engine thinks about your site. This plugin updates and rebuilds the XML<br />
file everytime you make a new post and ping&#8217;s google to tell them about<br />
it. It&#8217;s especially helpful if you publish on a predetermined schedule.<br />
Warning make sure you have the file permissions set correctly or this<br />
won&#8217;t work properly.<br />
<strong><a href="http://www.skippy.net/blog/plugins/">WordPress Database Backup</a></strong><br />
- If there is one wordpress plugin you absolutely need this is it. It<br />
gives you the ability to backup the core database tables and any other<br />
tables you specify. The backups happen on demand or on a nightly<br />
schedule. While it might be against TOS what I do is set up a dedicated<br />
gmail account for each wordpress blog. I then set this plugin to backup<br />
the tables every night and email the file to a gmail account. Viola a<br />
free daily incremental offsite backup.<br />
<strong><a href="http://fucoder.com/code/permalink-redirect/">Permalink Redirect</a></strong> &#8211; In the event <a href="http://www.wolf-howl.com/seo/duplicate-content-wordpress-blog/">some wise guy tries to mess up your blog</a> this keeps things neat and tidy.<br />
<strong><a href="http://randomfrequency.net/wordpress/search-pages/">Search Pages</a></strong><br />
- This plugin ties the built in search function in wordpress to the<br />
pages. The default installation only searches blog posts. This is an<br />
absolute neccesity if you are using wordpress as a CMS and not a<br />
blogging tool.<br />
<strong><a href="http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/">Search Meter</a></strong><br />
- Looking at search logs to find out who&#8217;s searching for what can be a<br />
valuable tool for figuring out what&#8217;s right and what&#8217;s wrong on your<br />
site.<br />
<strong><a href="http://www.semiologic.com/software/static-front/">Static Homepage</a></strong> &#8211; If you want to use wordpres as a CMS instead of a blog this plugin makes the homepage magic happen.<br />
<strong><a href="http://redalt.com/downloads/">Adhesive</a></strong> &#8211; Allows you to stick a posting to the top overriding the standard chronological order of things.<br />
<strong><a href="http://www.acmetech.com/blog/adsense-deluxe/">Adsense Deluxe</a></strong> &#8211; A powerful way to control adsense from a master level on your blog.<br />
<strong><a href="http://wordpress-plugins.biggnuts.com/adsense-plugin/">Adsense Injection</a></strong><br />
- Another Dax special that randomly inserts Adsense somewhere in each<br />
posting. Not advisable for the control freaks, definitely advisable for<br />
sites with lots of returning readers who don&#8217;t normally click on<br />
Adsense.<br />
<strong><a href="http://dev.wp-plugins.org/wiki/BunnysTechnoratiTags">Bunny&#8217;s Technorati Tags</a></strong> &#8211; A simple and easy interface for tagging in each blog post.<br />
<strong><a href="http://jp.jixor.com/plugins/bread-crumb-trail/">Bread Crumb Trail Generator</a></strong> &#8211; A little tricky to configure but very useful once you do. Especially nice when used on a static website.<br />
<strong><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Feed Copyrighter</a></strong> &#8211; Let&#8217;s you add copyright info to your feed. Makes it easy to track and follow scrapers.<br />
<strong><a href="http://mtdewvirus.com/code/wordpress-plugins/">Moderate Trackbacks</a></strong> &#8211; Not used as much as it once was Akismet catches most of the spam, but I keep it around as a backup.<br />
<strong><a href="http://www.economysizegeek.com/?page_id=395">Postie</a></strong><br />
- A very powerful tool if you do remote posting via email. Takes a<br />
little tinkering to get it set up right but once you do it&#8217;s hands off.<br />
Combine with cronless postie for regular automated checking.<br />
<strong><a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts</a></strong> &#8211; Automagically creates a list of related posts.<br />
<strong><a href="http://mtdewvirus.com/code/wordpress-plugins/">Recent Posts and Recent Comments</a></strong> &#8211; Shockingly these two plugins give you a list of recent posts and recent comments, go figure.<br />
<strong><a href="http://tantannoodles.com/toolkit/photo-album/">Flickr Photosets</a></strong><br />
- If you are doing anything with flickr this plugin kicks ass letting<br />
you tie it into your wordpress bog. Especially nice if you&#8217;ve upgraded<br />
to flickr pro and have multiple albums, <a href="http://delicious.wolf-howl.com/flickr/">see an example</a>.<br />
<strong><a href="http://weblogtoolscollection.com/archives/2005/03/14/top-10-plugin/">Top 10 Posts</a></strong> &#8211; gives you the top 10 posts by views, very hackable see my <a href="http://www.wolf-howl.com/information/top-100/">top 100 posts</a> for an example.<br />
<strong><a href="http://www.skippy.net/blog/plugins/">WP Cron</a></strong><br />
- Makes all sorts of wordpress housekeeping features happen<br />
automagically. Just be sure to activate the main plugin first before<br />
any of the others or things may not work properly.<br />
<strong><a href="http://mattread.com/projects/wp-plugins/wp-admin-bar/">WP &#8211; Admin Bar</a></strong> &#8211; Puts a really nice navigation bar up for users who are logged in.<br />
<strong><a href="http://ryanduff.net/projects/wp-contactform/">WP Contact Form</a></strong> &#8211; A very simple no frills contact form.<br />
<strong><a href="http://www.homelandstupidity.us/software/bad-behavior/">Bad Behavior</a></strong><br />
- Does a really good job at keeping out robot scrappers. Also does an<br />
excellent job at blocking people who have their user agent set as bot.<br />
Also does an amazing job of blocking bots that you may want to let in.<br />
Not very configurable.<br />
<strong><a href="http://mattread.com/projects/wp-plugins/custom-query-string-plugin/">Custom Query String</a></strong> &#8211; Let&#8217;s you set the number of posts to appear in a category or monthly archive page. Can result in some really huge files.<br />
<strong><a href="http://wordpress-plugins.biggnuts.com/wordpress-subdomains-plugin/">Subdomains by Category</a></strong> &#8211; Very cool but also dangerous if you don&#8217;t know what the heck you are doing.</p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1103-seo-for-wordpress.html" title="SEO for Wordpress">SEO for Wordpress</a></li><li><a href="http://www.tanasi.it/1837-sviluppo-ruby-on-rails-orientato-seo.html" title="Sviluppo Ruby on Rails orientato SEO">Sviluppo Ruby on Rails orientato SEO</a></li><li><a href="http://www.tanasi.it/1417-come-scrivere-un-plugin-per-wordpress.html" title="Come scrivere un plugin per Wordpress">Come scrivere un plugin per Wordpress</a></li><li><a href="http://www.tanasi.it/1126-must-have-seo-firefox-extensions.html" title="Must Have SEO Firefox Extensions">Must Have SEO Firefox Extensions</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1104-a-list-of-seo-plugins-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
