Stay in the know: Search Marketing Blog

Welcome to the SEM blog of Liberty Interactive Marketing, (aka Liberty Interactive). Join us as we reveal Internet marketing and search engine marketing secrets, successes, and tactics. And more often than not, we'll include entertaining SEO, SMO, and paid search articles, videos, web sites, and more for you to enjoy.

We've made it easy for you to keep up with us, subscribe to our RSS Feed , Stumble our blog , or share our blog with others.

Groupon Gift Cards Launched for the Holidays – Get ‘Em Here

Posted in Additional Thoughts, Ecommerce, Local Search and Marketing
December 14th, 2011 by Liberty Tsighis

We think Groupon has done some pretty stupid things, but we also think they’ve done some pretty smart things too. For instance, this year they are offering Groupon Gift Cards which we believe is an absolutely brilliant idea and we are not ashamed to say buy them from us.

Purchase is available now:
Click on the banner below or follow this link to purchase Groupon Gift Cards.


Great gifts up to 90% off

Creative 404 Pages: Page Not Found What To Do?

Posted in Customer Experience, Search Engines, Search Marketing, SEO
December 7th, 2011 by Liberty Tsighis

One of the things we look at during our Search Marketing Site Assessments for clients, is the use of 404 pages no matter what industry you are in. We always recommend having a custom 404 page. A 404 page is when a user discovers a “page not found” on your site.

How does this happen and why should you care?
Well, it may seem like a completely elementary thing to put in place however if someone comes to your site from another site (i.e. they linked to your site – maybe a blog post or old web page). If there is not an appropriate redirect process in place the user will be sent to a “page not found” or 404 error. You have control over what gets displayed on this page and if it is a generic 404 (no branding just black and white) it can mean losing a visitor forever or you could help them discover the appropriate page they were looking for, thus keeping them on your site. Think of it providing a bit of customer service to your visitor – if they entered through the wrong door, you would want to show them the appropriate one or guide them to the location they were looking for.

While creativity and humor might get you far with anyone, it also helps to be…well, helpful. If your page is useful in guiding the user to the area or page they were looking for then you are more likely to create a better customer experience.

A few suggestions for your 404 error page:
- At the minimum have your logo and main navigation on the page, better yet use a page template from your site that will help customize it to your look and feel
- Have a link to your home page or better yet a listing of links to popular sections on your site. You may also want to provide a link to the sitemap and promote it as a “full directory of site pages.”

Here are a few examples of 404 pages that we think work while also maintaining the brand personality:

Thanks to fab404.com for some great examples – check out others to for more ideas.
P.S. We’ve got some work to do ourselves. Do as we say not as we do ;) .

Oh No Daddy! GoDaddy Redirects Cause Major SEO Issue, now what?

Posted in Search Marketing, SEO
July 14th, 2011 by Liberty Tsighis

If you are a GoDaddy customer you will want to read this.

Part of our weekly SEO routine for clients is to check search engine Webmaster tool accounts, in doing so we usually find something interesting, disturbing or exciting. This week, we noticed that a domain that we permanently redirected to a new one back in December was showing as a top inbound linking site to the domain in which is was supposed to be redirected.

We asked ourselves, “How could this be?” Was the site moved to a new host without our knowledge? Was the domain being redirected properly?

And so our investigation began.

Our Findings:
This client is a GoDaddy customer and back in December we had permanently forwarded the domains in GoDaddy’s Domain Control panel which at that time issued a proper permanent redirect telling the servers and search engines that this was indeed a permanent redirect (otherwise known as a 301 redirect).

Today, when we checked the server headers it said that the redirect was a temporary redirect (otherwise known as a 302 redirect). We went a step further to investigate some of the other domains that also had been setup as permanent redirects in the GoDaddy system. And to our dismay, they are all showing as temporary redirects.

Arizona SEO: Checking redirects

We logged into GoDaddy to make sure the permanent redirect settings were correct for our domains AND…they were.

Phoenix SEO: How to set a redirect

We then called GoDaddy to understand why the domain settings marked to permanent redirect (301) were showing as a temporary redirect (302) in our third party checking tool.

The GoDaddy tech support person told us that “all of their forwarding now only issues a temporary 302 redirect” and if we wanted “to make it a permanent 301 we would have to do that at the hosting level.” They also could not tell us what type of redirect would be issued if we actually selected temporary redirect as an option or why there are two choices if they both do the same thing.

There are three situations for when you would use redirects:*

  1. If you are launching a new site and switching to a new domain.
  2. If you have deleted, removed, changed or are planning to change web page URLs.
  3. If you have a list of URLs that are derivations or misspellings of your company name/main site domain that you want to forward to your main site.

*Redirects can be configured for site domains and specific web pages/URLs.

There are two types of preferred redirects for these situations:

a) 301 which is for files that have been permanently moved.
b) 302 which is for files that have been temporarily moved.

Why are redirects such a big deal?

In the SEO world, redirects affect everything. A redirect tells servers, search engines and browsers how to handle the domain when someone requests it. If a page is deleted, a site is relaunched, or a page is renamed it is important for both SEO and usability to make sure you have those old pages going to either a new relevant page or appropriate URL.

If URLs/domains are not configured properly you can lose valuable search engine visibility. Keep in mind that people and sites are linking to your content and inbound links are one of the key influencing factors to search engine rankings. Use of 301 redirects should be used to preserve search engine rankings and any inbound links to that particular URL. This way search engines will index the new address instead of keeping the outdated URL. It is the best option to avoid negatively impacting search engine ranking.

The reason you don’t want to use a 302 redirect is this signals to the search engine that the old URL should be maintained in the index as an active URL, it just has been moved for now. This causes none of your new URLs to be indexed.

If a search engine doesn’t know where to go and runs into a dead-end URL/page this can impact your search visibility not to mention your user experience if they follow a link to a URL that no longer exists.

How do I fix my forwarding domains in GoDaddy to be properly configured for permanent redirection?

Note: If you are redirecting a domain, you DON’T want to just switch the DNS to your main site – this will cause a mirrored site and create a duplicate content issue for you. Search engines will not like that and you may get penalized for it by search engines.

  1. The first step is to remove or turn off the forwarding in your GoDaddy domain control panel. Go to Domain Management and find the domain, and go to Forwarding and click on Manage next to it. Edit to turn off.

    Search Optimization: Turning your redirects off in Godaddy

  2. If the web site you are redirecting to is hosted with GoDaddy, add the domain as an additional domain to the root through the Hosting Control panel.
  3. If the web site you are redirecting to is NOT hosted with GoDaddy, change the DNS records in the Domain Control panel to point to the IP address of the site you are redirecting to. Add the domain as an additional domain in your host’s control panel. Or your virtual hosts file.
  4. Add the following code to the .htaccess file for the main site. Make sure to create a RewriteCond and ReWriteRule line for each domain you are redirecting. Make sure to redirect both the www and non-www version of the domain if needed. And always immediately test your .htaccess to make sure there are no errors. .htaccess can be tricky, better to be safe than sorry. So always backup your .htaccess before making any changes.
  5. Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^newdomain.com [nc]
    rewriterule ^(.*)$ http://www.newdomain.com/$1 [nc,r=301]
    RewriteCond %{http_host} ^olddomain.com [nc]
    RewriteRule ^(.*)$ http://www.newdomain.com/$1 [nc,R=301]
    RewriteCond %{http_host} ^www.olddomain.com [nc]
    RewriteRule ^(.*)$ http://www.newdomain.com/$1 [nc,R=301]

    It is wise to speak with an SEO consultant prior to making your site live to the redirects of old pages and domains are appropriately handled. If you are relaunching a site or looking to increase your online visibility? Give us a call regarding your SEO.