Posted: September 24th, 2008 | Author: Mihai Bojin | Filed under: Adwords, Google, PPC, SEM | Tags: Adwords, adwords exam, exam, gap, Google, gqi, qualified individual | 1 Comment »
Today I took a courage plunge and took the GAP exam, early in the morning… and I passed!
(If you don’t know what the GAP exam is, you can find out on the Adwords Learning Center).
It wasn’t neither hard nor easy. I have to say that you probably won’t pass this exam if you have no practical experience with running adwords campaigns.
I myself am relatively new to Adwords having only 3 months of experience in running campaigns, but these 3 months and the fact that I explored every possible option in the Adwords Account, have helped me understand alot and answer general topic questions.
The exam is graded from 0 to 100% with a 75% grade required to pass.
My exam had 109 questions in 90 minutes. I scored around 85% and I am satisfied with the result. If given more time I would have probably scored higher, but I will have the chance next year as the exam has to be taken once a year to maintain the certification. The test is delivered through Prometric.
I have to note that I had some wrong/faulty questions in my exam. I encountered:
- Incomplete questions;
- Two same answers but only one choice;
- unlabeled answers;
- Also the exam website failed during the test and I had around 1 minute of lost time; not much but nevertheless important for the overall experience;
It seems that I am not the only one that experienced issues with the GAP exam.
By the way, because I wasn’t paying attention in the beginning of my Adwords Experience, I omitted the fact that I need an MCC acount for the 90 days / 1000$ spent requirements (besides taking the exam) in order to achieve the Google Qualified Individual (or GQI) certification.
I have at least until December 15 to spend 1000$ of my hard earned currency!
UPDATE: Right now I am a Google Qualified Individual as you can see by this logo:

You can see the exact certification requirements for becoming a Google Qualified Individual here.
In closing I wish you good luck in taking the exam if you are preparing for it and please post your experience with the GAP exam in the comments section, thanks !
Posted: September 17th, 2008 | Author: Mihai Bojin | Filed under: Google, Search engines | Tags: evaluation, Google, search | No Comments »
An interesting article about the human factor behind Google’s search algorithms was posted on the Google Blog.
Scott Huffman, engineering director responsible for leading search evaluation explains us why apparent good ideas for improvements… are not.
He also explains how they test everything so in the end the users will have a better experience using Google.
Be sure to read it as it’s a short and interesting read.
Posted: September 16th, 2008 | Author: Mihai Bojin | Filed under: Google, SEO, Search engines | Tags: domain, fast inclusion, Google, htaccess, redirect, SEO, SERP | 1 Comment »
For those who don’t know what redirection is, there are a lot of helpful resources out there; try Wikipedia for example.
Google published a redirection best practices tutorial in April about moving pages around. Let me sum it up in a short list:
- Use 301 redirects; start small with a couple of pages in the begining and after you check that it works go further step by step until you redirect your old domain to the new one.
- Don’t do both a redesign and a full domain redirection at the same time
- Check on site and off site links, changing them accordingly to point to the new domain
- Keep control of your old domain for at least 180 days.
The trick here is to redirect traffic from an older domain to a new one without losing standings on the SERPs and traffic coming to your domain. It is harder than it seems, but not really that hard.
I tried this technique with one of my domains and now I’m sharing the results !
Everybody fears and avoids redirecting domains because of the most probable loss of traffic.
Let me tell you how I did it:
- I had a site with around 2500 unique visitors per week
- I wanted to change it’s domain name so I did a 1 on 1 redirect to the new domain; I did not proceed with caution 1 page at a time, one directory at a time; that’s because I knew what I was doing, the domain name was coded in my configuration script and once I changed it all of the site’s internal links were updated to the new ones.
- I did not move the site to a different server (in my opinion this is demonstrating to Google that you own both domains)
- I even left the site in the same directory on the server and I implemented the 1-1 redirect within the .htaccess file; it’s important to keep the old site registered with Google Analytics and also keep it’s sitemap right where it were; because I had the same directory for both old and new domains I had to create some custom htaccess rules:
- I didn’t contact the sites that had outbound links to the old domain; I just left them as is, mainly because they were not high quality links and partly because I was lazy
# Old files that need be kept on the domain
#Google webmaster tools verification file
RewriteCond %{REQUEST_URI} ^/googlea000011112222.html$ [OR]
#Sitemap file
RewriteCond %{REQUEST_URI} ^/smap.xml.gz$ [OR]
#Sitemap index file
RewriteCond %{REQUEST_URI} ^/smap_complete_idx.xml$
#Any other files that you want kept accesible on the old domain (without redirecting them) you will have to place
#above in a RewriteCond line ending with an [OR]
#Serve the requested URL on the old domain
RewriteRule (.*) $1 [L]
#www to non-www redirects and old to new domain redirect
#I wanted to use the non-www form for the new domain so I redirected all other forms to example-new.com
RewriteCond %{HTTP_HOST} ^www.example.com [OR]
RewriteCond %{HTTP_HOST} ^example.com [OR]
RewriteCond %{HTTP_HOST} ^www.example-new.com
RewriteRule (.*) http://example-new.com/$1 [R=301,L]
- The old domain was indexed in Google for about 9 months; the new one was bough one day prior to the redirect, so it was virgin: no links to it, no Google history etc
Okay, now come the facts:
- The old domain had around 2500 uniques per week (measured one week before the change) with 10,000 page views
- I pulled the redirection hard, not doing baby steps but Titanic sailing in Googly waters
- After around 4 hours of the initial redirection and listing of the new domain sitemap in Google Webmaster Tools, the site appears in Google results with around 500pages indexed. I was shocked ! It took 4 hours to add this new virgin domain to Google
- 6 weeks later, the new domain pulls in 2000-2100 unique visitors with 6000 page views per week
- In the meantime I lost control of the old domain, so that’s another thing on Google’s list I haven’t respected; right now there is only the new domain online
- In these 6 weeks, GoogleBot visited the new domain through redirects and added pages from the new site at an incredible rate; after this small timespam the new domain has around 40k pages indexed, while the old domain even if it doesn’t work anymore still retains 30k pages (it had around 70k before the redirection and Google was dropping around 2500pages per week but now it stopped dropping)
- I also have to note that after the first three weeks Google had in it’s index around 30k pages indexed for each domain
So what can we learn from this ?
- A full domain to domain redirection has costed me around 20% of the traffic which is neither little or big
- If you can be sure that the internal links are updated when you redirect, you can start redirecting all at once
- If you want to get a new domain indexed in Google, get an older one and redirect all traffic from it to valid pages on the new domain! It took 4 hours to get my new domain listed in Google!
- I guess that if you have enough traffic on a group of pages, you can pull this fast Google inclusion trick by only redirecting a part of an existing domain (maybe even for a small time). I wasn’t able to test this because I lost control of the old domain, but will test it with the next opportunity
- Also this seems a method of splitting the traffic from one domain into 2 domains. Because Google doesn’t delete a page from the old domain immediately after indexing it on the new domain, you could get away with more summed up total traffic on both domains; I will test this whenever I’ll get a chance
Finishing up, I am really curios of the new domains PageRank at the next TBPR update. I will post the findings. Be sure to check back.
If you have any information that you’re willing to share on this subject, please comment on this post !