Why did one of our keyword score an F but is first place on Google search? The key word is "Barista Classes Los Angeles"
-
We're working with an SEO company that provides monthly details on what keywords have improved and needs work. One of our keyowords (Barista Classes Los Angeles) climbed up to number one on Google's search box. However, on SEO Moz, the same keyword got an "F" under the On-Page category.
Can someone help us out and define why this is happening? This way, we can adjust and see how we can improve.
Thanks!
-
Ranking signals are extremely complex, and On-page SEO is only a fraction of the pie (although sometimes it's a very large piece!)
For a broader perspective, run your keyword through Moz's Keyword Analysis Tool - then run a "full" report. This will show you dozens of on-page and external ranking factors for the top ten websites returned for that search query.
.... and this still isn't the full story.
Questions like this help us learn how Google's search algorithm work, and why some sites rank higher than others, even when we don't expect it. Keep questioning everything!
-
There's another possibility too Ronald.
You could have more than one page eligible to rank for "Barista Classes Los Angeles":
- One that achieved a low ranking on Google and scored a "F" on the on-page optimization reports.
- Another that ranks #1 on Google and scored higher than a "F".
-
Kevin is completely correct, but I wanted to expand. The grading on SEOMoz is a measurement of how well you are following on page SEO best practices. It takes a look at things like Keywords in Title, H1, etc. Having a poor grade on SEOMoz doesn't mean that you aren't capable of ranking well for the term, it just means that you haven't taken advantage of known ranking factors.
What that tells me is that you may be in 1st right now, but it wouldn't be hard to pass you up. If you do improve your on-page SEO, though, you will make it harder for people to pass you.
-
For long-tail keyword phrases (such as "Barista Classes Los Angeles") that do not have much competition you can easily have poor on-page seo and rank well. Another example is that if you have poor on-page seo but strong backlinks, you can easily outrank competitors' sites for that kw phrase.
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
-
Can you have same product name and description on a local and national site at the same time without getting dinged by google?
My question is regarding a few sites we own which are all related. The local site (http://location.company.com) is a extension of the national main site (http://company.com.) We are in the process of launching these new sites as replacements to older sites we created years ago. My first question regarding SEO is it important to the search engines to have unique product content on both sites even though they promote the same products (with same pictures) and brands or can we keep the same product names and descriptions as I hope? I ask this because essentially they are the same site but with with the exception of the local extension..... We thought by re writing all the content on the main pages of both sites along with different; title tags, page title and meta descriptions that that would make the sites different enough to get away with this. Is that the case? Thank you in advance for your assistance, Jake
SEO Learn Center | | Closetstogo0 -
How can get inffo on all in one SEO plugin
I have the plugin All In One SEO. I do not know how to use it. How can I get instructions telling me how to use it. I have gone to the website but there does not seem to be a way to contact anyone.
SEO Learn Center | | RQB0 -
My Wordpress Organic Blog traffic disappeared and Google is indexing Viagra and Online Med titles for some articles. How to fix that?
Hello, I'm worried that all my organic traffic has disappeared according to Analytics from past friday and now Google is showing results from my title tags in the last days as you can see here: http://goo.gl/QFSgy Is there any additional resources I can read apart from Google Clean Your site Guidelines here https://support.google.com/webmasters/answer/163634 or the Wordpress FAQ for hacked sites here? http://codex.wordpress.org/FAQ_My_site_was_hacked Very much appreciated all of your help! Regards.
SEO Learn Center | | viventuraSEO0 -
First Time SEO Online Store
Hi All, I have recently launched a new online store selling mobile phones and accessories. I have always found SEO to be one of those foggy areas, after all I see things through curly braces. However, as the director of the new online store I do need to get myself involved in SEO and all its wonders that it has to offer. I was wondering if any of the Pro SEO guys at there have any tips for an almost newbie in the world of SEO... Can it be made fun?? I find it at times to be a right slog and I do question whether I'm actually getting anywhere etc. Any responses or advice would be greatly appreciated. Regards Rob
SEO Learn Center | | stu567blue
Newbie to SEO ;o)0 -
Remove image URL from a google crawl
hello one of the warnings Im getting is that one of my urls has too many on page links here's the page: http://cheap-airport-taxis.com/airport-cab/?show=gallery but the url is being auto generated due to the wordpress plugin NextGen Gallery anyway I can exclude these from the site crawl. This page has no purpose, as the core path shows these images anyway. James
SEO Learn Center | | smashseo0 -
For Newbies! | Matt Cutts on "How does Google use human raters in web search?"
I answer many questions here in Q&A. Instead of helping one individual, I thought this would help many newbies understand how Google uses human raters for web search. Watch Matt and learn why you should not SPAM or make sorry titles. http://youtu.be/nmo3z8pHX1E?hd=1 I hope this short video helps you! Leave a comment if you wish.
SEO Learn Center | | Francisco_Meza2 -
Forecasting Seasonal Keyword Traffic with Python Script
A few weeks back, I went to a Distilled meetup here in NYC. SEER Interactive's Mark Lavoritano did some cool slides on the seasonality of keywords. Basically, his presentation made the point that you should not only think about which keywords you want to rank for but also WHEN they are most valuable. This made me think...we have a lot of moving parts to our marketing efforts. Emails with interchangeable modules, a homepage with interchangeable links, and other dynamic elements for which we have to decide what themes we want to market for the week. Babies or bikes? Kitchen Gadgets or Wine Glasses? Google Insights for Search is a great tool which allows you to look at keyword traffic year over year. However, for many of the keywords (like the ones mentioned above), on a multi-year timeframe, it can be tough to sift out the specific weeks in which traffic repeatedly peaks year after year. What I really wanted to see was the last 5 years laid on top of each other to find the common peaks. Even better, if I could map 5 years of keyword data to a single row in a spreadsheet and then use conditional formatting to create a colorscale, I could create a sweet forecasting calendar with several keywords and use this to choose the best timing for various marketing campaigns. Here's a link to a screenshot of the calendar I created: forecasting calendar I could have done this in excel, but I've been wanting to try out Python for a while now and decided this was a great time to do it. After some reasearch, I figured out how to import a csv into python and the rest was done with for loops and lists, which is fairly basic python. I've pasted my code below. In a nutshell, the program runs through all 5 years of traffic data and increments a count in a list whenever it sees a peak (according to a threshold called "peakInterestValue" that you set in the code). The output is a list of 52 numbers [0-5] (representing 52 weeks over 5 years). If the value is a 5, it means that all 5 years showed a peak in traffic at that week. If it's a 4, then 4 (out of 5) years showed a peak that week, etc...you can then copy/paste this to a row in an excel sheet with all your keywords, apply a color scale w/ conditional formatting, and boom! you've got a forecasting calendar. This code works on the exact file that Google insights exports so you don't need to format it at all. It's ready to rock. If you want to see the code formatted and cleaned up, check it out here. If you want to see a hot mess, I've also pasted the code below. You can drop it right into a .py file and run it off a cmd prompt but you'll need to install python first: http://www.python.org has installation info and great tutorials as well. Enjoy! import csv """reads a file from google insights""" """Open the last 5 years of data from Google Insights""" anniversarygiftFile2007 = csv.reader(open("anniversarygift2007.csv","r"))anniversarygiftFile2008 = csv.reader(open("anniversarygift2008.csv","r"))anniversarygiftFile2009 = csv.reader(open("anniversarygift2009.csv","r"))anniversarygiftFile2010 = csv.reader(open("anniversarygift2010.csv","r"))anniversarygiftFile2011 = csv.reader(open("anniversarygift2011.csv","r")) """Combines the data into a list""" anniversarygiftFile = [anniversarygiftFile2007,anniversarygiftFile2008,anniversarygiftFile2009, anniversarygiftFile2010,anniversarygiftFile2011] """counters"""i=0j=0 """flags used to initialize lists""" definedFlag=0 definedFlag2=0 for i in range(0,5): j=0 for row in anniversarygiftFile[i]: if j<=4: """skips the first 5 rows""" elif j==5: """initialized the list on the first week of data""" anniversarygift=[row[1]] definedFlag = 1 if(i==4): peakInterestWeeks=[0] else: """appends the list with each row""" anniversarygift.append(row[1]) if(i==4): peakInterestWeeks.append(0) if len(anniversarygift)>=52: print("i = ",i) if (i==0): if(definedFlag==1): anniversarygiftArray = [anniversarygift] definedFlag2 = 1 elif (definedFlag == 1): if(definedFlag2 == 1): anniversarygiftArray.append(anniversarygift) break j=j+1 i=i+1 """ Now all of the data is in python lists""" i=0 j=0 """ Lower peakInterestValue to lower the traffic threshold and discover more peaks """ peakInterestValue=90 """ This is a variable to help you tweak peakInterestValue""" peakInterestCnt = 0 for i in range(0,5): print("i =",i) for j in range (0,51): if int(anniversarygiftArray[i][j])>peakInterestValue: """If keyword interest peaks, peakInterestWeeks[] is incremented""" peakInterestWeeks[j]=+=1 peakInterestCnt +=1 print("Peak interest",peakInterestWeeks)print("Peak Interest Count =",peakInterestCnt) """peakInterestWeeks[] is printed out to a row in an excel file""" c = csv.writer(open("anniversarygift.csv", "w")) c.writerow(peakInterestWeeks)
SEO Learn Center | | znotes0 -
Websites copying my content and spamming it on 15+ different domains- WHY?? More pop up as I try to take each one down- what do they gain from this?
I own http://TheCareerProject.org and in the last 3 months over 15 sites have popped up copying my content and Google is scanning it as my own. Why would a site do this? Is it a hacker campaign to take away rankings? What benefits do they get from this. EXAMPLE1 : http://germanbollati.com/heat-victor-hugo-juarez-puebla/, EXAMPLE 2: http://rsa-dev1.com/unbalanced-underwriting-outsourcing-india/ There are 15 more I have submitted to Google Webmaster to evaluate and I contact the site owners and majority do not respond. Why are they doing this and what can I do? Thank you - Alicia- info@thecareerproject.org
SEO Learn Center | | miller4280