<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Tag: AdWords - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/adwords</link>
		<description>Support Forum - Tag: AdWords - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 23:52:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/adwords" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Google Adwords Conversion Tracking Code"</title>
			<link>http://www.kriesi.at/support/topic/google-adwords-conversion-tracking-code#post-106248</link>
			<pubDate>Fri, 19 Apr 2013 12:53:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">106248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, oneilldesign,&#60;/p&#62;
&#60;p&#62;Thank you for the tip. Very helpful. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oneilldesign on "Google Adwords Conversion Tracking Code"</title>
			<link>http://www.kriesi.at/support/topic/google-adwords-conversion-tracking-code#post-106223</link>
			<pubDate>Fri, 19 Apr 2013 10:29:40 +0000</pubDate>
			<dc:creator>oneilldesign</dc:creator>
			<guid isPermaLink="false">106223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - found this useful bit too - so do the above first then do the following (comment out that bit as it says below).&#60;/p&#62;
&#60;p&#62;Unfortunately there is still a problem with WordPress 3.5.1 that has been documented for 6 years which replaces the end of the CDATA section &#34;/* ]]&#38;gt; */&#34; with &#34;/* ]]&#38;gt; */&#34;. The quick fix for this is to comment out the offending code in /wp-includes/post-template.php.&#60;/p&#62;
&#60;p&#62;function the_content($more_link_text = null, $stripteaser = false) {&#60;br /&#62;
      $content = get_the_content($more_link_text, $stripteaser);&#60;br /&#62;
      $content = apply_filters('the_content', $content);&#60;br /&#62;
/**   $content = str_replace(']]&#38;gt;', ']]&#38;gt;', $content); */&#60;/p&#62;
&#60;p&#62;Google has a neat little extension for Chrome, Tag Assistant, which allows you to check that your Google code snippets are working on the displayed page. I ran that on the Order Received page and everything was finally functioning.&#60;/p&#62;
&#60;p&#62;I got it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adwords conversion code for coalition contact form filled in"</title>
			<link>http://www.kriesi.at/support/topic/adwords-conversion-code-for-coalition-contact-form-filled-in#post-93052</link>
			<pubDate>Wed, 23 Jan 2013 17:06:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi simonanddylan,&#60;/p&#62;
&#60;p&#62;You'll need to find a plugin to replace the contact form and that has support for that since the built in contact form does not.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonanddylan on "Adwords conversion code for coalition contact form filled in"</title>
			<link>http://www.kriesi.at/support/topic/adwords-conversion-code-for-coalition-contact-form-filled-in#post-92970</link>
			<pubDate>Wed, 23 Jan 2013 09:49:49 +0000</pubDate>
			<dc:creator>simonanddylan</dc:creator>
			<guid isPermaLink="false">92970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I've searched the forum and it seems this is not covered (yet).&#60;/p&#62;
&#60;p&#62;I have a one page website which I'm working on. &#60;a href=&#34;http://www.simonanddylandecorators.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.simonanddylandecorators.co.uk&#60;/a&#62;. I want to put google adwords conversion code into the contact form so it tracks it. I have the code but I don't know where to put it.&#60;/p&#62;
&#60;p&#62;Is this possible in this theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Google Adwords Conversion Tracking Code"</title>
			<link>http://www.kriesi.at/support/topic/google-adwords-conversion-tracking-code#post-74887</link>
			<pubDate>Sat, 08 Sep 2012 04:49:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Maybe you can find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;method&#38;quot;&#38;gt;
				&#38;lt;?php _e(&#38;#39;Payment method:&#38;#39;, &#38;#39;woocommerce&#38;#39;); ?&#38;gt;
				&#38;lt;strong&#38;gt;&#38;lt;?php
					echo $order-&#38;gt;payment_method_title;
				?&#38;gt;&#38;lt;/strong&#38;gt;
			&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Paste this code below&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;google-adwords&#38;quot;&#38;gt;
				&#38;lt;?php _e(&#38;#39;Google Adwords Tracking Code:&#38;#39;, &#38;#39;woocommerce&#38;#39;); ?&#38;gt;
				&#38;lt;strong&#38;gt;PASTE THE CODE HERE&#38;lt;/strong&#38;gt;
			&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonastham on "Google Adwords Conversion Tracking Code"</title>
			<link>http://www.kriesi.at/support/topic/google-adwords-conversion-tracking-code#post-74877</link>
			<pubDate>Sat, 08 Sep 2012 04:13:12 +0000</pubDate>
			<dc:creator>jonastham</dc:creator>
			<guid isPermaLink="false">74877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael.&#60;/p&#62;
&#60;p&#62;I downloaded the file, open with Notepad.&#60;br /&#62;
Sanskrit is easier to read than this.&#60;br /&#62;
Sorry, me zero experience!&#60;/p&#62;
&#60;p&#62;Do I paste the tracking code between&#60;br /&#62;
&#38;lt;/p&#38;gt;                             &#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Warm regards&#60;br /&#62;
Jonas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Google Adwords Conversion Tracking Code"</title>
			<link>http://www.kriesi.at/support/topic/google-adwords-conversion-tracking-code#post-74873</link>
			<pubDate>Sat, 08 Sep 2012 03:23:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to wp-content\plugins\woocommerce\templates\checkout and open thankyou.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonastham on "Google Adwords Conversion Tracking Code"</title>
			<link>http://www.kriesi.at/support/topic/google-adwords-conversion-tracking-code#post-74818</link>
			<pubDate>Fri, 07 Sep 2012 16:57:55 +0000</pubDate>
			<dc:creator>jonastham</dc:creator>
			<guid isPermaLink="false">74818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there. How and where do I paste Google Adwords Conversion Tracking Code in the 'Order Received - Thank You' page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-55002</link>
			<pubDate>Mon, 07 May 2012 16:21:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55002@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lhosinski,&#60;/p&#62;
&#60;p&#62;Unfortunately we aren't quite able to offer support in SEO and generally getting listed in google/indexed.&#60;/p&#62;
&#60;p&#62;My personal experience is to give it time and don't continually wipe your site clean. Google specifically is constantly updating their algorithm and may be punishing new sites these days (who knows to be honest).&#60;/p&#62;
&#60;p&#62;I'll be closing the thread at this point but please post again if you have an issue for support :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norton on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-54587</link>
			<pubDate>Fri, 04 May 2012 01:59:36 +0000</pubDate>
			<dc:creator>Norton</dc:creator>
			<guid isPermaLink="false">54587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin.&#60;br /&#62;
Still can't get the site to come up on a simple Google Query.   The URL is &#60;a href=&#34;http://www.hosinski.com&#34; rel=&#34;nofollow&#34;&#62;http://www.hosinski.com&#60;/a&#62;  the Google query is &#34;hosinski&#34;   All I get back are obituaries from dead relatives.&#60;/p&#62;
&#60;p&#62;It's been 3 days since I wiped the domain off the directory, reinstalled WP, installed Twenty Eleven, entered one post, checked robots.txt and uploaded site map.xml using Google Webmaster.  Thought I might get some answers via my Adwords account.       Rolled a &#34;7&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-54342</link>
			<pubDate>Wed, 02 May 2012 15:59:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lhosinski,&#60;/p&#62;
&#60;p&#62;Glad that it is mostly working for you now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norton on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-53888</link>
			<pubDate>Sun, 29 Apr 2012 20:19:11 +0000</pubDate>
			<dc:creator>Norton</dc:creator>
			<guid isPermaLink="false">53888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A bit of good news&#60;br /&#62;
my robot.txt is now correct and the attracta garbage is gone.&#60;/p&#62;
&#60;p&#62;Google Webmaster still shows 2 server errors but only shows the following as priority #1&#60;br /&#62;
class-tgm-plugin-activation.php&#60;/p&#62;
&#60;p&#62;I think I'll download the theme again and replace that file.&#60;/p&#62;
&#60;p&#62;I'll also see what's in the post about the 500 error.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norton on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-53859</link>
			<pubDate>Sun, 29 Apr 2012 05:50:01 +0000</pubDate>
			<dc:creator>Norton</dc:creator>
			<guid isPermaLink="false">53859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Thanks for the response.&#60;/p&#62;
&#60;p&#62;I've already generated and submitted a sitemap.xml&#60;br /&#62;
Webmaster took it fine.&#60;/p&#62;
&#60;p&#62;I went to fetchl like a googlebot and some pages showed up with green check success status but when I click Submit to Index I get a big red message at the top saying &#34;There was an error processing your request&#34;&#60;/p&#62;
&#60;p&#62;I also see where something is blocking my robot.txt&#60;br /&#62;
Or &#34;Blocking Access to my site&#34;&#60;/p&#62;
&#60;p&#62;It is a simple robot file set for all access.&#60;/p&#62;
&#60;p&#62;User-agent: *&#60;br /&#62;
Allow: /&#60;br /&#62;
sitemap: &#60;a href=&#34;http://hosinski.com/sitemap.xml&#34; rel=&#34;nofollow&#34;&#62;http://hosinski.com/sitemap.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Webmaster shows that as the correct robot.txt and a link to it.&#60;/p&#62;
&#60;p&#62;HOWEVER, if I return to the Webmaster Crawl Access section a different robot.txt shows up in the edit box:&#60;br /&#62;
This is the box where you can test your access/deny code.&#60;/p&#62;
&#60;p&#62;User-agent: *&#60;br /&#62;
Allow: /&#60;br /&#62;
Disallow: /wp-admin/&#60;br /&#62;
Disallow: /wp-includes/&#60;br /&#62;
sitemap: &#60;a href=&#34;http://cdn.attracta.com/sitemap/1973718.xml.gz&#34; rel=&#34;nofollow&#34;&#62;http://cdn.attracta.com/sitemap/1973718.xml.gz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This I believe came from my hosing provider (BlueHost) SEO tool (Attracta)   I killed it SEO tool but this keeps popping up.  The code does not exist on my server.  I don't know what to believe.&#60;/p&#62;
&#60;p&#62;If that weren't enough I have a Server 500 error related to auto install and activation of the WooCommerce plugin.   I don't want the plugin, but I activated it to see if it would go away.  It does not.&#60;/p&#62;
&#60;p&#62;I have a truck load of 404's from way way back.&#60;/p&#62;
&#60;p&#62;I posted more about this as a reply to another members post having the same issue.  He want's WooComm to work.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;/p&#62;
&#60;p&#62;Any tips are appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-53783</link>
			<pubDate>Sat, 28 Apr 2012 07:02:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can ask Google to &#34;reindex&#34; your website (I'm not sure if they start immediately though). Easiest way would be to generate a new sitemap and then use google webmasters to submit it. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norton on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-53776</link>
			<pubDate>Sat, 28 Apr 2012 03:27:08 +0000</pubDate>
			<dc:creator>Norton</dc:creator>
			<guid isPermaLink="false">53776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Neruda.&#60;/p&#62;
&#60;p&#62;I either have the Yoast plugin or had it.&#60;br /&#62;
Have to see if it's still there.&#60;br /&#62;
Nothing was happening.   I'm watching google support video on Snippets and losing my mind.&#60;/p&#62;
&#60;p&#62;A few moments ago I see domain tools.com using my url from a google search that says my future home is with them and a link to their site.&#60;/p&#62;
&#60;p&#62;I am looking for a very high bridge.&#60;br /&#62;
I'll give Yoast a second go.&#60;/p&#62;
&#60;p&#62;My fear is that I've done so much stuff that I've totally trashed it.&#60;/p&#62;
&#60;p&#62;thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neruda on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-53773</link>
			<pubDate>Sat, 28 Apr 2012 02:11:30 +0000</pubDate>
			<dc:creator>neruda</dc:creator>
			<guid isPermaLink="false">53773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is not going to be the best template for SEO but I think you should try WordPress SEO by Yoast.  It will let you see what each page should look like when read by google.  Also enabling the XML sitemap functionality will help getting the old stuff off google sooner
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norton on "SEO hell"</title>
			<link>http://www.kriesi.at/support/topic/seo-hell#post-53759</link>
			<pubDate>Fri, 27 Apr 2012 21:20:46 +0000</pubDate>
			<dc:creator>Norton</dc:creator>
			<guid isPermaLink="false">53759@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I love the way my web site works&#60;br /&#62;
customization is  great.&#60;/p&#62;
&#60;p&#62;That said my SEO is fubar.&#60;/p&#62;
&#60;p&#62;Google Webmaster has no (zero) search queries.&#60;/p&#62;
&#60;p&#62;Crawl Errors 6-Server 17 Not Found.&#60;br /&#62;
My site has 6 pages plus an MLS real estate lookup widget.&#60;/p&#62;
&#60;p&#62;Content key words are a disaster.  It's pulling up ancient data.&#60;br /&#62;
I' tried Ultimate SEO and a cache clear plugin.&#60;br /&#62;
I have google AdWords which aren't performing well at all.&#60;br /&#62;
I have google analytics to look at the few visitors I am getting.&#60;/p&#62;
&#60;p&#62;If you google &#60;a href=&#34;http://hosinski.com&#34; rel=&#34;nofollow&#34;&#62;http://hosinski.com&#60;/a&#62;  you get a mishmash of old and recent Snippets? Tags? Meta Descriptions?&#60;/p&#62;
&#60;p&#62; figured out .css  But I can't figure this out.&#60;/p&#62;
&#60;p&#62;Can I ask google to wipe out everything they have associated with the URL?&#60;/p&#62;
&#60;p&#62;Any tips will be appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
