<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Meta Data Homepage Description Not Showing In Search Results?</title>
    <link>http://forums.shopify.com/categories/6/posts/30434</link>
    <language>en-us</language>
    <description>Feed for discussion topic Meta Data Homepage Description Not Showing In Search Results?</description>
    <item>
      <title>Meta Data Homepage Description Not Showing In Search Results?</title>
      <author>thewoodman</author>
      <pubDate>Thu, 22 Oct 2009 08:35:14 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434</guid>
      <description>&lt;div&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The meta data description for my homepage - &lt;a href="http://www.keepcalmandcarryon.com/"&gt;http://www.keepcalmandcarryon.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;is not showing in the search results, instead its pulling through random copy from the page...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;KEEP CALM AND CARRY ON SHOP&lt;br /&gt; Keep Calm and Carry On Mens Charcoal Grey &amp;amp; Duck Egg Blue T-Shirt. &amp;pound;20.00. Shopping Cart: Your cart is empty. Search. Navigation: Home &amp;middot; History of the ...&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Can someone help me sort this out please?&lt;/p&gt;
&lt;p&gt;Many thanks&lt;br /&gt; Ollie&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Stuart Whitman commented</title>
      <author>Stuart Whitman</author>
      <pubDate>Thu, 22 Oct 2009 13:18:42 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30440</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30440</guid>
      <description>&lt;p&gt;Ollie,&lt;/p&gt;
&lt;p&gt;Checked your site and the meta description is in the code so it should be picked up. Have you just added the meta description by any chance?&lt;/p&gt;
&lt;p&gt;Stuart&lt;/p&gt;</description>
    </item>
    <item>
      <title>thewoodman commented</title>
      <author>thewoodman</author>
      <pubDate>Fri, 23 Oct 2009 14:44:11 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30489</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30489</guid>
      <description>&lt;p&gt;No afraid not Stuart, this has been in there for some time.&amp;nbsp; From an SEO perspective set up looks fine to me.&lt;/p&gt;
&lt;p&gt;So I asumed it was something to do with Shopify set up that is preventing it from showing?&lt;/p&gt;
&lt;p&gt;Hmm&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 24 Oct 2009 01:41:35 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30500</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30500</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;So I asumed it was something to do with Shopify set up that is preventing it from showing?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;No.&lt;/p&gt;
&lt;p&gt;Just FYI:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It takes a while when you edit any page for it to be updated "as seen" on Google.&lt;/li&gt;
&lt;li&gt;If the search term is in the content of the page, not in its title, then Google will pick the phrase from the content that contains the search term and use that in lieu of your meta description.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 24 Oct 2009 01:51:21 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30501</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30501</guid>
      <description>&lt;p&gt;&lt;a href="../../../users/show/9234"&gt;&lt;/a&gt;@thewoodman,&lt;/p&gt;
&lt;p&gt;May I suggest something?&lt;/p&gt;
&lt;p&gt;Your title tag is always equal to "KEEP CALM AND CARRY ON". I am not even aware of any canned theme that does not &lt;em&gt;at least&lt;/em&gt; display the page title on top of the shop name in its title tag. That's a bad idea for search engine optimization, and it's not good for people visiting your site who are bookmarking it and subscribing to its content.&lt;/p&gt;
&lt;p&gt;In theme.liquid, try and replace this:&lt;/p&gt;
&lt;pre&gt;&amp;lt;title&amp;gt;{{ shop.name }}&amp;lt;/title&amp;gt;&lt;/pre&gt;
&lt;p&gt;With this:&lt;/p&gt;
&lt;pre&gt;&amp;lt;title&amp;gt;{{ shop.name }} &amp;amp;mdash; {% if template == 'index' %}Special home page text{% else %}{{ page_title }}{% endif %}&amp;lt;/title&amp;gt;&lt;/pre&gt;
&lt;p&gt;Replace the Special home page text with your own text.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 24 Oct 2009 01:52:57 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30502</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30502</guid>
      <description>&lt;p&gt;It's true that whatever search term I use to find your site on google I am never ever able to read your META description in the search results. It's something I have never seen before. Could it be because your META description starts with a space?&lt;/p&gt;
&lt;p&gt;Let's keep an eye on this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 24 Oct 2009 02:25:36 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30503</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30503</guid>
      <description>&lt;p&gt;OOps I see what's wrong. &amp;larr; the OO are my eyes staring at your "source".&lt;/p&gt;
&lt;p&gt;I thought I was seeing double at first.&lt;/p&gt;
&lt;p&gt;You have 2 description META tags, not 1.&lt;/p&gt;
&lt;p&gt;You also have 3 META tags with the same name, i.e. verify-v1. Is this really necessary?&lt;/p&gt;
&lt;pre&gt;&amp;lt;&lt;span class="start-tag"&gt;meta&lt;/span&gt;&lt;span class="attribute-name"&gt; name&lt;/span&gt;=&lt;span class="attribute-value"&gt;"verify-v1" &lt;/span&gt;&lt;span class="attribute-name"&gt;content&lt;/span&gt;=&lt;span class="attribute-value"&gt;"IPV/JQ7cLRn0omS5nXWBQ+fEfMSUF+elGnLyrSumB1o=" &lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt;/&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;meta&lt;/span&gt;&lt;span class="attribute-name"&gt; name&lt;/span&gt;=&lt;span class="attribute-value"&gt;"verify-v1" &lt;/span&gt;&lt;span class="attribute-name"&gt;content&lt;/span&gt;=&lt;span class="attribute-value"&gt;"m4NFNt9uToq9Pu+48+SnBH0KcsZ15UJMMZlUzAwA2yo=" &lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt;/&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;meta&lt;/span&gt;&lt;span class="attribute-name"&gt; name&lt;/span&gt;=&lt;span class="attribute-value"&gt;"verify-v1" &lt;/span&gt;&lt;span class="attribute-name"&gt;content&lt;/span&gt;=&lt;span class="attribute-value"&gt;"IPV/JQ7cLRn0omS5nXWBQ+fEfMSUF+elGnLyrSumB1o=" &lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt;/&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;meta&lt;/span&gt;&lt;span class="attribute-name"&gt; name&lt;/span&gt;=&lt;span class="attribute-value"&gt;"description" &lt;/span&gt;&lt;span class="attribute-name"&gt;content&lt;/span&gt;=&lt;span class="attribute-value"&gt;"Keep Calm and Carry On" &lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt;/&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;meta&lt;/span&gt;&lt;span class="attribute-name"&gt; name&lt;/span&gt;=&lt;span class="attribute-value"&gt;"description" &lt;/span&gt;&lt;span class="attribute-name"&gt;content&lt;/span&gt;=&lt;span class="attribute-value"&gt;" Widest range of fine Keep Calm &amp;amp; Carry On products. T-shirts, Bags, Posters, Mugs, Canvas Prints, Cufflinks, Tea Towels &amp;amp; much more. Great gift ideas." &lt;/span&gt;&lt;span class="error"&gt;&lt;span class="attribute-name"&gt;/&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>thewoodman commented</title>
      <author>thewoodman</author>
      <pubDate>Sun, 01 Nov 2009 11:56:01 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/30434#comment-30687</link>
      <guid>http://forums.shopify.com/categories/6/posts/30434#comment-30687</guid>
      <description>&lt;p&gt;Hey Caroline&lt;/p&gt;
&lt;p&gt;Thanks so much for looking.&amp;nbsp; Can't believe I didn't see the two descriptions!&amp;nbsp; I couldnt see for looking! :-)&lt;/p&gt;
&lt;p&gt;Regarding your other comments, these I all agree with and will be looking into them ASAP.&amp;nbsp; I have only just started working with the site owner on his SEO so I look forward to improving the results soon.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;br /&gt;Ollie&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
