<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Oh, the Places You'll Go &#187; WordPress SEO</title>
	<atom:link href="http://richardmclaughlin.biz/tag/wordpress-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardmclaughlin.biz</link>
	<description>Trials and Tribulations</description>
	<lastBuildDate>Mon, 19 Jul 2010 18:51:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright> </copyright>
		<managingEditor> ()</managingEditor>
		<webMaster> ()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary></itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email></itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit></itunes:explicit>
		<itunes:image href="http://richardmclaughlin.biz/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url></url>
			<title>Oh, the Places You'll Go</title>
			<link>http://richardmclaughlin.biz</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>WordPress SEO trick</title>
		<link>http://richardmclaughlin.biz/wordpress-seo-trick/</link>
		<comments>http://richardmclaughlin.biz/wordpress-seo-trick/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 10:07:19 +0000</pubDate>
		<dc:creator>McLaughlin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[active links]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[WordPress SEO]]></category>

		<guid isPermaLink="false">http://richardmclaughlin.biz/wordpress-seo-trick/</guid>
		<description><![CDATA[

WordPress SEO experts will tell you to have your keywords in your post title. They will also tell you to include your keywords in the beginning and at the end of your first paragraph. After that they tell you that the last thing on a post should be your keywords. All of these things are [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Frichardmclaughlin.biz%252Fwordpress-seo-trick%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%20SEO%20trick%22%20%7D);"></div>
<p>WordPress SEO experts will tell you to have your keywords in your post title. They will also tell you to include your keywords in the beginning and at the end of your first paragraph. After that they tell you that the last thing on a post should be your keywords. All of these things are gone because that is how a search engine will look over your site.</p>
<p>If Google really looks at “the last” thing you post on each page, try including the  <span style="font-size: 10pt; font-family: Arial">&lt;</span><span style="font-size: 10pt; font-family: Arial"><span> </span>&lt;?php the_title() ?&gt; </span><span style="font-size: 10pt; font-family: Arial"> </span>at the very bottom pf your WordPress footer.php file.</p>
<p>I don’t like to tell a beginner to edit the theme, but this one is safe.</p>
<p>When you are in your WordPress Dashboard, find the Presentation option, select it. This should show you your installed themes. Select Theme Editor and if you are not a programmer you will see things that may not make sense, don’t worry, this is one ’Copy Paste Update’ and you are done.</p>
<p>On the Editing page you should have an open window showing a headline of  “Editing style.css”. To the right are the other pages that you can destroy and take down your blog, if you really don’t know what you are doing.</p>
<p>The following steps are totally safe.</p>
<p>Go to the Footer hyperlink on the right side of your present page and select it.</p>
<p>Your page should now show Editing footer.php at the top.</p>
<p>In the text window scroll al the way to the bottom. You should find <span style="font-size: 10pt; font-family: Arial">&lt;/body&gt; &lt;/html&gt; </span>as the very last bit of text.</p>
<p>Directly before this you can hit the enter key a few times. In php files these spaces are pretty much ignored unless in between plain text. You will not be doing this between plain text.</p>
<p>In that open space paste the following bold text exactly as is:</p>
<p class="MsoNormal"><strong><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size: 10pt; font-family: Arial">&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; title=&#8221;&lt;?php printf(__(&#8216;Permalink to %s&#8217;, &#8217;sandbox&#8217;), wp_specialchars(get_the_title(), 1)) ?&gt;&#8221; rel=&#8221;bookmark&#8221;&gt;&lt;?php the_title() ?&gt;<o:p></o:p></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p></span></strong></p>
<p><a href="http://richardmclaughlin.biz/wp-admin/%3C?php%20the_permalink%28%29%20?%3E" title="&lt;?php printf(__('Permalink to %s', 'sandbox'), wp_specialchars(get_the_title(), 1)) ?&gt;" rel="bookmark"></p>
<p></a></p>
<p>The bold will go away, that does not matter. What matters is that you get the code in your footer.php file.</p>
<p>The result is that your last lines in the footer.php file will look like this:</p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial">&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; title=&#8221;&lt;?php printf(__(&#8216;Permalink to %s&#8217;, &#8217;sandbox&#8217;), wp_specialchars(get_the_title(), 1)) ?&gt;&#8221; rel=&#8221;bookmark&#8221;&gt;&lt;?php the_title() ?&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p><br />
&lt;/body&gt;<o:p></o:p><br />
&lt;/html&gt;<o:p></o:p></span></p>
<p>NOTHING should go after the <span style="font-size: 10pt; font-family: Arial">&lt;/body&gt; </span>command because you would be working outside the body of your text.<br />
NOTHING should go after the <span style="font-size: 10pt; font-family: Arial">&lt;/html&gt; </span>command because you would be typing where HTML commands are ignored.</p>
<p>What you have done in create a hyperlink back to the top of your page as the very last text that a search engine will see.<br />
If you are used to reading HTML code, the results look like this:</p>
<pre>&lt;<span class="start-tag">br</span>&gt;<o:p></o:p></pre>
<pre>&lt;<span class="start-tag">a</span><span class="attribute-name"> href</span>=<span class="attribute-value">"http://getinternationalclients.com/how-to-turbo-power-your-multicultural-internet-marketing-to-actually-get-international-clients/" </span><span class="attribute-name">title</span>=<span class="attribute-value">"Permalink to Turbo Charge Your Multicultural Internet Marketing To Get International Clients" </span><span class="attribute-name">rel</span>=<span class="attribute-value">"bookmark"</span>&gt;Turbo Charge Your Multicultural Internet Marketing To Get International Clients&lt;<span class="start-tag">br</span>&gt;<o:p></o:p></pre>
<pre>&lt;/<span class="end-tag">body</span>&gt;<o:p></o:p></pre>
<pre>&lt;/<span class="end-tag">html</span>&gt;<o:p></o:p></pre>
<p>You now have an active link back to the article that you are on, using your post title as the link text. Hopefully this will be your keyword phrase. The WordPress SEO pro’s will tell you that this is a good use of WordPress in your SEO. Feel free to contact me if you have questions on how to make it work.</p>

]]></content:encoded>
			<wfw:commentRss>http://richardmclaughlin.biz/wordpress-seo-trick/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress SEO трюк</title>
		<link>http://richardmclaughlin.biz/wordpress-seo-%d1%82%d1%80%d1%8e%d0%ba/</link>
		<comments>http://richardmclaughlin.biz/wordpress-seo-%d1%82%d1%80%d1%8e%d0%ba/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 04:29:23 +0000</pubDate>
		<dc:creator>McLaughlin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[active links]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[WordPress SEO]]></category>

		<guid isPermaLink="false">http://richardmclaughlin.biz/wordpress-seo-%d1%82%d1%80%d1%8e%d0%ba/</guid>
		<description><![CDATA[

WordPress SEO специалисты расскажут вам ваши ключевые слова в сообщении название. Они также укажет, чтобы включить ключевые слова в начале и в конце своего первого пункта. После того, что они говорят, что последнее дело на должность должен быть вашим ключевым словам. Все эти вещи ушли в прошлое, потому что, как поисковая система будет искать в [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Frichardmclaughlin.biz%252Fwordpress-seo-%2525d1%252582%2525d1%252580%2525d1%25258e%2525d0%2525ba%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22WordPress%20SEO%20%D1%82%D1%80%D1%8E%D0%BA%22%20%7D);"></div>
<p>WordPress SEO специалисты расскажут вам ваши ключевые слова в сообщении название. Они также укажет, чтобы включить ключевые слова в начале и в конце своего первого пункта. После того, что они говорят, что последнее дело на должность должен быть вашим ключевым словам. Все эти вещи ушли в прошлое, потому что, как поисковая система будет искать в течение Вашего сайта.</p>
<p>Если Google действительно выглядит на &#8220;последний&#8221;, что вы разместите на каждой странице, попробуйте включая  <span style="font-size: 10pt; font-family: Arial">&lt;</span><span style="font-size: 10pt; font-family: Arial"><span> </span>&lt;?php the_title() ?&gt;  </span> на самом дне pf ваших WordPress файл footer.php.</p>
<p>Я не хотел бы сказать, начинающий, чтобы изменить тему, но это является безопасным.</p>
<p>Когда вы находитесь в ваших WordPress панель инструментов, найдите Презентация варианта выбора. Это должно показать вам ваши установки тем. Выбор редактора тема, и если вы не программист, вы увидите вещи, которые, возможно, не имеет смысла, не беспокойтесь, это одна &#8220;Копировать Вставить Обновить&#8221;, а вы сделали.</p>
<p>На странице редактирования вы должны иметь открытое окно с изображением заголовок &#8220;Редактирование style.css&#8221;. Направо являются других статьях, которые можно уничтожить, и принять свой блог, если вы действительно не знаете, что вы делаете.</p>
<p>Следующие шаги являются абсолютно безопасными.</p>
<p>Перейти на Нижнее гиперссылка на правой стороне ваших нынешних страницу и выберите его.</p>
<p>Ваша страница должна сейчас показать Редактирование footer.php на самом верху.</p>
<p>В текстовом окне прокрутки аль путь до конца. Вы должны найти &lt;/ body&gt; &lt;/ html&gt;, как в самый последний фрагмент текста.</p>
<p>Непосредственно перед этим вы можете нажать ввести ключ несколько раз. В php файлы этих пространств довольно много игнорируется, если в период между простой текст. Вы не должны делать этого между простой текст.</p>
<p>В том, что открытое пространство, вставьте следующий смелый текст, в точности, как это:</p>
<p class="MsoNormal"><strong><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size: 10pt; font-family: Arial">&lt;a href=”&lt;?php the_permalink() ?&gt;” title=”&lt;?php printf(__(’Permalink to %s’, ’sandbox’), wp_specialchars(get_the_title(), 1)) ?&gt;” rel=”bookmark”&gt;&lt;?php the_title() ?&gt;<o:p></o:p></span></strong></p>
<p><strong><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;</span></strong></p>
<p>Смелые будет уехать, что не имеет значения. Важно то, что вы получите код, в вашем файле footer.php.</p>
<p>Результатом является то, что ваши последние строки в файл footer.php будет выглядеть так:</p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial">&lt;a href=”&lt;?php the_permalink() ?&gt;” title=”&lt;?php printf(__(’Permalink to %s’, ’sandbox’), wp_specialchars(get_the_title(), 1)) ?&gt;” rel=”bookmark”&gt;&lt;?php the_title() ?&gt;<o:p></o:p></span></p>
<p><span style="font-size: 10pt; font-family: Arial">&lt;br&gt;<o:p></o:p><br />
&lt;/body&gt;<o:p></o:p><br />
&lt;/html&gt;</span></p>
<p>НИЧТО должны идти после &lt;/ <span style="font-size: 10pt; font-family: Arial">body</span>&gt; команду, так как вы будет работать вне тела вашего текста.<br />
НИЧТО должны идти после &lt;/ html&gt; команду, потому что вы бы ввели, когда HTML команды игнорируются.</p>
<p>То, что вы сделали в создании сайта, гиперссылка вернуться к началу вашей странице, что и в самый последний текст, что поисковая система будет видеть.<br />
Если вы использовали для чтения HTML код, то результаты выглядят так:</p>
<p>&lt;br&gt;</p>
<pre>&lt;<span class="start-tag">a</span><span class="attribute-name"> href</span>=<span class="attribute-value">“http://getinternationalclients.com/how-to-turbo-power-your-multicultural-internet-marketing-to-actually-get-international-clients/” </span><span class="attribute-name">title</span>=<span class="attribute-value">“Permalink to Turbo Charge Your Multicultural Internet Marketing To Get International Clients” </span><span class="attribute-name">rel</span>=<span class="attribute-value">“bookmark”</span>&gt;Turbo Charge Your Multicultural Internet Marketing To Get International Clients&lt;<span class="start-tag">br</span>&gt;</pre>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<p>Теперь у вас есть активная ссылка на статью, в которой вы работаете, используя свой пост титула, как текст ссылки. Надеемся, это будет Ваша ключевая фраза. В WordPress про SEO в расскажет Вам о том, что это является хорошим использованием WordPress в вашем SEO. Не стесняйтесь обращаться ко мне, если у Вас есть вопросы о том, как заставить ее работать.</p>

]]></content:encoded>
			<wfw:commentRss>http://richardmclaughlin.biz/wordpress-seo-%d1%82%d1%80%d1%8e%d0%ba/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
