<?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>Delighted Stupid Wind &#124; Empire Illusion &#187; Landing Page</title>
	<atom:link href="http://www.dswei.com/category/search-engine-marketing/landing-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dswei.com</link>
	<description>Dreamland of Business, On the Way</description>
	<lastBuildDate>Sat, 13 Aug 2011 22:17:02 +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 Skill of Dynamic Keyword for Landing Page</title>
		<link>http://www.dswei.com/2009/10/the-skill-of-dynamic-keyword-for-landing-page/</link>
		<comments>http://www.dswei.com/2009/10/the-skill-of-dynamic-keyword-for-landing-page/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 11:27:16 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Landing Page]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[keywords]]></category>

		<guid isPermaLink="false">http://www.dswei.com/?p=142</guid>
		<description><![CDATA[I found this by coincidence, mainly it&#8217;s for google adwords,  just add the keywords and the end of thr URL: ?keyword={keyword}.
First, put the code below in the php file
&#60;?php
if(isset($_GET['keyword']))
$keyword=$_GET['keyword'];
else
$keyword=’Main Keywords’;
?&#62;
It means you can get the keyword from the URL, if the url does not have the keywords, then it&#8217;ll get the main one, it&#8217;s default.
Then [...]]]></description>
			<content:encoded><![CDATA[<p>I found this by coincidence, mainly it&#8217;s for google adwords,  just add the keywords and the end of thr URL: <strong>?keyword={keyword}</strong>.</p>
<p>First, put the code below in the php file</p>
<p><span style="color: #ff0000;">&lt;?php<br />
if(isset($_GET['keyword']))<br />
$keyword=$_GET['keyword'];<br />
else<br />
$keyword=’Main Keywords’;<br />
?&gt;</span></p>
<p>It means you can get the keyword from the URL, if the url does not have the keywords, then it&#8217;ll get the main one, it&#8217;s default.</p>
<p>Then put this php code in the position where you want to put, the keywords would change as you wish.</p>
<p><span style="color: #ff0000;"><strong>&lt;?php echo $keyword;?&gt;</strong></span></p>
<p><span style="color: #000000;"><strong>So, you can see the landingpage here:</strong></span></p>
<p><a href="http://www.dswei.com/test/landingpage.php">http://www.dswei.com/test/landingpage.php</a> default is Kent Deng</p>
<p><a href="http://www.dswei.com/test/landingpage.php?keyword=how%20are%20you">http://www.dswei.com/test/landingpage.php?keyword=how are you</a></p>
<p><a href="http://www.dswei.com/test/landingpage.php?keyword=hook%20you">http://www.dswei.com/test/landingpage.php?keyword=hook you </a></p>
<p>It&#8217;s good to make a setting like if you rank better, you can change you title to be dynamic, so that everybody search for you can see exactly what they want.</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.dswei.com/2009/10/the-skill-of-dynamic-keyword-for-landing-page/" title="landing page empire">landing page empire</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 0.629 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.dswei.com/2009/10/the-skill-of-dynamic-keyword-for-landing-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

