Archive for the ‘SEO’ category

Leaked Document from Google’s Head Office Revealing 254 SEO Factors

April 1st, 2010

Later Update: this was an April’s Fool joke :) Please don’t ask for the document anymore.

I was waiting for this to happen and it finally did. SEOblackhat announced today that confidential documents, including a video on Page Rank technology, leaked from Google’s head offices.

The .pdf  (11.5Mb) file is describing in details all 254 SEO factors used by Google in its SEO algorithm and how you can use them to rank #1 in search engines in just 2 days.

I will make the document available by request only, so please leave a message if you’re interested. A preview of the video can be found here (update – the video has been removed at Google’s request)

Rate this post.

GD Star Rating
loading...

Minimize the Impact of Website Testing on SEO

January 28th, 2010

A real concern anyone involved in A/B/n or multivariate testing should be worried about is what’s going to happen to the search engine optimization (SEO) efforts while, and after the test is done.

If you don’t set up and follow up your tests correctly – and I don’t mean how you setup your testing platform, but the technicalities of how you implement the test on your web server – you can encounter two major problems:

1. Duplicate content issues in search engines. In this case, the control version can be totally excluded from the index or the ranks can decrease

2. Browser bookmarkers. In case if your variation pages change URLs and they are bookmarked by visitors with the changed URLs, once a winner is found and you removed the variations URL, visitors will reach a 404 not found page

To address these issues I do the following:

1. Add the following meta tags in ALL variations of the tested page:

<meta name=”robots” content=”noindex,nofollow,noarchive”>

This will tell search engine spider not to index the page, not to follow the links and not to archive the test page(s) in their index. However, this is not working all the time so,

2. If your tested page changes URL (i.e. testing /olympics.php against /olympics_test.php) you should put the test page(s) under a different directory (i.e. www.mysite.com/testing/) and

3. Exclude tested URLs (complete directory of specific files) in your robots.txt file

To exclude directories use:

User-agent: *
Disallow: /testing/

To exclude just the file use (not recommended):

User-agent: *
Disallow: /testing/olympics_test.php

4. If you’re testing variations using the same page URL with different parameters (i.e. /olympics.php against /olympics.php?test_ver=5) use the rel=”canonical” meta tag, to tell Google and the other search engines that the control page is the page they  should index.

I add the line below in the <head> section for all variation pages (i.e. /olympics.php?test_ver=5):

<link rel=”canonical” href=”http://www.mysite.com/olympics.php” />

5. Tell you programmers and link builders not to link to your testing directory/page at all (IT should be careful about internal linking, and link builders should not link from external websites)

6. If you plan on testing minisites (more pages under the same testing directory) use “rel=”nofollow” on all internal links of the minisite. Additionally you can put all the links under Javascript so they won’t be followed by search engine bots

7. Once the test is concluded and you found a winner, do a permanent redirect (301) for all tested URLs to the winning URL. For example, in your .htaccess you can add:

RewriteRule ^(.*)mysite.com/testing/olympics_test.php$ http://www.mysite.com/olympics.php [R=301,L]

If you’ll implement all of the above you will have a better chance of not getting into duplicate content issues or ranking fluctuations, due to testing and experimentation.

However, if your pages do get indexed by search engines, you should take the necessary steps to minimize the impact on rankings, as soon as possible:

1. create a Google Webmaster account and keep an eye on your 404 page errors. Eventually ask for the test pages to be excluded from their index

2. create a custom 404.html page, then track and fix 404 errors with the help of Google Analytics. On your 404 error page, add this to your page tracking code:

pageTracker._trackPageview(“/404.html?page=” + document.location.pathname + document.location.search + “&from=” + document.referrer);

Your code should look something similar to:

<script type=”text/javascript”>

try{

var pageTracker = _gat._getTracker(“UA-xxxxxx-x“);

pageTracker._trackPageview(“/404.html?page=” + document.location.pathname + document.location.search + “&from=” +

document.referrer);}

catch(err) {}

</script>

I hope this will address your boss’ concerns on SEO and it will provide more flexibility for testing!

GD Star Rating
loading...

Target Your SEO for Holiday Shoppers – Christmas Titles

November 25th, 2009

What to test

Change your title and description tags to be SEO friendly for Christmas

What to measure

The increase in traffic to your website, especially from holidays related terms

What to change

Thanksgiving is almost there. Black Friday will go just after TG. The holidays are coming up fast, but will your SEO be ready for the Christmas search behavior?

The way we search online during holidays is different than for the rest of the year. We add seasonal modifiers to the usual search terms, more exactly holiday-related modifiers, meaning words like Christmas or Holiday or Xmas. Take a look at the spike associated with the Christmas modifier:

Christmas Related Searches

Christmas Related Searches

This is the perfect time to change your <title> (and eventually <description>) tag(s) to include the word Christmas, preferably at the beginning of the tags.

Some Are Doing the Christmas SEO Already

Some Are Doing the Christmas SEO Already

Start with one page and check regularly to see if there’s a drop in rankings for the terms used to rank high (I doubt that just by adding one word to the title will affect your rankings)

As you get closer to the Christmas Day, let’s say December 10, add the term “free shipping” to the title– of course, if you have such an offer. Considering that free shipping topped as the most attractive incentive for visitors to buy from etailers, I would highly recommend adding the terms.

Free Shipping Searches are Spiking during Christmas

Free Shipping Searches are Spiking during Christmas

Highest Search Volume During December

Highest Search Volume During December

Rate this idea

GD Star Rating
loading...

How to Insert the F Word in Google Ads

November 22nd, 2009

I think that all online marketers have encountered, at least once in their lifetime, a PPC ad which have been rejected for some editorial rule.

What about the F word (and I don’t mean the word FREE) ? Do you think it’s possible to cheat the Adwords system, just for the fun on inserting the FUCK word? With a little bit of cleverness here’s how you can do it:

The F Word - Clever Use In Adwords

The F Word - Clever Use In Adwords

Smart isn’t it?

Considering this ad was actually uploaded and approved, even when the account was not tied to the display and destination URL, it makes me think what bad competitors can do on your name.

I recently saw an ad on Yahoo! for which the destination URL and the display URL was totally different. The advertisers were using a brand to trick people into clicking on the ad, while the landing page was not the brand’s website. I still have no answers from Yahoo! how this is possible. If you know, please share here!

Rate this post

GD Star Rating
loading...