How do you measure impacts of Google Updates Like Penguin 4?
-
Having a conversation with a fellow SEO via twitter and we were discussing measuring algorithm updates.
In the aftermath of Google Penguin 4 how do you determine the effects it has on your site/sites and your respective verticals?
-
I look a the general factors of traffic and ranking first. Then I move to pages that receive new visitors.
But I also try to monitor the top 100 in the 'pest control' search at US level. Someone said this was irrelevant as it's not how users search.
I am curious as to other factors: Webmaster tools for Indexed pages? Traffic? Impressions? Clearly a link warning would be an indicator. So what other tools could indicate how much of an impact updates are having?
-
I like these. Visibility is a great addition to the simple traffic and ranking.
-
Thomas,
I look at 4 key things:
Rankings, Traffic, Visibility, & our Competition's Results.
Rankings - What keywords went up/down etc.
Traffic - Detailed traffic analysis to see changes by keyword and overall
Visibility - This is also important. For example, we had a site that was #1 in Google for it's main keyword (and still is) but now has less visibility because we actually had 5 of the 10 spots on page 1 and now we have 2 out of 10. Still #1 though, so no complaints.
Competition - In addition, I look at our competition's results and changes in the 3 criteria above as well.
How about you?
-
I would look at two things. I would look in Google Analytics at a daily graph of overall organic traffic to the site over time and add date markers for known Google updates to see if there are any changes that align with updates. I would also look in Google Webmaster Tools at the average ranking for the top 20-100 keywords before and after the date of a known Google update.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How Google could quickly fix the whole Links problem...
A Thursday morning brainstorm that hopefully an important Google manager will see... Google could quickly end all the problems of link buying, spammy links, and negative SEO with one easy step: Only count the 100 best follow links to any domain. Ignore all the nofollows and everything beyond the 100 best. They can choose what "best" means. Suddenly links would be all about quality. Quantity would not matter. Fiverr links, comment links, and all the other mass-produced spam links would literally be ignored. Unless that's all a domain had, and then they would surely be stomped by any domain with 100 decent natural links. Would it be an improvement over today's situation?
Industry News | | GregB1230 -
Can a Google Local listing be merged with a Goolge+ page?
I have a google+ company page set up and have recently added a Google local listing but have noticed it automatically sets up an additional company G+ page. Is there a way to merge the two? Can not see any reference to this issue on Google Q&A. Thanks, Stacey
Industry News | | skehoe0 -
Google Site Warnings via Phone?
I received a voicemail earlier stating that "there are two issues with your company's current Google listing that we need to discuss with the business owner. it is very important that we talk as soon as possible. press 1 to speak with an agent immediately. press 8 if you have already verified your account information or if you are no longer in business and want to be removed from this list. thank you" that's it. no contact number, no reference to what listing or what type of listing (organic, places, etc.) Checked GWT, GA, and the Gmail - there are no warnings or messages in any of those accounts. Has anyone else experienced this?
Industry News | | EmpireToday0 -
Help seems like google is punishing our site and I don't understand why
I would love some helpMy anme is Suzanne Diamond our web site is WWW.thefutonshop.com we have been on line for years, 10 brick and mortar stores, had a strong ecommerce web site but in the past 4 months we have been dropping like a leaf. Organic search has been dropping since November 2012 but now total traffic seems to be slowing We are working on our SEO but I feel it has to be something more direct that we are being punished by google Perhaps it s obvious but not to me Can anyone help me please or give me a direction. suzanne@thefutonshop.com thanks in advance for any direction
Industry News | | FUTONSHOP0 -
Google Trends - what did you do?
So is it me or did Google make some crazy changes - The "trends" are no longer anchored to appropriate articles etc... Why do you think they would remove something so useful to us? http://www.google.com/trends/ - check it out for yourself. tumblr_m5jh04D65G1ry8grko1_1280.png
Industry News | | Chenzo0 -
Google driving me Nuts - How do you combine 2 accounts?
I know this must be driving a lot of other people mad as I see loads of people who now have 2 registered accounts at google plus due to their seemingly terrible ability to merge or connect accounts. We have a work email address set up through google, then I have a personal Gmail address. In Google Plus now I have 2 profiles - even though I have not signed up to google plus with my work email, I cannot add this email to my Google + account set up on personal email as it just tells me to log into that account taking me to a page to set up a profile for that account. Has anyone managed to solve this problem - it is happening to everyone in the company, driving us all nuts and our IT guys have no idea how to solve it. Were trying to use G+ for the purposes of SEO & Marketing, but if they make it this cumbersome for people to use, then they are going to die a quick death - after a few weeks of use and noticing the huge number of dead accounts, only live accounts being SEO/Internet Marketing related, and huge number of duplicate accounts, I think their user figures are hugely suspect! Rant over - anyone know how to merge accounts?
Industry News | | James770 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690 -
How long after making changes will position on Google be altered?
I'm curious as to how long Google updates take these days? I'm just getting back into SEO after 9 years and I recall back in the day there was a monthly "dance" during which page results were updated. Is it more frequent now? Thanks
Industry News | | celife0