<?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; SERP</title>
	<atom:link href="http://theseoblogger.com/tag/serp/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.273 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>5</slash:comments>
		</item>
		<item>
		<title>What is Search Engine Optimization (SEO)?</title>
		<link>http://theseoblogger.com/seo-tips/what-is-search-engine-optimization-seo/</link>
		<comments>http://theseoblogger.com/seo-tips/what-is-search-engine-optimization-seo/#comments</comments>
		<pubDate>Wed, 02 May 2007 22:34:48 +0000</pubDate>
		<dc:creator>SEO Blogger</dc:creator>
				<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[search-engine-optimization]]></category>
		<category><![CDATA[Search-Engines]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://theseoblogger.com/seo-tips/what-is-search-engine-optimization-seo/</guid>
		<description><![CDATA[&#8220;Why is Legitimate Search Engine Optimization Important?&#8220;
Wait!&#8211;Hold your horses    . Let me first explain &#8216;what is search engine optimization&#8216;?
To simply put, the ultimate aim of legitimate search engine optimization (SEO) is to get more visitors to a search engine optimized website. This simply means that search engine optimizationâ€™s goal is to make [...]]]></description>
			<content:encoded><![CDATA[<p align="center">&#8220;<strong>Why is Legitimate Search Engine Optimization Important?</strong>&#8220;</p>
<p>Wait!&#8211;Hold your horses  <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  . Let me first explain &#8216;<strong>what is search engine optimization</strong>&#8216;?</p>
<p>To simply put, the ultimate aim of legitimate search engine optimization (SEO) is to get more visitors to a <em>search engine optimized</em> website. This simply means that search engine optimizationâ€™s goal is to make a website appear on the first page of the search engine results pages (SERPs), so the &#8216;chance&#8217; of people click-through to your search engine optimized website is HIGHER than those on the 2nd or 3rd page of the SERPs. </p>
<p><strong>Thus, one reason why you should choose search engine optimization is because with more visitors from the free organic search, you have more means and ways to monetize your website</strong>  <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  . </p>
<p>There are other ways to get on the first page of the search engine results page too, but&#8211;you&#8217;ve guessed it&#8211;it&#8217;s NOT free (e.g. pay-per-click program like Google Adwords <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>In case you didn&#8217;t know, search engines evaluate websites by using what they call â€œspidersâ€ or &#8220;bots,&#8221; and these bots and spiders have NAMES too =P. (Check your website&#8217;s raw log and you can see them all over the place&#8211;well, if your site is nested with quality content that is <img src='http://theseoblogger.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . </p>
<p>Anyway, these spider bots visit and scan your website and collect information about it. The information then gets collated and passed on to the search engine index&#8211;the library of your website&#8217;s web pages. So, when a search engine users input the keyword/keyword-phrase into the search box, another program in the search engine serves up the pages in its index library according to the relevance of the search query&#8211;and, yes, with the most relevant ones listed on the first page of the SERPs.</p>
<p>You may have seen it, you know, when you search for the keyword phrase &#8217;search engine optimization&#8217;: there are &#8220;&#8230;about 42,600,000 for search engine optimization&#8221; (this info is on the upper-right corner of Google SERP). What that means is that, there are 42,600,000 pages in the index that is <em>relevant </em>to the keyword phrase &#8217;search engine optimization&#8217;.</p>
<p><strong>Anyway, to answer the question, below are a couple of reasons why &#8216;legitimate&#8217; search engine optimization is important:</strong><span id="more-13"></span></p>
<p><strong>Reason1. Legitimate Search Engine Optimization Produces &#8216;Long-Term&#8217; FREE Organic Traffic</strong></p>
<p>The main purpose of search engine optimization is to increase the traffic generated by a <em>search engine optimized</em> website. Search engines have become the building blocks of the foundation of the Internet and its users. A survey showed that 90% of all Internet users employ search engines to aid them in their Internet-related activities. Google, the dominant player in the search engine industry, generates 70% of all search-related Internet activity compared to other search engines. </p>
<p><strong>Reason 2. Legitimate Search Engine Optimization &#8216;Continues&#8217; to Answer People Queries with Quality Content</strong></p>
<p>Search engines exist and continue to exist because they help people find what they&#8217;re looking for. Search engine and people are alike. They both like site&#8217;s with pack-full of content that have the potential to answer their question thoroughly&#8211;basically any website that contains substantive information about a certain topic. </p>
<p>The best content-quality search engine optimized websites &#8216;usually&#8217; appear first in the search engines, because search engines want to provide relevant helpful content to their users/customers. The benefits are mutual for both search engines and a search engine optimized website. As search engines want to make their users happy with helpful content-filled sites, they will continue to serve up those content-filled websites in the 1st page of SERPs (to answer their users&#8217; queries).</p>
<p><strong>Reason 3. Legitimate Search Engine Optimization Helps Getting Target Audience/Visitors/Customers</strong></p>
<p>The use of the search engine to be able to target oneâ€™s target audience is one of the most effective online marketing strategies. It is not like other online marketing techniques (such as email marketing) which can lead to a lot of leakages in terms of targeting the right audience.</p>
<p>Since search engines segment the market and connect the right people together, search engine optimization helps increase your exposure to targeted niche market.</p>
<p><strong>Reason 4. Legitimate Search Engine Optimization is Cost-Effective and Cost-Efficient for Your Effort</strong></p>
<p>One can do search engine optimization under the assumption that he knows what he is doing. Search engine optimization is a full-time job and has a very long learning curve. This is why most people would resort to out-sourcing the job to experts who are good at what they do. One should be cautious, however, in hiring a search engine optimization company or consultant. Factors such as pricing and service should carefully be assessed before signing a deal. If done properly, search engine optimization is a very cost effective way of getting more people to know about oneâ€™s products or to know about a certain issue or event that a website is disseminating.</p>
<p>*You can read more about this in my post on &#8220;<a href="http://theseoblogger.com/seo-techniques/seo-techniques-seo-services/">Do-It-Yourself SEO Techniques vs. Third Party SEO Services</a>.&#8221;</p>
<p>Anyway, to summary, <strong>legitimate search engine optimization</strong> is important for your websites, because it expands your reach to more targeted customers/search engine users. Also, <strong>&#8216;legitimate&#8217; search engine optimization</strong> does not only generate traffic from the targeted audience, but it is also a cost-effective way of optimizing your website for &#8216;long-term&#8217; success.</p>
Similar Posts:<ul>None Found</ul><!-- POC cache miss: 0.258 ms -->]]></content:encoded>
			<wfw:commentRss>http://theseoblogger.com/seo-tips/what-is-search-engine-optimization-seo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
