Archive for the ‘Examples’ Category

Making Your Shopify Site SEO Friendly

Monday, June 23rd, 2008

Shopify.com is an all-in-one ecommerce solution for users looking for a quick and easy way to begin selling products online. A simple and intuitive system, Shopify allows users to create and customize their own ecommerce website in minutes. Despite it’s appeal, especially among first-time web sellers, Shopify does present some challenges, particularly in areas of SEO.

In dealing with a template-based system such as Shopify, making SEO-friendly changes to your site can be a headache. The main problem in terms of SEO that many users report with Shopify is the difficulty in creating custom Title tags and Meta tags. We recently began optimizing a client’s site that was being hosted on Shopify.com and ran into some similar problems.

After scouring Shopify’s forums, piecing together bits of information, and tweaking the code, we came up with a relatively simple way to include custom tags on your Shopify site.

To create tags, you need to add conditionals to the “theme.liquid” file of your site (bold portion). Here is the technique that we used:

{% case page_title %}
{% when null %}
<title>{{shop.name}} - {{page_title}}</title>
{% when ‘Your Page Title’ %}
<title>
Your Custom Title Here</title>
<meta name=”keywords” content=”
Your Custom Keywords Here” />
<meta name=”description” content=”
Your Custom Description Here” />
{% else %}
<title>{{shop.name}} | {{page_title}}</title>
{% assign maxwords = 20 %}
{% assign indexblog = ‘frontpage’ %}

{% case template %}
{% when ‘collection’ %}
<meta name=”description” content=”{{page_title}}{% if collection.description.size > 0 %}: {{collection.description | strip_html | truncatewords:maxwords}}{% endif %}”/>
<meta name=”keywords” content= “{{collection.title}}{% if collection.tags.size > 0 %}: {{ collection.tags | join: ‘, ‘ }}{% endif %}” />
{% when ‘product’ %}
<meta name=”description” content=”{{page_title}}{% if product.description.size > 0 %}: {{product.description | strip_html | truncatewords:maxwords}}{% endif %}”/>
<meta name=”keywords” content=”{{product.title}}{% if product.tags.size > 0 %}: {{ product.tags | join: ‘, ‘ }}{% endif %}”>
{% when ‘page’ %}
<meta name=”description” content=”{{page_title}}: {{page.content | strip_html | truncatewords:maxwords}}”/>
<meta name=”keywords” content=”{{page_title}}”>
{% when ‘blog’ %}
<meta name=”description” content=”{{page_title}}”/>
<meta name=”keywords” content=”{{page_title}}”>
{% else %}
<meta name=”description” content=”{{shop.name}}{% if blogs.[indexblog].articles.size > 0 %}: {% for article in blogs.[indexblog].articles limit:1 %}{{ article.title }}: {{article.content | strip_html | truncatewords:maxwords}}{% endfor %}{% endif %}”/>
<meta name=”keywords” content= “{% for link in linklists.Main-Menu.links %}{% if link.type == ‘collection_link’ %}{{link.title}} {% endif %}{% endfor %}” />
{% endcase %}

{% endcase %}

Use the bolded conditional statements above for each page that you wish to create customs tags for. For example, if your page was titled “Welcome”, your conditional might look something like this:

{% when ‘Welcome’ %}
<title>
T-Shirt Printers | T-Shirt Customization</title>
<meta name=”keywords” content=”
t-shirt printing, personalized t-shirts” />
<meta name=”description” content=”
Create and customize your own t-shirt” />

This is just one of many ways to create title and meta tags for your Shopify site. There are also several other factors that go into making your Shopify site SEO friendly (internal linking, sitemap, url redirects, etc). Start by creating custom, keyword-focused title and meta tags, and your Shopify site will begin to climb the search engine rankings.


These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Netscape

“Home” vs “Homes” - which keyword drives better traffic?

Wednesday, April 2nd, 2008

Homes

I recently received a question from a client asking which sub domain would be the most beneficial to create for their new real estate web site, either going with “home.site.com” or “homes.site.com”:

I have one specific question. It was suggested by a member or our marketing staff that for Real Estate sites, “home” gets better results than “homes”, particularly as part of a url. For example “home.site.com <http://home.site.com>” is better than “homes.site.com <http://homes.site.com>“. …. ‘and it wasn’t even close’, I was told.

Can you guess which keyword brings in more interested traffic? Let’s find out:

Search Volume of “homes” versus “home”

According to Google’s trends tool, “home” receives more searches than “homes” by about 2 to 2.5 times as much. At first, the larger search volume would lead you to believe more (in blue) is better…

home vs homes

Wordtracker also reports that “home” has a larger search volume than “homes”.

Google’s adwords keyword tool also reports the same trend:
https://adwords.google.com/select/KeywordToolExternal (just enter the two words)

Keyword discovery also reports similar data (768196 for “home” vs 135921 for “homes”)
http://www.keyworddiscovery.com/search.html

So there really are many more searches for the singular than the plural version of the word - but there’s more to the story here…

Correlated searches of “homes” vs “home”

As we’ve seen, there are more searches being reported for “home” than “homes” but after looking at keyworddiscovery’s data, for example, “homes” seems to be more correlated with related searches such as “homes for sale” or “mobile homes“, etc., while the keyword “home” includes a lot of search queries looking for things like “work from home” or “home garden“, etc.

Homes search results on keyworddiscovery Home keyworddiscovery search results

It would appear that if you were going to start a real estate related web site, “homes” might be a better choice in terms of traffic quality. Even Google seems to thinks so, they have a link to “Find results for homes in Housing” right above their main search results.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Netscape

Text book Organic SEO Results

Tuesday, November 13th, 2007

I want to illustrate some pretty good results we’ve had with a recent client using pictures from our analytics. Obviously I blurred out the specific data to keep our client’s information safe but you’ll get the general idea from the upward sloping graph.

You’re looking at non-paid keyword searches from October 13th through November 12th, in other words, how many people found the site through keyword searches on the search engines.

Google Analytics Keyword Traffic Example

Our client site in this example was getting around 5 organic keyword search hits per day before contracting with Best Rank. After about 2 months from our SEO services, traffic began to dramatically increase to around the low 40s in terms of organic keyword hits per day. That’s an 800% increase in site traffic and the campaign is still relatively young.  At this point in the campaign cycle, the site ranks in the top 10 for a lot of it’s terms but only ranks #1 for a few of it’s keywords - just image what kind of traffic it could pull if it ranked #1, 2 or 3  across the board!

If you’re interested in learning more about how we work or to see our specific client examples/results we’re happy to talk over the phone :) 858 427-0825. Happy SEOing!

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Netscape

Entries (RSS) and Comments (RSS).