<?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: Adding Metatags to ZenCart</title>
	<atom:link href="http://wolfhalton.info/2007/08/21/adding-metatags-to-zencart/feed/" rel="self" type="application/rss+xml" />
	<link>http://wolfhalton.info/2007/08/21/adding-metatags-to-zencart/</link>
	<description>Author, and Reality Hacker, Wolf Halton, Tests Extreme Tech for You</description>
	<pubDate>Wed, 07 Jan 2009 14:12:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wolf</title>
		<link>http://wolfhalton.info/2007/08/21/adding-metatags-to-zencart/comment-page-1/#comment-82</link>
		<dc:creator>Wolf</dc:creator>
		<pubDate>Sat, 22 Nov 2008 21:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://wolfhalton.info/?p=4#comment-82</guid>
		<description>The first part is a hack that puts the google-link in as a metatag on every page that calls the header info, and is a literal pull from my research on the forums, however the second way is (if I recall correctly) how I actually handled it. If you go ahead and add the variable META_TAG_VERIFY-VL with content that I put above as being “Whatever Google says to put here,” and then copy the proper syntax and format of the line that will call a variable on the header file ’site/includes/templates/YOUR_TEMPLATE/common/html_header.php’ you have to make sure it is the same variable name in both the define statement and the call statement.  I don't remember why I didn't include that piece in the article. What I ended up doing was just making a (consider the % to be the same as a right or left arrow.  Wordpress won't let me write html code in the comment field) 
Why not put both metatag contents in your html_header.php file, under the existing metatags?
%meta name=”verify-v1? content=”Whatever Google says it should be” /%
and 
%meta name=”verify-vl? content=”Whatever Google says it should be” 

The “whatever Google says…” part is the string Google has linked to your analytics account. For security reasons, and because I can’t remember it, I am not publishing mine in plain text on the web site.</description>
		<content:encoded><![CDATA[<p>The first part is a hack that puts the google-link in as a metatag on every page that calls the header info, and is a literal pull from my research on the forums, however the second way is (if I recall correctly) how I actually handled it. If you go ahead and add the variable META_TAG_VERIFY-VL with content that I put above as being “Whatever Google says to put here,” and then copy the proper syntax and format of the line that will call a variable on the header file ’site/includes/templates/YOUR_TEMPLATE/common/html_header.php’ you have to make sure it is the same variable name in both the define statement and the call statement.  I don&#8217;t remember why I didn&#8217;t include that piece in the article. What I ended up doing was just making a (consider the % to be the same as a right or left arrow.  Wordpress won&#8217;t let me write html code in the comment field)<br />
Why not put both metatag contents in your html_header.php file, under the existing metatags?<br />
%meta name=”verify-v1? content=”Whatever Google says it should be” /%<br />
and<br />
%meta name=”verify-vl? content=”Whatever Google says it should be” </p>
<p>The “whatever Google says…” part is the string Google has linked to your analytics account. For security reasons, and because I can’t remember it, I am not publishing mine in plain text on the web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://wolfhalton.info/2007/08/21/adding-metatags-to-zencart/comment-page-1/#comment-80</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 17 Nov 2008 22:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://wolfhalton.info/?p=4#comment-80</guid>
		<description>//Wolfs attempt to add GoogleAnalytics
define(’META_TAG_VERIFY-VL’, ‘Whatever Google says this value should be’);


do you mean:  ’META_TAG_VERIFY-V1’      or is it really VL...  

I can't get this to work...  I have a ZENCART site.  Really wish it had GA running on it.

Please help...

Drew</description>
		<content:encoded><![CDATA[<p>//Wolfs attempt to add GoogleAnalytics<br />
define(’META_TAG_VERIFY-VL’, ‘Whatever Google says this value should be’);</p>
<p>do you mean:  ’META_TAG_VERIFY-V1’      or is it really VL&#8230;  </p>
<p>I can&#8217;t get this to work&#8230;  I have a ZENCART site.  Really wish it had GA running on it.</p>
<p>Please help&#8230;</p>
<p>Drew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
