<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Opinion: Shopify Community - Marketing</title>
    <link>http://forums.shopify.com/categories/6?category_id=6</link>
    <language>en-us</language>
    <description>Feed for category Marketing</description>
    <item>
      <title>Chelsea commented on Email Marketing?</title>
      <author>Chelsea</author>
      <pubDate>Sat, 04 Oct 2008 03:59:53 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/17213#comment-22608</link>
      <guid>http://forums.shopify.com/categories/6/posts/17213#comment-22608</guid>
      <description>&lt;p&gt;After some experimenting, I have gotten Sendloop up and running on our website, and on our blog.  I have to say that, although the initial setup was confusing, I am really liking both the functionality offered, and the pricing.  They appear to be actively working on their instructional communication as well.&lt;/p&gt;


	&lt;p&gt;I really like the ease with which I was able to create new templates as well.&lt;/p&gt;


	&lt;p&gt;:-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Using unique metatags </title>
      <author>Jamie</author>
      <pubDate>Thu, 02 Oct 2008 22:48:27 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22032#comment-22560</link>
      <guid>http://forums.shopify.com/categories/6/posts/22032#comment-22560</guid>
      <description>&lt;p&gt;Don&amp;#8217;t forget the &amp;#8216;case&amp;#8217; statement.&lt;/p&gt;


&lt;pre&gt;
    {% case template %}
    {% when 'index' %}
    &amp;lt;meta name="my code for the index page/&amp;gt;
{% else %}
    &amp;lt;meta name="my code for every other page/&amp;gt;
    {% endcase %}
&lt;/pre&gt;</description>
    </item>
    <item>
      <title>evolvestudios commented on Using unique metatags </title>
      <author>evolvestudios</author>
      <pubDate>Thu, 02 Oct 2008 20:18:34 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22032#comment-22554</link>
      <guid>http://forums.shopify.com/categories/6/posts/22032#comment-22554</guid>
      <description>&lt;p&gt;Depends on which example on there you are refering to &amp;#8211; this is how we did it borrowing that same code from Christina &amp;#8211; then modifying it for index page etc.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Index page Only&lt;/strong&gt;&lt;br /&gt;{% when &amp;#8216;index&amp;#8217; %}
        &amp;lt;meta name="description" content="The Candle Company offers an ever-expanding array of products including, over 130 scented candles, unscented candles and soy candles. We also carry products for entertaining, gifts for housewarming, special events favors and unique gift products and candle accessories." /&amp;gt;
        &amp;lt;meta name="keywords" content="Woodwick, Woodwick Candles, Diffusers, Wooden Wicks, Jar Candles, soy candles, bridgewater, yankee candle, colonial candles, tapers, home fragrance oils, reed diffusers, keepers of light, candle company, candle store, floating candles" /&amp;gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;That is for the index/homepage &amp;#8211; at least how we did it&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;other pages look like this:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;{% when 'collection' %}
    &amp;lt;meta name="description" content="{{page_title}}{% if collection.description.size &amp;gt; 0 %}: {{collection.description | strip_html | truncatewords:maxwords}}{% endif %}" /&amp;gt;&amp;lt;meta name="keywords" content="{{collection.title}}{% if collection.tags.size &amp;gt; 0 %}: {{ collection.tags | join: ', ' }}{% endif %}" /&amp;gt;&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;This basically tells your meta name &amp;#8220;description&amp;#8221; to be pulled from the description you write in that collection area: &lt;strong&gt;Go to your collections and write descriptions for each collection&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;Meta name &amp;#8220;keywords&amp;#8221; gets pulled from the tags you add to the products within that collection: &lt;strong&gt;Go tag your products with keywords that you would like to show in the product tag area&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;This works for all the various types of pages&lt;/strong&gt;&lt;br /&gt;% when &amp;#8216;collection&amp;#8217; %}&lt;br /&gt;% when &amp;#8216;product&amp;#8217; %}&lt;/p&gt;


	&lt;p&gt;etc.&lt;/p&gt;


	&lt;p&gt;hope that helps &amp;#8211; I think I actually just confused myself..lol..not responsible for breaking anyones site:)&lt;/p&gt;


	&lt;p&gt;Ken&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.thecandlecompanyonline.com"&gt;http://www.thecandlecompanyonline.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>evolvestudios commented on Whats the best thing you've done to increase conversions?</title>
      <author>evolvestudios</author>
      <pubDate>Thu, 02 Oct 2008 19:53:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22483#comment-22553</link>
      <guid>http://forums.shopify.com/categories/6/posts/22483#comment-22553</guid>
      <description>&lt;p&gt;Ratio we seem to have  is 3-5 sales per every 100 visitors.&lt;br /&gt;These visitors often by multiple products. I would say the best thing we have done is offer coupons with a purchase in the retail store to purchase products online at discounted rates &amp;#8211; the store is in a very heavy tourist area so hopefully those same folks order online thru the winter months.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.thecandlecompanyonline.com"&gt;http://www.thecandlecompanyonline.com&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Ken&lt;/p&gt;</description>
    </item>
    <item>
      <title>evolvestudios commented on change home page (index page) title</title>
      <author>evolvestudios</author>
      <pubDate>Thu, 02 Oct 2008 19:22:20 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/21196#comment-22552</link>
      <guid>http://forums.shopify.com/categories/6/posts/21196#comment-22552</guid>
      <description>&lt;p&gt;This is how we did ours &amp;#8211; not sure if this helps:&lt;/p&gt;


&amp;lt;title&amp;gt;{% if page_title == &amp;#8216;Welcome&amp;#8217; %}Woodwick Candles &amp;#8211; Yankee Candles &amp;#8211; Bridgewater Candles &amp;#8211; Colonial Candles &amp;#8211; Scented Candles {% else %}{{page_title}}{% endif %} &amp;#8211; {{shop.name}}&amp;lt;/title&amp;gt;

	&lt;p&gt;Take a look at the other &lt;span class="caps"&gt;SEO&lt;/span&gt; stuff on the site &amp;#8211; Any suggestions welcome.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.thecandlecompanyonline.com/"&gt;http://www.thecandlecompanyonline.com/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve actually managed to get most of the popular terms &lt;br /&gt;on the first or second page of google. Not to bad for 3 months of working on it.&lt;/p&gt;


	&lt;p&gt;Terms like: woodwick reed diffusers, Woodwick Candles&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m not having as much luck with yahoo :(&lt;/p&gt;</description>
    </item>
    <item>
      <title>bathrooms commented on Instant Traffic Spike</title>
      <author>bathrooms</author>
      <pubDate>Thu, 02 Oct 2008 15:20:52 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/21427#comment-22547</link>
      <guid>http://forums.shopify.com/categories/6/posts/21427#comment-22547</guid>
      <description>&lt;p&gt;Even i have submitted my site but they want $50.00 for a speedy response and for free submisstion they might take 8 weeks&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.qssupplies.co.uk"&gt;http://www.qssupplies.co.uk&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>bathrooms commented on Out of date sitemap.xml?</title>
      <author>bathrooms</author>
      <pubDate>Thu, 02 Oct 2008 15:12:21 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22344#comment-22546</link>
      <guid>http://forums.shopify.com/categories/6/posts/22344#comment-22546</guid>
      <description>&lt;p&gt;Hi&lt;br /&gt;As far as i understood your question I think you need to add a redirect from that page to the other one&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.qssupplies.co.uk"&gt;http://www.qssupplies.co.uk&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lorna commented on Promo code field before checkout?</title>
      <author>Lorna</author>
      <pubDate>Wed, 01 Oct 2008 21:49:24 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/19656#comment-22525</link>
      <guid>http://forums.shopify.com/categories/6/posts/19656#comment-22525</guid>
      <description>&lt;p&gt;apologies, just found it!  Too late in the evening!!  Is there a limit on the number of discount codes you can use?  &lt;br /&gt;Thanks Lorna&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lorna commented on Promo code field before checkout?</title>
      <author>Lorna</author>
      <pubDate>Wed, 01 Oct 2008 21:45:43 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/19656#comment-22524</link>
      <guid>http://forums.shopify.com/categories/6/posts/19656#comment-22524</guid>
      <description>&lt;p&gt;I have just updated my plan as I wish to use different discount codes for different groups.  Can anyone tell me where  I register the discount codes and state what the discount should be?&lt;/p&gt;


	&lt;p&gt;Many thanks, Lorna&lt;/p&gt;</description>
    </item>
    <item>
      <title>deepcsuf commented on Whats the best thing you've done to increase conversions?</title>
      <author>deepcsuf</author>
      <pubDate>Tue, 30 Sep 2008 21:36:08 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22483#comment-22506</link>
      <guid>http://forums.shopify.com/categories/6/posts/22483#comment-22506</guid>
      <description>&lt;p&gt;follow up with abandoned orders.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chelsea commented on Whats the best thing you've done to increase conversions?</title>
      <author>Chelsea</author>
      <pubDate>Tue, 30 Sep 2008 00:06:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22483#comment-22495</link>
      <guid>http://forums.shopify.com/categories/6/posts/22483#comment-22495</guid>
      <description>&lt;p&gt;Adding a &amp;#8216;contact us&amp;#8217; form has really helped our conversions!&lt;/p&gt;


	&lt;p&gt;:-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>FannyA commented on Promo code field before checkout?</title>
      <author>FannyA</author>
      <pubDate>Mon, 29 Sep 2008 14:08:43 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/19656#comment-22490</link>
      <guid>http://forums.shopify.com/categories/6/posts/19656#comment-22490</guid>
      <description>&lt;p&gt;yep, that would be fab&lt;/p&gt;


	&lt;p&gt;you know, a lot of my customers are actually entering their discount code in the &amp;#8220;comments&amp;#8221; box of the cart as they seem to be confused not to see the discount code box before checkout&lt;/p&gt;</description>
    </item>
    <item>
      <title>Whats the best thing you've done to increase conversions? by Chris Ledden</title>
      <author>Chris Ledden</author>
      <pubDate>Mon, 29 Sep 2008 05:56:46 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22483</link>
      <guid>http://forums.shopify.com/categories/6/posts/22483</guid>
      <description>&lt;p&gt;Hi fellow shopify&amp;#8217;ers,&lt;br /&gt;I&amp;#8217;m just curious about what people think is the best change they ever implemented to their site to increase sales?&lt;/p&gt;


	&lt;p&gt;Also, could I ask what a typical visitor to sale ratio is for other stores?&lt;/p&gt;


	&lt;p&gt;Looking forward to all those pearls of wisdom.&lt;/p&gt;


	&lt;p&gt;Stay Funky!&lt;/p&gt;


	&lt;p&gt;Chris Ledden&lt;br /&gt;&lt;a href="http://www.gymfunky.com.au"&gt;http://www.gymfunky.com.au&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Out of date sitemap.xml? by Simon</title>
      <author>Simon</author>
      <pubDate>Mon, 22 Sep 2008 14:10:07 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22344</link>
      <guid>http://forums.shopify.com/categories/6/posts/22344</guid>
      <description>&lt;p&gt;Hi&lt;/p&gt;


	&lt;p&gt;Shortly after first uploading my sitemap to Googles webmaster tools, I tidied up some of my collection and product handles to make the URLs shorter.&lt;/p&gt;


	&lt;p&gt;Even though I have told Google to reload the sitemap.xml file (and deleted and resubmitted it) the older URLs are still in the xml file.&lt;/p&gt;


	&lt;p&gt;For instance &lt;a href="http://www.scratchwraps.com/collections/diy"&gt;http://www.scratchwraps.com/collections/diy&lt;/a&gt; is currently active in the shop but Google still shows &lt;a href="http://www.scratchwraps.com/collections/diy-scratchwraps.&amp;lt;/p"&gt;http://www.scratchwraps.com/collections/diy-scratchwraps.&lt;/p&gt;&lt;/a&gt;&gt;


	&lt;p&gt;Is there a way to manually force the sitemap to regenerate on Shopifys servers and or do I need to manually remove the old URLs?&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;TIA&lt;/span&gt;, Simon&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mandi702 commented on Email Marketing?</title>
      <author>Mandi702</author>
      <pubDate>Sun, 21 Sep 2008 07:28:47 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/17213#comment-22329</link>
      <guid>http://forums.shopify.com/categories/6/posts/17213#comment-22329</guid>
      <description>&lt;p&gt;I checked into Emma, they are really nice and helpful. They got me set-up with a demo account so I could play with it..&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve been playing around with &lt;strong&gt;all&lt;/strong&gt; of the major email services including all listed above. I fell totally in love with Emma!!&lt;/p&gt;


	&lt;p&gt;They also design you a custom template, which for me since I&amp;#8217;m not a designer is a great bonus!! But you do have access to the code in your admin area (I&amp;#8217;m like 99% sure, could be wrong though I like I saw it).&lt;/p&gt;


	&lt;p&gt;It took me less than half the time to compose a newsletter, compared to the other services, and theirs tons of layout options. It&amp;#8217;s supper easy to use, and the emails look great.&lt;/p&gt;


	&lt;p&gt;For every account they plant 5 trees, and the emails have a little note on the bottom which says &amp;#8220;Think before you print..&amp;#8221; you can take it off but I thought it was cute.&lt;/p&gt;


	&lt;p&gt;The start-up cost is pretty cheap considering they custom design a template, and if you&amp;#8217;re a start-up business you get a super cheap start-up fee!! The monthly plans are based on the amount of emails sent and if your in the lowest package it&amp;#8217;s like 3 cents an email, but once you get to the middle it&amp;#8217;s like 1!! So price wise I thought it the same as most, but you get a little more emails than with comparably priced monthly plans. And for how easy and fast it is it&amp;#8217;s well worth the slight price difference.&lt;/p&gt;</description>
    </item>
    <item>
      <title>becky commented on Google Analytics</title>
      <author>becky</author>
      <pubDate>Fri, 19 Sep 2008 13:52:44 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/15099#comment-22299</link>
      <guid>http://forums.shopify.com/categories/6/posts/15099#comment-22299</guid>
      <description>&lt;p&gt;please ignore recent daft question . . . i&amp;#8217;ve found it thanks :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>becky commented on Google Analytics</title>
      <author>becky</author>
      <pubDate>Fri, 19 Sep 2008 13:50:52 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/15099#comment-22298</link>
      <guid>http://forums.shopify.com/categories/6/posts/15099#comment-22298</guid>
      <description>&lt;p&gt;this may be a daft question but i have a google analytics account but can&amp;#8217;t find my account reference &amp;#8211; just account name, email etc. is it a numbered reference i need to enter into my shopify preferences? if so, where to find it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>help! PriceGrabber needs my shopify product data feed to submit by lemondrops</title>
      <author>lemondrops</author>
      <pubDate>Thu, 11 Sep 2008 16:37:54 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/22123</link>
      <guid>http://forums.shopify.com/categories/6/posts/22123</guid>
      <description>&lt;p&gt;Can you help me. I don&amp;#8217;t know what this is or if Shopify even has it. I have a PGrabber account and I need to upload a &amp;#8220;product data feed&amp;#8221;.&lt;/p&gt;


	&lt;p&gt;Thank you very much&lt;/p&gt;</description>
    </item>
    <item>
      <title>Joanne commented on Free Shipping (Or 50% off shipping)</title>
      <author>Joanne</author>
      <pubDate>Wed, 10 Sep 2008 03:06:14 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/12271#comment-22071</link>
      <guid>http://forums.shopify.com/categories/6/posts/12271#comment-22071</guid>
      <description>&lt;p&gt;Thanks Bradley &amp;#8211; found it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bradley Joyce commented on Free Shipping (Or 50% off shipping)</title>
      <author>Bradley Joyce</author>
      <pubDate>Tue, 09 Sep 2008 16:52:28 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/12271#comment-22054</link>
      <guid>http://forums.shopify.com/categories/6/posts/12271#comment-22054</guid>
      <description>&lt;p&gt;You can set this within you admin panel on shopify under shipping. Just create a new price based shipping option.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
