<?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>The SEO Blogger&#187; tags</title>
	<atom:link href="http://theseoblogger.com/tag/tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://theseoblogger.com</link>
	<description>^~_ Rising Through the Search Engines _~^</description>
	<lastBuildDate>Mon, 14 Dec 2009 03:20:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Best WordPress Blog Title Structure</title>
		<link>http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/</link>
		<comments>http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/#comments</comments>
		<pubDate>Mon, 07 May 2007 02:26:57 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[WorPress SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/</guid>
		<description><![CDATA[How to Configure Your WordPress Blog&#8217;s Title Tag for the Maximum SEO Benefits
This is the 2nd of the WordPress SEO Tutorials series.

If you don&#8217;t know it yet, your web page&#8217;s TITLE is one of the MOST important SEO factor in ranking high in the search engine results pages (SERPs). 
Check it out: go to a [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>How to Configure Your WordPress Blog&#8217;s Title Tag for the Maximum SEO Benefits</strong></p>
<p><em>This is the 2nd of the <a href="http://theseoblogger.com/category/seo-blogs/wordpress/">WordPress SEO Tutorials</a> series.<br />
</em></p>
<p>If you don&#8217;t know it yet, your web page&#8217;s TITLE is one of the MOST important SEO factor in ranking high in the search engine results pages (SERPs). </p>
<p>Check it out: go to a major search engine and type in <em>search engine optimization</em> (with/without quotations). What do you see in the 1st page of the SERPs? <span id="more-19"></span>Most of the top results have <em>search engine optimization</em> near the very beginning of their titles, and these titles have the keyword phrase <em>search engine optimization</em> <strong>BOLD-TYPED!</strong></p>
<p>*Notice the bold-types of the descriptions too? I&#8217;ll talk about this later but for now let&#8217;s get back to how to configure your WordPress blog&#8217;s title tag.</p>
<p>By default, most WordPress themes have your blog&#8217;s name BEFORE your post/categories/etc. title:</p>
<p><em>Your Blog Name &raquo; Blog Archives &raquo; Blog-Post-Title</em></p>
<p>This, of course, is NOT favorable if you want to have the extra edge over your competition in the SEO war. Anyway, here&#8217;s a step-by-step tutorial on how you can configure the title of your post/category/etc. to this (without any plugin):</p>
<p><em>Blog-Post-Title &raquo; Your Blog Name</em>      </p>
<p> *Note: The phrase &#8220;Blog Archives&#8221; has been deleted.</p>
<p><strong>How to Move Your &#8220;Blog-Post-Title&#8221; before the &#8220;Blog Name&#8221; </strong></p>
<p>In order to do this, you need to open up the &#8220;header.php&#8221; file in your WordPress theme folder. You need a &#8216;php&#8217; file editor to do this; if not, DON&#8217;T WORRY&#8211;just do the following:</p>
<p>-First, change the &#8220;header.<strong>php</strong>&#8221; file extension to &#8220;header.<strong>txt</strong>&#8220;.<br />
-Next, open the &#8220;header.txt&#8221; file and &#8216;find&#8217; for the following code that begins with the < title> tag:</p>
<p><strong>< title>< ?php bloginfo('name'); ?>< ?php wp_title(); ?>< /title></strong></p>
<p>*Note: <em>< ?php bloginfo('name'); ?></em> is your Blog Name, and <em>< ?php wp_title(); ?></em> is your Blog-Post-Title. Also, you only need these two &#8220;< ?php>&#8221; codes: just delete the rest of the other codes or texts (e.g. &#8220;Blog Archives&#8221;).</p>
<p>Now, all you have to do is moved the <em>< ?php wp_title(); ?></em> before the <em>< ?php bloginfo('name'); ?></em>:</p>
<p>BEFORE:<br />
<strong>< title>< ?php bloginfo('name'); ?>< ?php wp_title(); ?>< /title></strong></p>
<p>AFTER:<br />
<strong>< title>< ?php wp_title(); ?>< ?php bloginfo('name'); ?>< /title></strong></p>
<p>That&#8217;s it you&#8217;re DONE! The last step is to save the file as a &#8220;php&#8221; extension, &#8220;header.php&#8221; (without the quotations), and upload it to your site&#8217;s theme folder and watch the transformation of your Wordpress Blog-Post-Title goes before your Blog Name:</p>
<p><strong>Blog-Post-Title &raquo; Your Blog Name</strong></p>
<p>O.K. That&#8217;s it for my tutorial on the configuring your blog name and title WITHOUT using any plugin. My next post will list a SERIES of SEO-related WordPress plugins, plus some optional &#8216;tweak&#8217; for the best SEO results for the title tag  <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  .</p>
<p>O.K. Then, until the next <a href="http://theseoblogger.com/category/seo-blogs/wordpress/">WordPress SEO tutorial</a>&#8230;</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 0.389 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/seo-blogs/wordpress/the-best-title-configuration-for-a-wordpress-seo-blog/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Why Yahoo New Robots-Nocontent Tag Will Have Little Use</title>
		<link>http://theseoblogger.com/yahoo/search-engine/why-yahoo-new-robots-nocontent-tag-will-have-little-use/</link>
		<comments>http://theseoblogger.com/yahoo/search-engine/why-yahoo-new-robots-nocontent-tag-will-have-little-use/#comments</comments>
		<pubDate>Thu, 03 May 2007 01:46:09 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[Yahoo Search Engine]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[SEO-News]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo-Search-Engine]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/search-engines/yahoo/why-yahoo-new-robots-nocontent-tag-will-have-little-use/</guid>
		<description><![CDATA[May 2&#8211;Today Yahoo announced that there is a new tag that will allow webmaster to block its robots from indexing specific part of a web page.
The new tag, robots-nocontent tag, will help webmasters to point out the part of their web page that they don&#8217;t want to be included in the page indexing. These parts [...]]]></description>
			<content:encoded><![CDATA[<p>May 2&#8211;Today Yahoo announced that there is a new tag that will allow webmaster to block its robots from indexing specific part of a web page.</p>
<p>The new tag, <em>robots-nocontent tag</em>, will help webmasters to point out the part of their web page that they don&#8217;t want to be included in the page indexing. These parts of the web page usually are ads and other unrelated cluster (e.g. navigational links, social bookmarking links, etc) that surround the &#8220;main&#8221; core content, the page&#8217;s main article.</p>
<p><strong>So, how do you use this new <em>robots-nocontent tag</em>?</strong><span id="more-14"></span></p>
<p>In order to use it, you need to add the class attribute to the part of the web page where you do not want Yahoo robots to index:</p>
<p><strong>class=&#8221;robots-nocontent&#8221;</strong></p>
<p>You can assign this attribute with &lt; p &gt;, &lt; div &gt;, and a host of other tags, but here&#8217;s an example on how to use it in ONE paragraph:</p>
<p><strong>BEFORE:</strong></p>
<p>&lt; p &gt; Surrounding texts and other stuffs not related to the main article&#8230;&lt; / p&gt;</p>
<p><strong>AFTER:</strong></p>
<p><strong>&lt; p class=&#8221;robots-nocontent&#8221;</strong>&gt; Surrounding texts and other stuffs not related to the main article&#8230;&lt; / p&gt;</p>
<p>This will exclude the &#8220;Surrounding texts and other stuffs not related to the main article&#8230;&#8221; from counting or *searchable in the whole page/main article content, thus improving your on page optimization effort (e.g. keyword density of a page).</p>
<p>*<strong>Searchable </strong>means that the parts of the web page that get flagged with the <em>robots-nocontent tag</em> simply won&#8217;t be <em>searchable</em>. Yahoo, however, still stores all the words of the web page within the index library of its web documents. Basically, the parts of the page that you&#8217;ve flagged with the <em>robots-nocontent tag</em> will not be &#8216;considered&#8217; by Yahoo search engine algorithm that examines the text content of the page.</p>
<p>Anyhow, here&#8217;s how the <em>robots-nocontent tag</em> is used in more than one paragraphs with the container tags (e.g. &lt; div &gt; and &lt; span &gt; tags):</p>
<p><strong>&lt; div class=&#8221;robots-nocontent&#8221;</strong>&gt;<br />
&lt; p &gt;<br />
Paragraph 1 of surrounding texts and other stuffs not related to the main article&#8230;&lt; / p &gt;<br />
&lt; p &gt;<br />
Paragraph 2 of surrounding texts and other stuffs not related to the main article&#8230;&lt; / p &gt;<br />
&lt; p &gt;<br />
Paragraph 3 of surrounding texts and other stuffs not related to the main article&#8230;&lt; / p &gt;<br />
&lt; / p &gt;<br />
<strong>&lt; / div&gt;</strong></p>
<p><strong>WILL THIS TAG BE ANY OF USE?</strong></p>
<p>In my opinion, not so much:</p>
<p>1. Let&#8217;s face it, who have the time dig in to the template files to edit all the &#8216;necessary&#8217; change and re-edit them when something else change? And this is ONLY for Yahoo! So, far no other major search engines have followed suit. (Let hope that they do, because I really don&#8217;t want to edit ALL of my websites&#8217; templates just because new laws are laid down by different search engines. Who would have thought SEO is such a hassle like rocket science, eh?).</p>
<p>2. This <em>robots-nocontent tag</em> is only for <em>serious </em> METICULOUS webmasters (and SEOers) who actually care about on-page search engine optimization. Beside the H1, H2, and etc. tags, now there&#8217;s a robots-nocontent tags.</p>
<p>3. Non-tech, non-code-oriented people/blogger simply won&#8217;t use it, simply because it requires more learning, a.k.a. WORK!</p>
<p>4. By excluding the a certain part of the page (e.g. navigation structure with links) to be indexed, this &#8216;may&#8217; well be telling the robots not to follow or index the pages from the navigation-links. *This is not known and has not been posted on the Yahoo official site.</p>
<p>5. What I don&#8217;t get is why Yahoo not &#8216;adapting&#8217; Google Section Targeting instead of coming up with a &#8220;new&#8221; nocontent tags, as section targeting does almost the same thing (for Adsense) but with less work&#8211;less number of places to place tags =?</p>
<p><strong>*Section Targeting</strong> is a way of embedding special tags inside HTML to give Googleâ€™s spider robots a better idea of where&#8217;s/whatâ€™s important on your page (to serve better contextual Adsense ads).</p>
<p>If you&#8217;re interested, you can read more about this <em>robots-nocontent</em> tag at <a href="http://help.yahoo.com/help/us/ysearch/slurp/slurp-14.html">Yahoo&#8217;s official announcement</a>.</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 0.453 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/yahoo/search-engine/why-yahoo-new-robots-nocontent-tag-will-have-little-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

