<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simple Keyword Insertion for Landing Pages</title>
	<atom:link href="http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/</link>
	<description>Discover pay per click &#38; affiliate marketing!</description>
	<lastBuildDate>Thu, 21 Jan 2010 19:31:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-923</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 17 Oct 2009 01:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-923</guid>
		<description>I know nothing about PHP but I&#039;m giving this a try. I keep getting this error though:

Parse error: syntax error, unexpected T_STRING in 

Thoughts?</description>
		<content:encoded><![CDATA[<p>I know nothing about PHP but I&#8217;m giving this a try. I keep getting this error though:</p>
<p>Parse error: syntax error, unexpected T_STRING in </p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-920</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-920</guid>
		<description>Hey Dave,

Love your blog.

Anyway, do you have any idea of how to do this with wordpress? Tried searching for it in google but didn&#039;t seem to find it.

Thanks a lot,
Josh</description>
		<content:encoded><![CDATA[<p>Hey Dave,</p>
<p>Love your blog.</p>
<p>Anyway, do you have any idea of how to do this with wordpress? Tried searching for it in google but didn&#8217;t seem to find it.</p>
<p>Thanks a lot,<br />
Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-179</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 17 Apr 2009 16:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-179</guid>
		<description>Can I hire you to do this on one of my websites. It&#039;s a WordPress Blog?</description>
		<content:encoded><![CDATA[<p>Can I hire you to do this on one of my websites. It&#8217;s a WordPress Blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-171</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 04 Apr 2009 23:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-171</guid>
		<description>good point about the quality score ... ultimately every campaign will be different and may benefit or not.   Lower quality score with higher conversions/ROI is a good tradeoff :)</description>
		<content:encoded><![CDATA[<p>good point about the quality score &#8230; ultimately every campaign will be different and may benefit or not.   Lower quality score with higher conversions/ROI is a good tradeoff <img src='http://ppcfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niche Affiliate Marketing</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-170</link>
		<dc:creator>Niche Affiliate Marketing</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-170</guid>
		<description>the code i put in in my comments above didn&#039;t show up...oh well.</description>
		<content:encoded><![CDATA[<p>the code i put in in my comments above didn&#8217;t show up&#8230;oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niche Affiliate Marketing</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-169</link>
		<dc:creator>Niche Affiliate Marketing</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-169</guid>
		<description>Dave,

I think Google gives your a better quality score on statics pages than on dynamic page. If you run the same page with keyword insertion on headers and content, it may hurt your quality. I&#039;m basing this on when I first started. I make multiple copies on my landing pages.

As a side note, I recomend commeting code for easy reading. Indenting code is a common practice in programming. Use tabs or spaces.



Also, notice I added curly brackets around the conditional statements. You will get syntax error if you add more than one line of code in your conditions and don&#039;t have braces.

-G</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>I think Google gives your a better quality score on statics pages than on dynamic page. If you run the same page with keyword insertion on headers and content, it may hurt your quality. I&#8217;m basing this on when I first started. I make multiple copies on my landing pages.</p>
<p>As a side note, I recomend commeting code for easy reading. Indenting code is a common practice in programming. Use tabs or spaces.</p>
<p>Also, notice I added curly brackets around the conditional statements. You will get syntax error if you add more than one line of code in your conditions and don&#8217;t have braces.</p>
<p>-G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-166</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-166</guid>
		<description>thanks it is simpler than it sounds ... some campaigns can really benefit from this</description>
		<content:encoded><![CDATA[<p>thanks it is simpler than it sounds &#8230; some campaigns can really benefit from this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ad Hustler</title>
		<link>http://www.ppcfool.com/keywords/simple-keyword-insertion-for-landing-pages/comment-page-1/#comment-164</link>
		<dc:creator>Ad Hustler</dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ppcfool.com/?p=86#comment-164</guid>
		<description>This is a great, simple way to understand how to do this.  Great post.</description>
		<content:encoded><![CDATA[<p>This is a great, simple way to understand how to do this.  Great post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
