Archive for the ‘SEO’ Category

Creative 404 Pages: Page Not Found What To Do?

Wednesday, December 7th, 2011

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?

Thursday, July 14th, 2011

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.

6 Ways To Get Your Google Places Page to Rank Higher

Monday, February 28th, 2011

Whether it’s your own company or a client’s business, having a Google Places page is key to visibility within Google. In 2009, Google was in the deal room with Yelp to purchase the local review site but the deal fell through. A few months ago, Google revealed their own “Yelp-like” product, Hotpot. Google is making a big push into the local market with plenty of attention going to location-based applications (such as Foursquare, Facebook Places) it is important that you are maximizing on your own visibility within the most popular search engine especially now that Google is placing more of an emphasis on local results and blending them with organic search results.

We recently had a chance to hear local search guru, David Mihm discuss the ins and outs of local search that are useful for organizations of any size.

Here are 6 Ways To Get Your Google Places Page to Rank Higher:

  1. Claim your listing if you haven’t. How can you tell if it is claimed? Complete a search in Google Maps, that is the easiest and quickest way to locate your listing. Look in the upper right corner about a quarter of the way down the page (see image below). If your place exists and is not claimed, go through the steps to claim and verify it – then read the rest of this post ;) .
    verifying your listing in google
  2. Reviews are more important thank you think(we’ll keep hitting you over the head with this one over and over). Reviews are one of the key factors that can help your ranking in search engine results pages (SERPs) as well as the local listing results that show up within the SERP.

    Tip: Put together a strategy to get a steady flow of reviews coming in monthly rather than a bunch all at once and then nothing at all. Google likes to see consistency. One way to do this is through your social media outlets. Another thing to do is if you use Groupon or any coupon sites try to capture the emails of those who purchased and follow up with them to have them write a review of their experience. Of course we’d all like positive reviews, but as long as you have a good product and good service you should receive good reviews.

  3. When claiming your business make sure your title is representative of your business- do not stuff it with keywords. You want to use descriptive words. You might be able to get away with one or two keywords depending on your company, but remember the algorithm Google uses for local results is not the same as the one used for organic results.
  4. YouTube video’s may help your rank so if you have them add them to your local listing. Also fill it with images. Tip: To optimize your videos add a caption file to your videos, title and description.
  5. Use the maximum number of description categories available (currently 4), use one default category and then create custom categories for the remaining fields. When creating a custom category try using the statement “my business is a [fill in the blank]” as your format. Do not put any geographical terms in as a category- that’s a big no-no.
  6. Multiple branches and/or specialty divisions with the same address should have individual pages. If your business is a large business with multiple branches or specialties all at the same address and there are more areas than categories, don’t worry you can list them separately. For example, if your business is a hospital with different specialty areas – each one of those specialties can have its own Google Places page as long as each area has a different phone number they can and should be created and listed individually.

A big thanks to David Mihm for his support and sharing this great information with us.