<?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>Lecciones Prácticas &#187; SEO</title>
	<atom:link href="http://www.leccionespracticas.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leccionespracticas.com</link>
	<description>informática y bibliotecas 2.0</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:27:49 +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>CDS Invenio: avoid duplicate content on comments and other record tabs</title>
		<link>http://www.leccionespracticas.com/cds-invenio/cds-invenio-avoid-duplicate-content-on-comments-and-other-record-tabs/</link>
		<comments>http://www.leccionespracticas.com/cds-invenio/cds-invenio-avoid-duplicate-content-on-comments-and-other-record-tabs/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 10:02:31 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[CDS Invenio]]></category>
		<category><![CDATA[duplicate titles]]></category>
		<category><![CDATA[invenio]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[noindex]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://184.172.186.13/~migalia/leccionespracticas.com/?p=1944</guid>
		<description><![CDATA[Using Invenio 0.99.x and interested in SEO? You should definetly try to avoid duplicate title&#8216;s! When viewing a record (for instance, http://yourinveniopage.com/record/XXXX), you will notice several tabs on top: Information, Discussion, Usage Statistics&#8230; These links show different content, but the same &#60;title>&#62; Not great for SEO purposes. Use Google&#8217;s Webmaster Tools and you will notice [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-query-database-to-know-a-tag-value-from-a-record/' rel='bookmark' title='CDS Invenio: query database to know a tag value from a record'>CDS Invenio: query database to know a tag value from a record</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-delete-duplicate-records-in-oai-verb-listidentifiers/' rel='bookmark' title='CDS Invenio: delete duplicate records in OAI verb = ListIdentifiers'>CDS Invenio: delete duplicate records in OAI verb = ListIdentifiers</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-get-record-number-recid-sysno-from-reference-number/' rel='bookmark' title='CDS Invenio: Get Record number (recid, sysno) from reference number'>CDS Invenio: Get Record number (recid, sysno) from reference number</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Using <a href="/cds-invenio/">Invenio 0.99.x</a> and interested in <a href="/?s=seo&#038;search=">SEO</a>? You should definetly try to <strong>avoid duplicate title</strong>&#8216;s! When viewing a record (for instance, http://yourinveniopage.com/record/XXXX), you will notice several tabs on top: Information, Discussion, Usage Statistics&#8230;</p>
<p><a href="http://leccionespracticas.com/wp-content/uploads/2012/01/tabs.jpg"><img src="http://leccionespracticas.com/wp-content/uploads/2012/01/tabs.jpg" alt="cds invenio tabs" title="tabs" width="550" /></a></p>
<p>These links show different content, but the same &lt;title>&gt; Not great for SEO purposes. Use <a href="https://www.google.com/webmasters/tools/home">Google&#8217;s Webmaster Tools</a> and you will notice this (<em>Diagnose > HTML Suggestions > Duplicate title tags</em>)<br />
<a href="http://leccionespracticas.com/wp-content/uploads/2012/01/duplicateContent.jpg"><img src="http://leccionespracticas.com/wp-content/uploads/2012/01/duplicateContent.jpg" alt="Duplicate titles CDS Invenio (SEO)" title="duplicateContent" width="550" /></a></p>
<p>There are several ways to <b>avoid duplicate titles</b>. The easiest is to use <em>robots.txt</em> to avoid indexing, or even add a rel=&#8221;nofollow&#8221; (or even noindex) to the link tabs. </p>
<h3>Using <em>nofollow </em>(or <em>noindex</em>) to avoid comments pages from being indexed</h3>
<p>You just have to add a rel=&#8221;noindex,nofollow&#8221; to the html a tag. </p>
<p>Edit <em>$PATH_TO_cds-invenio/lib/python/invenio/webstyle_templates.py</em></p>
<p>Search this:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">elif</span> label <span style="color: #66cc66;">!</span>= _<span style="color: black;">&#40;</span><span style="color: #483d8b;">'Fulltext'</span><span style="color: black;">&#41;</span> <span style="color: #ff7700;font-weight:bold;">and</span> label <span style="color: #66cc66;">!</span>= _<span style="color: black;">&#40;</span><span style="color: #483d8b;">'References'</span><span style="color: black;">&#41;</span> <span style="color: #ff7700;font-weight:bold;">and</span> label <span style="color: #66cc66;">!</span>= _<span style="color: black;">&#40;</span><span style="color: #483d8b;">'Citations'</span><span style="color: black;">&#41;</span>:
                    out_tabs += <span style="color: #483d8b;">'&lt;li%(class)s&gt;&lt;a href=&quot;%(url)s&quot;&gt;%(label)s&lt;/a&gt;&lt;/li&gt;'</span> <span style="color: #66cc66;">%</span> \
                                <span style="color: black;">&#123;</span><span style="color: #483d8b;">'class'</span>:css_class,
                                 <span style="color: #483d8b;">'url'</span>:url,
                                 <span style="color: #483d8b;">'label'</span>:label<span style="color: black;">&#125;</span></pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">elif</span> label <span style="color: #66cc66;">!</span>= _<span style="color: black;">&#40;</span><span style="color: #483d8b;">'Fulltext'</span><span style="color: black;">&#41;</span> <span style="color: #ff7700;font-weight:bold;">and</span> label <span style="color: #66cc66;">!</span>= _<span style="color: black;">&#40;</span><span style="color: #483d8b;">'References'</span><span style="color: black;">&#41;</span> <span style="color: #ff7700;font-weight:bold;">and</span> label <span style="color: #66cc66;">!</span>= _<span style="color: black;">&#40;</span><span style="color: #483d8b;">'Citations'</span><span style="color: black;">&#41;</span>:
                    out_tabs += <span style="color: #483d8b;">'&lt;li%(class)s&gt;&lt;a href=&quot;%(url)s&quot; rel=&quot;noindex,nofollow&quot;&gt;%(label)s&lt;/a&gt;&lt;/li&gt;'</span> <span style="color: #66cc66;">%</span> \
                                <span style="color: black;">&#123;</span><span style="color: #483d8b;">'class'</span>:css_class,
                                 <span style="color: #483d8b;">'url'</span>:url,
                                 <span style="color: #483d8b;">'label'</span>:label<span style="color: black;">&#125;</span></pre></div></div>

<p>And, as usual, do not forget to run to see changes:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">inveniocfg <span style="color: #660033;">--update-all</span>; <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>httpd restart</pre></div></div>

<h3>Changing the titles of comments pages to avoid duplicate titles</h3>
<p>What if we want bots to index these pages? No worries, it can be done by hacking the code a bit.</p>
<p>For instance, lets refer to comments tab. Open /cds-invenio/lib/python/invenio/webcomment_webinterface.py and look for:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">title, description, keywords = websearch_templates.<span style="color: black;">tmpl_record_page_header_content</span><span style="color: black;">&#40;</span>req, <span style="color: #008000;">self</span>.<span style="color: black;">recid</span>, argd<span style="color: black;">&#91;</span><span style="color: #483d8b;">'ln'</span><span style="color: black;">&#93;</span><span style="color: black;">&#41;</span></pre></div></div>

<p>Lets see how this line works (refer to last line):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">python
&nbsp;
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> import urllib
from invenio.webcomment import check_recID_is_in_range, \
                               perform_request_display_comments_or_remarks,\
                               perform_request_add_comment_or_remark,\
                               perform_request_vote,\
                               perform_request_report
from invenio.config import CFG_SITE_LANG, \
                           CFG_SITE_URL, \
                           CFG_SITE_SECURE_URL, \
                           CFG_WEBCOMMENT_ALLOW_COMMENTS,\
                           CFG_WEBCOMMENT_ALLOW_REVIEWS
from invenio.webuser import getUid, page_not_authorized, isGuestUser, collect_user_info
from invenio.webpage import page, pageheaderonly, pagefooteronly
from invenio.search_engine import create_navtrail_links, \
     guess_primary_collection_of_a_record, \
     get_colID, check_user_can_view_record
from invenio.urlutils import get_client_ip_address, \
                             redirect_to_url, \
                             wash_url_argument, make_canonical_urlargd
from invenio.messages import wash_language, gettext_set_language
from invenio.webinterface_handler import wash_urlargd, WebInterfaceDirectory
from invenio.websearchadminlib import get_detailed_page_tabs
from invenio.access_control_config import VIEWRESTRCOLL
from invenio.access_control_mailcookie import mail_cookie_create_authorize_action
import invenio.template
webstyle_templates = invenio.template.load<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'webstyle'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
websearch_templates = invenio.template.load<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'websearch'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.webcomment import check_recID_is_in_range, \
...                                perform_request_display_comments_or_remarks,\
...                                perform_request_add_comment_or_remark,\
...                                perform_request_vote,\
...                                perform_request_report
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.config import CFG_SITE_LANG, \
...                            CFG_SITE_URL, \
...                            CFG_SITE_SECURE_URL, \
...                            CFG_WEBCOMMENT_ALLOW_COMMENTS,\
...                            CFG_WEBCOMMENT_ALLOW_REVIEWS
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.webuser import getUid, page_not_authorized, isGuestUser, collect_user_info
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.webpage import page, pageheaderonly, pagefooteronly
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.search_engine import create_navtrail_links, \
...      guess_primary_collection_of_a_record, \
...      get_colID, check_user_can_view_record
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.urlutils import get_client_ip_address, \
...                              redirect_to_url, \
...                              wash_url_argument, make_canonical_urlargd
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.messages import wash_language, gettext_set_language
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.webinterface_handler import wash_urlargd, WebInterfaceDirectory
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.websearchadminlib import get_detailed_page_tabs
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.access_control_config import VIEWRESTRCOLL
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> from invenio.access_control_mailcookie import mail_cookie_create_authorize_action
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> import invenio.template
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> webstyle_templates = invenio.template.load<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'webstyle'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> websearch_templates = invenio.template.load<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'websearch'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> title, description, keywords = websearch_templates.tmpl_record_page_header_content<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'http://zaguan.unizar.es/record/6765'</span>,<span style="color: #000000;">6765</span>,<span style="color: #ff0000;">'es'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span> print title
Implementación de una pasarela entre el protocolo RT-WMP y TCP<span style="color: #000000; font-weight: bold;">/</span>IP  <span style="color: #000000; font-weight: bold;">|</span>  Trabajos academicos
<span style="color: #000000; font-weight: bold;">&gt;&gt;&gt;</span></pre></div></div>

<h3>How-to fix duplicate title&#8217;s in comments</h3>
<p>Edit <em>webcomment_webinterface.py</em>:</p>
<p>Look for:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">title, description, keywords = websearch_templates.<span style="color: black;">tmpl_record_page_header_content</span><span style="color: black;">&#40;</span>req, <span style="color: #008000;">self</span>.<span style="color: black;">recid</span>, argd<span style="color: black;">&#91;</span><span style="color: #483d8b;">'ln'</span><span style="color: black;">&#93;</span><span style="color: black;">&#41;</span></pre></div></div>

<p>Add after:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">title =  _<span style="color: black;">&#40;</span><span style="color: #483d8b;">&quot;Comments&quot;</span><span style="color: black;">&#41;</span> + title</pre></div></div>

<p>And run this from commandline:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">inveniocfg <span style="color: #660033;">--update-all</span>; <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>httpd restart</pre></div></div>

<p>Perform in a similar fashion to fix other &#8216;Statistics&#8217; or other pages <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-query-database-to-know-a-tag-value-from-a-record/' rel='bookmark' title='CDS Invenio: query database to know a tag value from a record'>CDS Invenio: query database to know a tag value from a record</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-delete-duplicate-records-in-oai-verb-listidentifiers/' rel='bookmark' title='CDS Invenio: delete duplicate records in OAI verb = ListIdentifiers'>CDS Invenio: delete duplicate records in OAI verb = ListIdentifiers</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-get-record-number-recid-sysno-from-reference-number/' rel='bookmark' title='CDS Invenio: Get Record number (recid, sysno) from reference number'>CDS Invenio: Get Record number (recid, sysno) from reference number</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/cds-invenio/cds-invenio-avoid-duplicate-content-on-comments-and-other-record-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Yoast SEO + wp_comfy theme + Category titles</title>
		<link>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/</link>
		<comments>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 10:54:21 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[wp_comfy]]></category>
		<category><![CDATA[yoast seo plugin]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=1612</guid>
		<description><![CDATA[If you are using Yoast SEO plugin for wordpress with WP_Comfy theme you will notice that title&#8217;s (&#60;title> tag) are not working as expected. Despite your settings in Yoast WordPress SEO: Titles the titles are not showing what you want. Follow these steps to make them work: Changes in header.php Edit your /wp-content/themes/wp-comfy/header.php and change: [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/' rel='bookmark' title='WordPress: remove /category'>WordPress: remove /category</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/' rel='bookmark' title='WordPress in a subdirectory, urls like it was in root directory'>WordPress in a subdirectory, urls like it was in root directory</a></li>
<li><a href='http://www.leccionespracticas.com/php/anadir-meta-informacion-a-wordpress/' rel='bookmark' title='Añadir meta-información a wordpress'>Añadir meta-información a wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are using <a href="http://yoast.com/wordpress/seo/">Yoast SEO plugin</a> for <a href="http://www.leccionespracticas.com/wordpress/">wordpress</a> with <a href="">WP_Comfy</a> theme you will notice that title&#8217;s (<em>&lt;title></em> tag) are not working as expected. Despite your settings in <em>Yoast WordPress SEO: Titles</em> the titles are not showing what you want.</p>
<p>Follow these steps to make them work:</p>
<h3>Changes in header.php</h3>
<p>Edit your <em>/wp-content/themes/wp-comfy/header.php</em> and change:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">tle&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> seotitles<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/title&gt;</pre></div></div>

<p>To:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">tle&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/title&gt;</pre></div></div>

<h3>Changes in CATEGORY TITLE&#8217;s</h3>
<p>In my <em>SEO titles</em> settings page, and more precisely in the <em>Taxonomies->Category->title template</em> I set the rule to:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%%</span>title<span style="color: #000000; font-weight: bold;">%%</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #000000; font-weight: bold;">%%</span>sitename<span style="color: #000000; font-weight: bold;">%%</span> - <span style="color: #000000; font-weight: bold;">%%</span>sitedesc<span style="color: #000000; font-weight: bold;">%%</span></pre></div></div>

<p>But it failed to show the titles like I wanted.</p>
<p>I decided to make a quick (and dirty) fix in order to make it work:<br />
- Edit <em></em>\wp-content\plugins\wordpress-seo\frontend\class-frontend.php</em>. Look for:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_category<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> is_tag<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> is_tax<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000088;">$term</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wp_query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_queried_object</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span> wpseo_get_term_meta<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$term</span><span style="color: #339933;">,</span> <span style="color: #000088;">$term</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">taxonomy</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'title'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>And change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_category<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> is_tag<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> is_tax<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000088;">$term</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wp_query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_queried_object</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #666666; font-style: italic;">//$title = trim( wpseo_get_term_meta( $term, $term-&gt;taxonomy, 'title' ) );</span>
			<span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$title</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'  | '</span><span style="color: #339933;">.</span>get_bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">' - '</span><span style="color: #339933;">.</span>get_bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'description'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>And you are ready to go!</p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/' rel='bookmark' title='WordPress: remove /category'>WordPress: remove /category</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/' rel='bookmark' title='WordPress in a subdirectory, urls like it was in root directory'>WordPress in a subdirectory, urls like it was in root directory</a></li>
<li><a href='http://www.leccionespracticas.com/php/anadir-meta-informacion-a-wordpress/' rel='bookmark' title='Añadir meta-información a wordpress'>Añadir meta-información a wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO: las mejores herramientas gratis</title>
		<link>http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/</link>
		<comments>http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:09:43 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[Informática - web]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[densidad]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[palabras clave]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=1236</guid>
		<description><![CDATA[Os he hablado en muchas ocasiones de SEARCH ENGINE OPTIMIZATION (SEO) y me gustaría destacar algunas de las herramientas seo gratuitas más útiles. 1. Herramienta google para palabras clave: https://adwords.google.es/select/KeywordToolExternal. Utilice la Herramienta para palabras clave para obtener nuevas ideas sobre palabras clave. Seleccione una de las opciones siguientes para introducir unas palabras o frases [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/' rel='bookmark' title='Posicionamiento en Google (II)'>Posicionamiento en Google (II)</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/' rel='bookmark' title='Posicionamiento en Google (III)'>Posicionamiento en Google (III)</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/25-herramientas-utiles-de-internet/' rel='bookmark' title='25 Herramientas útiles de Internet'>25 Herramientas útiles de Internet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Os he hablado en muchas ocasiones de <a href="http://www.leccionespracticas.com/?s=seo&#038;search=">SEARCH ENGINE OPTIMIZATION (SEO)</a> y me gustaría destacar algunas de las herramientas seo gratuitas más útiles.</p>
<p>1. <b>Herramienta google para palabras clave</b>: <a href="https://adwords.google.es/select/KeywordToolExternal">https://adwords.google.es/select/KeywordToolExternal</a>.<br />
Utilice la Herramienta para palabras clave para obtener nuevas ideas sobre palabras clave. Seleccione una de las opciones siguientes para introducir unas palabras o frases descriptivas, o especifique la URL de su sitio web. Sugerencias para utilizar la Herramienta para palabras clave. </p>
<p>2. Una vez seleccionadas las palabras clave (y las <a href="http://es.wikipedia.org/wiki/Larga_cola">long tails</a>, si las hubiera) para las que deseamos posicionarnos podemos chequear la densidad de keywords usando esta herramienta (gratis): <a href="http://www.paraelwebmaster.com/herramientas/densidad%20palabras%20clave.html">densidad de keywords</a>.</p>
<p>3. Tampoco debéis algo de lo que ya os he hablado, <a href="http://www.leccionespracticas.com/informatica-web/hello-world-2/">la generación de sitemaps con herramientas gratuitas como gsitecrawler</a>.</p>
<p>Espero que os resulte útil esta info.</p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/' rel='bookmark' title='Posicionamiento en Google (II)'>Posicionamiento en Google (II)</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/' rel='bookmark' title='Posicionamiento en Google (III)'>Posicionamiento en Google (III)</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/25-herramientas-utiles-de-internet/' rel='bookmark' title='25 Herramientas útiles de Internet'>25 Herramientas útiles de Internet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CDS Invenio: add meta information (tag keywords / description)</title>
		<link>http://www.leccionespracticas.com/cds-invenio/cds-invenio-add-meta-information-tag-keywords-description/</link>
		<comments>http://www.leccionespracticas.com/cds-invenio/cds-invenio-add-meta-information-tag-keywords-description/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:15:30 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[CDS Invenio]]></category>
		<category><![CDATA[cds]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[invenio]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[meta-information]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=870</guid>
		<description><![CDATA[Some search engines, like google, use the meta information in your web pages. CDS-Invenio shows by default the values included in its config file (invenio.conf). This information is static, and the same for all pages&#8230; For instance, if you go to zaguan.unizar.es and press CTRL+U to see the source code, you will notice the following [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-query-database-to-know-a-tag-value-from-a-record/' rel='bookmark' title='CDS Invenio: query database to know a tag value from a record'>CDS Invenio: query database to know a tag value from a record</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-get-record-number-recid-sysno-from-reference-number/' rel='bookmark' title='CDS Invenio: Get Record number (recid, sysno) from reference number'>CDS Invenio: Get Record number (recid, sysno) from reference number</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-avoid-duplicate-content-on-comments-and-other-record-tabs/' rel='bookmark' title='CDS Invenio: avoid duplicate content on comments and other record tabs'>CDS Invenio: avoid duplicate content on comments and other record tabs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Some search engines, like google, use the meta information in your web pages. CDS-Invenio shows by default the values included in its config file (invenio.conf). This information is static, and the same for all pages&#8230;</p>
<p>For instance, if you go to <a href="http://zaguan.unizar.es">zaguan.unizar.es</a> and press CTRL+U to see the source code, you will notice the following lines in the <em>head</em> section:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;meta name=&quot;description&quot; content=&quot;Repositorio Digital de la Universidad de Zaragoza - Repositorio Digital de la Universidad de Zaragoza&quot; /&gt;
 &lt;meta name=&quot;keywords&quot; content=&quot;Repositorio Digital de la Universidad de Zaragoza, Repositorio Digital de la Universidad de Zaragoza&quot; /&gt;</pre></td></tr></table></div>

<p>I decided to include information related to records in these meta information tags. So I modified <$PATH_TO_CDS>/lib/python/invenio/websearch_templates_buz.py (the file which produces the output for the records).</p>
<p>Edit: More precisely, you should look around line 475 of websearch_templates_$yoursitename.py where <code>tmpl_record_page_header</code> is defined.</p>
<p>I included these lines:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="python" style="font-family:monospace;">&nbsp;
    <span style="color: #ff4500;">489</span>         keywords = <span style="color: #483d8b;">', '</span>.<span style="color: black;">join</span><span style="color: black;">&#40;</span>get_fieldvalues<span style="color: black;">&#40;</span>recid, <span style="color: #483d8b;">&quot;653%&quot;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span>
    <span style="color: #ff4500;">490</span>         <span style="color: #808080; font-style: italic;"># ----- modified by miguel para que en la descripcion ponga tb zaguan</span>
    <span style="color: #ff4500;">491</span>         description = <span style="color: #483d8b;">'zaguan - repositorio universidad de zaragoza'</span>
    <span style="color: #ff4500;">492</span>         description += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
    <span style="color: #ff4500;">493</span>         description += <span style="color: #483d8b;">' '</span>.<span style="color: black;">join</span><span style="color: black;">&#40;</span>get_fieldvalues<span style="color: black;">&#40;</span>recid, <span style="color: #483d8b;">&quot;100__a&quot;</span><span style="color: black;">&#41;</span> + get_fieldvalues<span style="color: black;">&#40;</span>recid, <span style="color: #483d8b;">&quot;700__a&quot;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span>
    <span style="color: #ff4500;">494</span>         description += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
    <span style="color: #ff4500;">495</span>         <span style="color: #808080; font-style: italic;"># ----- modified by miguel: añadidas las dos siguientes lineas para que muestre tb el titulo </span>
    <span style="color: #ff4500;">496</span>         description += <span style="color: #483d8b;">' - '</span>.<span style="color: black;">join</span><span style="color: black;">&#40;</span>get_fieldvalues<span style="color: black;">&#40;</span>recid, <span style="color: #483d8b;">&quot;245%&quot;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span>
    <span style="color: #ff4500;">497</span>         description += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
    <span style="color: #ff4500;">498</span>         <span style="color: #808080; font-style: italic;"># ----- y por ultimo que muestre el abstract --------</span>
    <span style="color: #ff4500;">499</span>         description += <span style="color: #483d8b;">'; '</span>.<span style="color: black;">join</span><span style="color: black;">&#40;</span>get_fieldvalues<span style="color: black;">&#40;</span>recid, <span style="color: #483d8b;">&quot;520__a&quot;</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span></pre></td></tr></table></div>

<p>Now if you check the source code of a record (for instance: <a href="http://zaguan.unizar.es/3353">This record</a> you&#8217;ll notice new information in the description tag, as shown below:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;meta name=&quot;description&quot; content=&quot;zaguan - repositorio universidad de zaragoza
tiraBUZón - boletín informativo de la Biblioteca de la Universidad de Zaragoza
Estudiantes: ¿hay alguien ahi? - Conoce mejor la biblioteca - Encuentros profesionales - Formación - Utilidades - Noticias - Actividades culturales - Felicitamos a...&quot; /&gt;</pre></td></tr></table></div>

<p>Hope this helps to position your website in google <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-query-database-to-know-a-tag-value-from-a-record/' rel='bookmark' title='CDS Invenio: query database to know a tag value from a record'>CDS Invenio: query database to know a tag value from a record</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-get-record-number-recid-sysno-from-reference-number/' rel='bookmark' title='CDS Invenio: Get Record number (recid, sysno) from reference number'>CDS Invenio: Get Record number (recid, sysno) from reference number</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-avoid-duplicate-content-on-comments-and-other-record-tabs/' rel='bookmark' title='CDS Invenio: avoid duplicate content on comments and other record tabs'>CDS Invenio: avoid duplicate content on comments and other record tabs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/cds-invenio/cds-invenio-add-meta-information-tag-keywords-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aumentar el tráfico a tu sitio web: AddThis</title>
		<link>http://www.leccionespracticas.com/informatica-web/wordpress/aumentar-el-trafico-a-tu-sitio-web-addthis/</link>
		<comments>http://www.leccionespracticas.com/informatica-web/wordpress/aumentar-el-trafico-a-tu-sitio-web-addthis/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 10:37:46 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[aumentar trafico]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[favoritos]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=579</guid>
		<description><![CDATA[Muchos usuarios me preguntan cómo aumentar el tráfico a su sitio web. Para ello, además de tener una página bien construida (DTD&#8217;s validados), usar url&#8217;s SEF, etc, debemos realizar labores de promoción y fidelización del lector. (Te recomiendo la lectura de mi anterior artículo de mejora de posicionamiento) Una buen forma de promoción para tu [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/joomla-informatica-web/addthis-plugin-for-joomla-1-5/' rel='bookmark' title='AddThis plugin for joomla 1.5'>AddThis plugin for joomla 1.5</a></li>
<li><a href='http://www.leccionespracticas.com/php/widget-para-wordpress-mostrar-los-twitts-favoritos-de-tu-cuenta-twitter/' rel='bookmark' title='Widget para wordpress: mostrar los twitts favoritos de tu cuenta twitter'>Widget para wordpress: mostrar los twitts favoritos de tu cuenta twitter</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/joomla-informatica-web/personalizar-la-pagina-de-el-sitio-esta-desactivado-por-tareas-de-mantenimiento/' rel='bookmark' title='Personalizar la página de &#8220;El sitio está desactivado por tareas de mantenimiento&#8221;'>Personalizar la página de &#8220;El sitio está desactivado por tareas de mantenimiento&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Muchos usuarios me preguntan cómo <b>aumentar el tráfico</b> a su sitio web. Para ello, además de tener una página bien construida (DTD&#8217;s validados), usar url&#8217;s SEF, etc, debemos realizar labores de promoción y fidelización del lector. (Te recomiendo la lectura de <a href="http://www.leccionespracticas.com/informatica-utilidades-internet/posicionamiento-en-google-ii/">mi anterior artículo de mejora de posicionamiento</a>)</p>
<p>Una buen forma de promoción para tu sitio web pasa por ofrecer a tus lectores la posibilidad de añadir tu página a favoritos, o compartir las noticias (digg, twitter, etc). Existe un servicio, llamado <a href="http://www.addthis.com">addthis.com</a>, que es idóneo para ello.</p>
<p>Cuando colocas el botón de AddThis en tu sitio web, automáticamente determina la URL de tu página. Cuando los visitantes hacen click en este botón, éste les lleva a una página que permite elegir qué servicio de favoritos prefieren utilizar. </p>
<p>Como veréis, utilizo el botón de AddThis a lo largo de toda mi página. Si ofreces contenidos interesantes, existe un enorme mercado de lectores que querrán añadirte a favoritos, y esto generará miles de enlaces a tu sitio web y aumentará de forma considerable tu ranking. </p>
<h3>Añadiendo este botón a tu blog WordPress</h3>
<p>Puedes añadir AddThis como plugin o como widget.</p>
<p>Como plugin: entra en la sección de plugins &#8211; Add new y busca <i>AddThis</i>. Instálalo y actívalo. Fácil, sencillo y para toda la familia <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Como widget: entra a AddThis y rellena el formulario para darte de alta. Éste te proporcionará un código fuente, que debes copiar (Control+V). Después accede al panel de administración de WordPress, más en concreto a la sección de Apariencia (Appearance) y pulsa sobre Widgets. Crea un nuevo Widget de texto e inserta el código AddThis, que debería ser algo asi:</p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a href=&quot;http://www.addthis.com/bookmark.php?v=250&quot; title=&quot;Bookmark and Share&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s7.addthis.com/static/btn/lg-bookmark-en.gif&quot; width=&quot;125&quot; height=&quot;16&quot; alt=&quot;Bookmark and Share&quot; style=&quot;border:0&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;</pre></div></div>

<p></code></p>
<p>¿Te ha parecido interesante el artículo? Añádenos como favorito!<!-- AddThis Button BEGIN --></p>
<div><a href="http://www.addthis.com/bookmark.php?v=250" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
<p><!-- AddThis Button END --></p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/joomla-informatica-web/addthis-plugin-for-joomla-1-5/' rel='bookmark' title='AddThis plugin for joomla 1.5'>AddThis plugin for joomla 1.5</a></li>
<li><a href='http://www.leccionespracticas.com/php/widget-para-wordpress-mostrar-los-twitts-favoritos-de-tu-cuenta-twitter/' rel='bookmark' title='Widget para wordpress: mostrar los twitts favoritos de tu cuenta twitter'>Widget para wordpress: mostrar los twitts favoritos de tu cuenta twitter</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/joomla-informatica-web/personalizar-la-pagina-de-el-sitio-esta-desactivado-por-tareas-de-mantenimiento/' rel='bookmark' title='Personalizar la página de &#8220;El sitio está desactivado por tareas de mantenimiento&#8221;'>Personalizar la página de &#8220;El sitio está desactivado por tareas de mantenimiento&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/informatica-web/wordpress/aumentar-el-trafico-a-tu-sitio-web-addthis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Añadir meta-información a wordpress</title>
		<link>http://www.leccionespracticas.com/php/anadir-meta-informacion-a-wordpress/</link>
		<comments>http://www.leccionespracticas.com/php/anadir-meta-informacion-a-wordpress/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:31:16 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[meta-information]]></category>
		<category><![CDATA[posicionamiento]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=548</guid>
		<description><![CDATA[Cuando un motor de búsqueda indexa tu sitio web recopila información del título, cabecera, contenido y meta-etiquetas (como descripción y palabras clave). Gracias a esta información tu página será mostrada en una determinada posición de los resultados de búsqueda ofrecidos por un motor. A esta posición se la conoce como ranking. WordPress, en su instalación [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/' rel='bookmark' title='SEO: las mejores herramientas gratis'>SEO: las mejores herramientas gratis</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/' rel='bookmark' title='Posicionamiento en Google (II)'>Posicionamiento en Google (II)</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-add-meta-information-tag-keywords-description/' rel='bookmark' title='CDS Invenio: add meta information (tag keywords / description)'>CDS Invenio: add meta information (tag keywords / description)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Cuando un motor de búsqueda <strong>indexa</strong> tu sitio web recopila información del título, cabecera, contenido y <strong>meta-etiquetas</strong> (como descripción y palabras clave). Gracias a esta información tu página será mostrada en una determinada posición de los resultados de búsqueda ofrecidos por un motor. A esta posición se la conoce como <em>ranking</em>.</p>
<p><strong>WordPress</strong>, en su instalación por defecto, no incluye meta información, por lo que nos veremos obligados a añadir esta información manualmente, cambiando el código fuente del <em>theme</em> que tengamos instalado. También podemos añadir esta meta información instalando plugins específicos.</p>
<h3>¿Qué son los <em>meta-tags</em>?</h3>
<p>La palabra meta significa <em>información acerca de</em>. Las meta-etiquetas se concibieron inicialmente para proporcionar información detallada acerca de un sitio web. La información en meta-etiquetas incluye el autor de la página web, las palabras clave, la descripción del sitio web, el tipo de documento, copyright, etc</p>
<p>Un ejemplo de meta-información de descripción es:</p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">Algunas de las meta-etiquetas más comunes son:</pre></div></div>

<p></code></p>
<p>Y algunas de las etiquetas de meta información más comunes son:<br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta http-equiv=&quot;author&quot; content=&quot;Miguel Martin&quot; /&gt;
&lt;meta http-equiv=&quot;contact&quot; content=&quot;admin@leccionespracticas.com&quot; /&gt;
&lt;meta name=&quot;copyright&quot; content=&quot;Copyright (c)2009-2013 Miguel Martin. All Rights Reserved.&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;lecciones practicas - aprende informatica&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;lecciones practicas, leccionespracticas, cds invenio, repositorios, seo, sef, posicionamiento, google, wordpress, joomla, php, python, preservacion&quot; /&gt;</pre></div></div>

<p></code></p>
<p>El significado de cada una de estas etiquetas es fácilmente deducible, por lo que no me extenderé en este punto <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>¿Son los meta-tags necesarios todavía?</h3>
<p>Es una buena pregunta. Hace algunos años rellenar de forma correcta esta información era fundamental. A día de hoy algunos <strong>motores de búsqueda</strong> no utilizan esta información debido a que, históricamente, se ha abusado en la utilización de esta información a cargo de algunos <strong>webmasters</strong>. De hecho, las meta-etiquetas pueden NO reflejar el contenido de tu sitio web&#8230;</p>
<p>De todos modos, sigue siendo una buena práctica utilizar estos pequeños fragmentos de información, siempre que sean utilizados de forma correcta, para completar información de tu sitio web. Algunos motores de búsqueda utilizan la meta-etiqueta <strong>keywords</strong> (palabras clave) para categorizar y asignar ranking a tu sitio web. Estos motores comparan tus palabras clave con el contenido de tu página y <em>premian</em> a aquéllos sitios en los que las palabras clave coinciden con el tipo de contenido mostrado. Por tanto, <strong>sí es importante añadir, al menos, la etiqueta de <em>meta-keywords</em>. </strong></p>
<p>Aunque no te engañes, a día de hoy el<strong> elemento diferenciador de cara al posicionamiento es el <strong>contenido</strong> de tu sitio</strong>, es decir, la información en sí misma.</p>
<h3><strong>¿Cómo añado <em>meta-tags</em> a mi blog en WordPress</strong></h3>
<p>Para añadir meta información a tu sitio web, simplemente edita el archivo <code>header.php</code> del <em>theme</em> que estés utilizando.</p>
<p>A modo de ejemplo puedes ver parte de mi archivo <code>header.php</code><br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; <span style="color: #000000; font-weight: bold;">&lt;?php</span> language_attributes<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&gt;
&lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'html_type'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>; charset=<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'charset'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot; /&gt;
&lt;title&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_home <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span> is_category<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> single_cat_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">' - '</span> <span style="color: #339933;">;</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> single_post_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">': '</span><span style="color: #339933;">;</span> single_post_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/title&gt;
&nbsp;
&lt;meta http-equiv=&quot;author&quot; content=&quot;Miguel Martin&quot; /&gt;
&lt;meta http-equiv=&quot;contact&quot; content=&quot;admin@leccionespracticas.com&quot; /&gt;
&lt;meta name=&quot;copyright&quot; content=&quot;Copyright (c)2009-2013 Miguel Martin. All Rights Reserved.&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;lecciones practicas - aprende informatica&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;lecciones practicas, leccionespracticas, cds invenio, repositorios, seo, sef, posicionamiento, google, wordpress, joomla, php, python, preservacion&quot; /&gt;
&nbsp;
&nbsp;
&lt;script type=&quot;text/javascript&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/script.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'stylesheet_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;</pre></div></div>

<p></code></p>
<p>A estas alturas te estarás preguntando ¿y la meta-información<strong> <strong>dinámica</strong></strong>? Con las líneas que hemos añadido anteriormente, ésta información se mostrará en todas las páginas de tu sitio web. Al colocalas en <code>header.php</code> la información no cambiará, será estática.</p>
<p>De cara a añadir información dinámica, una solución simple pasa por utilizar editar <code>header.php</code> y añadir las siguientes líneas:<strong></strong><br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;meta name=&quot;description&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        single_post_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
        bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot; - &quot;</span><span style="color: #339933;">;</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'description'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;</pre></div></div>

<p></code></p>
<p>Estas líneas hacen que, si estamos ante un único post se muestre el título del mismo, mientras que si estamos ante un conjunto de posts, se muestre el nombre del blog y su descripción.</p>
<p>Otra solución es utilizar alguno de los<strong> <a href="http://wordpress.org/extend/plugins/">múltiples plugins de WordPress</a>. </strong></p>
<p>Por ejemplo, puedes usar<strong> <a href="http://wordpress.org/extend/plugins/headspace2/">head space 2</a>, </strong>un<strong> plugin </strong>que sugiere<strong> </strong> qué meta-keywords añadir a cada post, qué descripción darle, etc.</p>
<p>¿Te interesa el tema? Puede seguir informándote en los siguientes links:<br />
[1] <a href="http://www.w3.org/TR/REC-html40/struct/global.html#h-7.4.4">W3 Organization&#8217;s Global Structure of an HTML Document and Meta Tags</a><br />
[2] <a href="http://www.askapache.com/seo/wordpress-robotstxt-optimized-for-seo.html">header.php code y tutoriales: robots, googlebot, and msnbot. metadatos en páginas, post simples, página principal&#8230; </a><br />
[3] <a href="http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/SearchEngines.html">UC Berkeley&#8217;s Guide to Search Engines</a><br />
[4] <a href="http://www.searchenginewatch.com/webmasters/meta.html">SearchengineWatch.com: how to use metadata</a><br />
[5]<a href="http://www.webdeveloper.com/html/html_metatags.html">webdeveloper&#8217;s metatag information</a></p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/' rel='bookmark' title='SEO: las mejores herramientas gratis'>SEO: las mejores herramientas gratis</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/' rel='bookmark' title='Posicionamiento en Google (II)'>Posicionamiento en Google (II)</a></li>
<li><a href='http://www.leccionespracticas.com/cds-invenio/cds-invenio-add-meta-information-tag-keywords-description/' rel='bookmark' title='CDS Invenio: add meta information (tag keywords / description)'>CDS Invenio: add meta information (tag keywords / description)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/php/anadir-meta-informacion-a-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress in a subdirectory, urls like it was in root directory</title>
		<link>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/</link>
		<comments>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:16:24 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[root directory]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[subdirectory]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=528</guid>
		<description><![CDATA[There are many reasons to install wordpress in a subdirectory and not in the root directory (for instance because it is easier to update wordpress, the files are better organized &#8230;). However, for SEO purposes, it is recommended to mask that subdirectory name in url and make wordpress look like it is installed in the [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/' rel='bookmark' title='WordPress: remove /category'>WordPress: remove /category</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/a-real-case-example-my-htaccess-in-wordpress-subdirectory/' rel='bookmark' title='A real case example: my .htaccess in /wordpress subdirectory'>A real case example: my .htaccess in /wordpress subdirectory</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/' rel='bookmark' title='WordPress Yoast SEO + wp_comfy theme + Category titles'>WordPress Yoast SEO + wp_comfy theme + Category titles</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are many reasons to <u>install wordpress in a subdirectory</u> and not in the root directory (for instance because it is easier to update wordpress, the files are better organized &#8230;). However, for SEO purposes, it is recommended to <i>mask</i> that subdirectory name in url and <b>make wordpress look like it is installed in the root directory</b></p>
<p>So, lets suppose you install wordpress in a subdir called <code>wordpress</code>. Then all of your urls will look like:<br />
<code>http://www.yoursitename.com/wordpress/...</code></p>
<p>And we want to remove that trailing <code>/wordpress</code> so our urls look like:<br />
<code>http://www.yoursitename.com/...</code></p>
<p><b>Note</b>: <u>If you want to have permalinks active and still don&#8217;t have done this, <font color="red">please activate your permalinks first!!</font></u>. I have set a Custom Structure (<code>/%category%/%postname%/).</p>
<p>Ok, ready to go. Let's continue with the process.</p>
<p>You will have to change two files:</p>
<p>First, edit <code>wp-config.php</code> and add these following two lines (change the word '<i>wordpress</i> for your subdirectory name):<br />
<code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// ** Hostname settings ** //</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_SITEURL'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;http://<span style="color: #006699; font-weight: bold;">${_SERVER['HTTP_HOST']}</span>/wordpress&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_HOME'</span><span style="color: #339933;">,</span>    <span style="color: #0000ff;">&quot;http://<span style="color: #006699; font-weight: bold;">${_SERVER['HTTP_HOST']}</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p></code></p>
<p>Then copy your /wordpress/index.php to your root directory and modify it. Change the line that says:<br />
<code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/** Loads the WordPress Environment and Template */</span>
<span style="color: #b1b100;">require</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'./wp-blog-header.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p></code></p>
<p>for</p>
<p><code></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/** Loads the WordPress Environment and Template */</span>
<span style="color: #b1b100;">require</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'./wordpress/wp-blog-header.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p></code></p>
<p>If you had <b>permalinks</b> activated (this is, not default behaviour) <b>copy the existing <code>/wordpress/.htaccess</code> file to root directory!</b>. If you don't, when you try to access category links, they won't work.</p>
<p>That's all folks! <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/' rel='bookmark' title='WordPress: remove /category'>WordPress: remove /category</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/a-real-case-example-my-htaccess-in-wordpress-subdirectory/' rel='bookmark' title='A real case example: my .htaccess in /wordpress subdirectory'>A real case example: my .htaccess in /wordpress subdirectory</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/' rel='bookmark' title='WordPress Yoast SEO + wp_comfy theme + Category titles'>WordPress Yoast SEO + wp_comfy theme + Category titles</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress: remove /category</title>
		<link>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/</link>
		<comments>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:59:45 +0000</pubDate>
		<dc:creator>Miguel</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[remove category]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.leccionespracticas.com/?p=522</guid>
		<description><![CDATA[If you are aware of what SEO links mean, and you have a wordpress blog configured by default, you might want to make some little changes to how urls are built. Remove /category/categoryname Having good Permalink Structure is very important for your Blog with respect to SEO. WordPress does nice by providing a Permalinks Section [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/' rel='bookmark' title='WordPress Yoast SEO + wp_comfy theme + Category titles'>WordPress Yoast SEO + wp_comfy theme + Category titles</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/' rel='bookmark' title='WordPress in a subdirectory, urls like it was in root directory'>WordPress in a subdirectory, urls like it was in root directory</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-where-am-i-is-it-the-frontpage-solved/' rel='bookmark' title='WordPress: where am I? is it the frontpage? [solved]'>WordPress: where am I? is it the frontpage? [solved]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are aware of what SEO links mean, and you have a wordpress blog configured by default, you might want to make some little changes to how urls are built.</p>
<ul>
<li><b>Remove <code><i>/category</i>/categoryname</b></code></li>
<p align="justify">Having good Permalink Structure is very important for your Blog with respect to SEO. WordPress does nice by providing a <strong>Permalinks Section </strong>from the <strong>Settings Page </strong>in the <strong>Admin Panel.</strong></p>
<p align="justify"><a href="http://www.smartblogtips.com/wp-content/uploads/2009/03/wordpressnocategorybasepermalinks.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="wordpress-no-category-base-permalinks" src="http://www.smartblogtips.com/wp-content/uploads/2009/03/wordpressnocategorybasepermalinks-thumb.jpg" border="0" alt="wordpress-no-category-base-permalinks" width="560" height="201" /></a></p>
<p align="justify">But sometimes some bloggers do not want to have any category base in their Permalinks structure. WordPress does not allows you to do it. Here is how you can get it done.</p>
<p align="center"><a href="http://www.smartblogtips.com/wp-content/uploads/2009/03/wordpresspermalinksnocategorybase.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Wordpress-permalinks-no-category-base" src="http://www.smartblogtips.com/wp-content/uploads/2009/03/wordpresspermalinksnocategorybase-thumb.jpg" border="0" alt="Wordpress-permalinks-no-category-base" width="500" height="442" /></a></p>
<p align="center">
<h3>WP No Category Base Plug-in</h3>
<p>If you are using WordPress 2.7, Go to <strong>Plug-ins –&gt; Add New –&gt; Search for “WP No Category Base”,</strong> install it and activate it.</p>
<p>If you are using previous version of WordPress, Upload the &#8220;<strong>no-category-base.php” </strong>to the “<strong>/wp-content/plugins/”</strong>, and Activate it from the <strong>Plug-ins Menu</strong></p>
<p>This plug-in does not have any <strong>Settings Page</strong>. Just activate it to use and de-activate when  you don&#8217;t need it.</p>
<p><strong></strong></p>
<p><strong></strong></p>
<h3>Precautions</h3>
<p align="justify">Remember to have no Post Slug equal to your Category Slug. In case you have same slug for both then the page will get the priority and the category page will never show up.</p>
<p align="justify">
<h3>Links</h3>
<ul>
<li><strong>WP Plug-in: <a title="http://wordpress.org/extend/plugins/wp-no-category-base/" href="http://wordpress.org/extend/plugins/wp-no-category-base/">http://wordpress.org/extend/plugins/wp-no-category-base/</a> </strong></li>
<li><strong>Download: <a title="http://downloads.wordpress.org/plugin/wp-no-category-base.zip" href="http://downloads.wordpress.org/plugin/wp-no-category-base.zip">http://downloads.wordpress.org/plugin/wp-no-category-base.zip</a></strong></li>
<li><strong>Webpage: <a title="http://wordpresssupplies.com/wordpress-plugins/no-category-base/" href="http://wordpresssupplies.com/wordpress-plugins/no-category-base/">http://wordpresssupplies.com/wordpress-plugins/no-category-base/</a> </strong></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-yoast-seo-wp_comfy-theme-category-titles/' rel='bookmark' title='WordPress Yoast SEO + wp_comfy theme + Category titles'>WordPress Yoast SEO + wp_comfy theme + Category titles</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-in-a-subdirectory-urls-like-it-was-in-root-directory/' rel='bookmark' title='WordPress in a subdirectory, urls like it was in root directory'>WordPress in a subdirectory, urls like it was in root directory</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-where-am-i-is-it-the-frontpage-solved/' rel='bookmark' title='WordPress: where am I? is it the frontpage? [solved]'>WordPress: where am I? is it the frontpage? [solved]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/informatica-web/wordpress/wordpress-remove-category-and-other-permalinks-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posicionamiento en Google (III)</title>
		<link>http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/</link>
		<comments>http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/#comments</comments>
		<pubDate>Mon, 11 May 2009 16:52:27 +0000</pubDate>
		<dc:creator>miguel</dc:creator>
				<category><![CDATA[Informática - web]]></category>
		<category><![CDATA[consejos]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[posicionamiento]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://miguelmartin.x10hosting.com/blog/?p=320</guid>
		<description><![CDATA[Este artículo es una continuación de Posicionamiento en Google (I) y Posicionamiento en Google (II). Voy a continuar dando algunos consejos básicos de cara a mejorar tu PR en Google. Como siempre hay que tomar estos consejos como unas recomendaciones básicas, no hay porqué seguirlos al pie de la letra. Ten en cuenta que a [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-i-validando-tus-dtds-y-csss/' rel='bookmark' title='Posicionamiento en google (I): validando tus DTD&#039;s'>Posicionamiento en google (I): validando tus DTD&#039;s</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/' rel='bookmark' title='Posicionamiento en Google (II)'>Posicionamiento en Google (II)</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/google-analytics-en-wordpress/' rel='bookmark' title='Google Analytics en WordPress'>Google Analytics en WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Este artículo es una continuación de <a href="http://miguelmartin.x10hosting.com/blog/?p=35">Posicionamiento en Google (I)</a> y <a href="http://miguelmartin.x10hosting.com/blog/?p=292">Posicionamiento en Google (II)</a>.</p>
<p>Voy a continuar dando algunos consejos básicos de cara a mejorar tu PR en Google. Como siempre hay que tomar estos consejos como unas recomendaciones básicas, no hay porqué seguirlos al pie de la letra. Ten en cuenta que a veces es mejor pecar de defecto que de exceso, pues si abusas de las medidas aquí expuestas podrás ser penalizado por los motores de búsqueda.</p>
<h1><span style="background-color: red; font-weight: bold; color: white;">1. Crea <i>headings</i></span></h1>
<p>Los <i>headings</i> son items que sobresalen sobre los demás. Por ejemplo,</p>
<h1>ésto es un <i>heading</i> de tamaño 1, o &lt;h1&gt;</h1>
<h2>ésto es un <i>heading</i> de tamaño 2, o &lt;h2&gt;</h2>
<p>Asimismo existen el &lt;h3&gt;, &lt;h4&gt;, etc<br />
Para los motores de búsqueda el H1 incluye contenido muy importante. Así que trata de incluir tus keywords más habituales en este H1.<br />
Un H2 también tiene más importancia que el resto del texto.<br />
La mayoría de editores WYSIWYG permiten la creación de este tipo de tags. En caso de que no lo permita edita el código fuente de tu aplicación y rodea las partes que quieras destacar con los tags <code>&lt;Hi&gt;</code>, siendo <code>i</code> el tamaño del <i>heading</i>.<br />
El ejemplo de arriba tiene el siguiente código fuente:</p>
<pre><code>
&lt;h1>ésto es un <i>heading</i> de tamaño 1&lt;/h1>
&lt;h2>ésto es un <i>heading</i> de tamaño 2&lt;/h2>
</code></pre>
<p>Ojo! No abuses de las tags &lt;h1&gt; o los motores de búsqueda podrían penalizarte asignándote un bajo ranking. En general es más que suficiente con un &lt;h1&gt; y un par de &lt;h2&gt; por página.</p>
<h1><span style="background-color: red; font-weight: bold; color: white;">2. Utiliza la negrita y la cursiva</span></h1>
<p>La utilización de <b>negrita</b> y <i>cursiva</i> es importante ya que los indexadores consideran que el texto que este tipo de textos tienen más importancia que el resto de los existentes en la página y les asigna una prioridad mayor a la hora de mostrar páginas de resultados de búsqueda.<br />
Localiza tus keywords principales y trata de encuadrarlas en tags <code><b></b> e <i></i></code>. Como siempre, no abuses o tu página resultará ilegible&#8230;</p>
<h1><span style="background-color: red; font-weight: bold; color: white;">3. Obten una correcta densidad de <i>keywords</i></span></h1>
<p>Esto es, a menudo, una de los objetivos más difíciles de alcanzar. No te obsesiones con el tema, únicamente está bien que lo conozcas.<br />
La densidad de palabras clave (<i>keywords</i>) es, en resumen, el número de veces que utilizas palabras clave en relación con el total de texto en tu página web.<br />
Por ejemplo, imaginemos que escribes <code>hyips</code> 20 veces en una página que tiene alrededor de 400 palabras. Entonces tu densidad de la palabra clave <code>hyips</code> es 20/400=5%. <b>Si tus densidades son superiores al 8% los motores de búsqueda te penalizarán</b> por considerarte <i>spammer</i> (lo llaman <i>Keyword stuffing</i>).<br />
Como norma general recomiendo no pasar del 5%. De todas formas no te obsesiones con este tema. Escribe tu página de forma normal, como si fueras a contar el contenido a otra persona. Entonces léela y observa si has abusado de alguna <i>keyword</i>. Si consideras que has abusado de alguna reescribe tu artículo hasta que obtengas una densidad aceptable.</p>
<h1><span style="background-color: red; font-weight: bold; color: white;">4. Utiliza <code>alt</code> en las imágenes</span></h1>
<p>Cuando incluyas una imagen dentro de tu página web, bien sea un logo, una fotografía o un gráfico de datos, <b>asegúrate de SIEMPRE incluir el tag <code>&lt;alt&gt;</code> con información descriptiva de la imagen</b>. El texto que va dentro de este atributo no se mostrará normalmente en tu página web -esto es, tú no lo verás-, pero los motores de búsqueda sí lo leerán. La forma de ver este tipo de textos es colocar el ratón sobre la imagen en cuestión, y el texto aparecerá.</p>
<p>Además, si no incluyes este tag y utilizas determinado DTD tu página no pasará la validación del W3C.<br />
Mira éste código de ejemplo:<br />
<code>&lt;img src="http://www.hyips.es/templates/siteground-j15-54/images/header_bg.jpg" alt="logo de hyips.es - inversiones de alta rentabilidad" /&gt;</code><br />
Otro gran consejo: haz que el nombre de la imagen contenga las keywords más importantes de tu sitio. Por ejemplo, en vez de header_bg.jpg podría haberlo llamado hyips.jpg.</p>
<h1><span style="background-color: red; font-weight: bold; color: white;">4. Utiliza <i>metatags</i></span></h1>
<p>Esto es <u>absolutamente imprescindible</u> si deseas obtener un buen PR. Rellena estos items en cada página y sé meticuloso a la hora de elegir su contenido. ¿Por qué molestarse, si existen algunos <i>plugins</i> que incluyen la metainformación de forma automática (por ejemplo <code>SH404SEF</code>). Ninguno de estos plugins hará un trabajo tan fino como podría hacerlo un humano. <u>Estas palabras, calculadas de forma automática, pueden servir de &#8220;guia&#8221; o servir en algunos casos, pero no en la mayoría</u>.<br />
Lo más importante es la <code>meta tag description</code>. Muchos indexadores (sí, también Google) utilizarán éste campo si no son capaces de acceder a otras partes de la página. Piensa en esta descripción cuidadosamente, hazla como un pequeño anuncio <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Busca un tema en google y fíjate en la razón que te hace elegir en qué link pinchas (sí, ya lo sé, lo primero es el orden!). Pero si te das cuenta lo primero que miras es el título que se muestra y lo siguiente&#8230; la descripción de la página!! ¿Ves por dónde voy? <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h1><span style="background-color: red; font-weight: bold; color: white;">5. Usa enlaces internos</span></h1>
<p>Enlaza tus artículos anteriores u otras secciones de tu página siempre que puedas. Por ejemplo, como he hecho yo al principio de este artículo, donde he enlazado dos artículos anteriores. Además, utiliza títulos descriptivos para hacer los enlaces. No es lo mismo poner &#8220;este artículo viene de <a href="http://miguelmartin.x10hosting.com/blog/?p=35">aquí</a> y <a href="http://miguelmartin.x10hosting.com/blog/?p=292">aquí<a> que poner lo que yo he puesto. No utilices imágenes para este tipo de enlaces. Como siempre, intenta meter keywords en estos enlaces.<br />
En este sentido disponer de un sitemap válido es una gran forma de realizar ese linkado interno. Eso sí, asegúrate de que el sitemap está bien! Muchas veces los generadores de sitemaps incluyen url&#8217;s no deseadas o no las muestran en el orden óptimo.</p>
<h1><span style="background-color: red; font-weight: bold; color: white;">6. Enlaces externos</span></h1>
<p>Conseguir que nos enlacen se ha vuelto una obsesión para algunos webmasters. La realidad es que cuantos más enlaces externos apunten a nuestro sitio, mejor ranking nos dará google. <u><b>PERO si estos enlaces provienen de páginas penalizadas, de granjas de links, sitios web con pr más bajo que el tuyo, sitios cuyo contenido dista mucho del tuyo, etc&#8230; más que beneficiarte, te fastidiarán, pues google te penalizará.</b></u></p>
<p>Intenta localizar los sitios web que, sin competir directamente contigo, manejan temática cercana a la tuya o están relacionados de alguna manera. Pídeles de forma amable que coloquen un link a tu página a cambio de un link desde tu página. Para hacerselo más fácil, <u>proporciónales tú mismo el código del link</u> y trata de ser descriptivo a la hora de elegirlo. No proporciones enlaces del tipo <a href="http://www.hyips.es">www.hyips.es</a>, sino más bien del tipo <a href="http://www.hyips.es">Inversiones de alta rentabilidad &#8211; hyips.es</a>. Ves por dónde van los tiros? <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-i-validando-tus-dtds-y-csss/' rel='bookmark' title='Posicionamiento en google (I): validando tus DTD&#039;s'>Posicionamiento en google (I): validando tus DTD&#039;s</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/' rel='bookmark' title='Posicionamiento en Google (II)'>Posicionamiento en Google (II)</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/google-analytics-en-wordpress/' rel='bookmark' title='Google Analytics en WordPress'>Google Analytics en WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Posicionamiento en Google (II)</title>
		<link>http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/</link>
		<comments>http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:39:08 +0000</pubDate>
		<dc:creator>miguel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[palabras clave]]></category>
		<category><![CDATA[posicionamiento]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://miguelmartin.x10hosting.com/blog/?p=292</guid>
		<description><![CDATA[Como continuación al primer artículo de la serie, os voy a contar algunas cosas más de SEO (Search Engine Optimization). Optimiza tus palabras clave ¿Qué busca la gente cuando entra a tu sitio? ¿Qué contenidos son más atractivos? Es IMPRESCINDIBLE que uses: [1] Optimiza tus palabras clave de Google y descárgalas en diversos formatos. Cuando [...]
Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/' rel='bookmark' title='Posicionamiento en Google (III)'>Posicionamiento en Google (III)</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/' rel='bookmark' title='SEO: las mejores herramientas gratis'>SEO: las mejores herramientas gratis</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-i-validando-tus-dtds-y-csss/' rel='bookmark' title='Posicionamiento en google (I): validando tus DTD&#039;s'>Posicionamiento en google (I): validando tus DTD&#039;s</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Como continuación al primer artículo de la serie, os voy a contar algunas cosas más de <a href="http://es.wikipedia.org/wiki/Search_engine_optimization">SEO (<em>Search Engine Optimization</em>)</a>.</p>
<p><span style="text-decoration: underline;"><strong>Optimiza tus palabras clave</strong></span><br />
¿Qué busca la gente cuando entra a tu sitio? ¿Qué contenidos son más atractivos? Es <span style="text-decoration: underline;">IMPRESCINDIBLE</span> que uses:<br />
<a href="https://adwords.google.es/select/KeywordToolExternal">[1] Optimiza tus palabras clave de Google y descárgalas en diversos formatos.</a><br />
Cuando obtengas los resultados, ordénalos por <code>Search Volume</code> antes de descargarlos.<br />
Yo obtuve algo asi:</span></p>
<pre><code>
hyip
hyips
inversion
inversiones
ganar dinero
invertir
inversión
ganar dinero internet
alta rentabilidad
facil
cómo hacerse rico
</code></pre>
<p><span style="text-decoration: underline;"><strong>Promociónate todo lo posible, y más</strong></span><br />
<a href="http://sem.smallbusiness.yahoo.com/searchenginemarketing/">[2] Anúnciate en sitios como Yahoo! (advertising your business with Yahoo!)</a></p>
<p><span style="text-decoration: underline;"><strong>Crea buenos títulos</strong></span><br />
Ya dispones de las palabras clave óptimas, obtenidas en <a href="https://adwords.google.es/select/KeywordToolExternal">[1]</a>. Incorpóralas a tu sitio web:</p>
<pre><code>
&lt;meta name="keywords" content="hyip, hyips, inversion, inversiones, ganar dinero, invertir, inversión, ganar dinero internet, alta rentabilidad, high yield investment programs, inversión" />
&lt;meta name="description" content="hyips.es - hyips e inversiones" />
&lt;title>hyips.es | La referencia en inversiones online&lt;/title>
&lt;/code></pre>
<p>
Sé original creando títulos. Por ejemplo "mi página de inversiones para ganar dinero" tendrá un ranking parecido a "Gana dinero! Inversiones fáciles", sin embargo, ¿en cuál harías click? <img src='http://www.leccionespracticas.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Si deseas leer mucho más sobre cómo crear títulos efectivos, visita <a href="http://www.copyblogger.com">[3] http://www.copyblogger.com</a>ç</p>
<p><span style="text-decoration: underline;"><b>Crea contenido de calidad</b></span><br />
No es necesario dar muchas más explicaciones. Si aportas contenidos interesantes la gente volverá a tu sitio a seguir consultando información.</p>
<p>Related posts:<ol>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-iii/' rel='bookmark' title='Posicionamiento en Google (III)'>Posicionamiento en Google (III)</a></li>
<li><a href='http://www.leccionespracticas.com/uncategorized/seo-las-mejores-herramientas-gratis/' rel='bookmark' title='SEO: las mejores herramientas gratis'>SEO: las mejores herramientas gratis</a></li>
<li><a href='http://www.leccionespracticas.com/informatica-web/posicionamiento-en-google-i-validando-tus-dtds-y-csss/' rel='bookmark' title='Posicionamiento en google (I): validando tus DTD&#039;s'>Posicionamiento en google (I): validando tus DTD&#039;s</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leccionespracticas.com/uncategorized/posicionamiento-en-google-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

