Comparing Competitor On-Page Grades?
-
When I run an advanced SERP report or even the basic keyword difficultly report it gives me competitor On-page grades. I can look directly at their code, but I'm wondering if there is a way to easily see and export a .csv or excel file of the on-page ranking factors for the top 1-10 results comparing them to a page on my site? Seems like that would be really helpful and much quicker than looking at source code to understand what on-page factors are contributing to their success. Is there any way to do this in Moz or a free tool elsewhere you would suggest?
-
Hi Keith!
You can reach the standalone On-Page Grader from the top navigation menu. Screenshot attached.
-
Thanks that helps! Where did you find the link to that? I couldn't find it anywhere in moz analytics, only the other one that wouldn't allow me to enter other site's urls. Yeap I'm aware of the limited nature of on page factors.
-
Hi Keith
We have two on-page graders, one for campaign only URLs and one for any URL at moz.com/researchtools/on-page-grader
You can run a full report for any of your competitors, this will be the only way to obtain a breakdown of the factors, but may not be something you would necessarily focus on as they are only guidelines as you can just see the grades in full SERP reports to rule out keyword optimization as a ranking factor. This is if you are wondering why you see a page ranking higher than others with an F grade. There isn't a need to get a page report as it is likely ranking due to other factors.
Hope this helps!
-
Thanks for the reply. To be more clear I'm using the keyword difficulty tool and serp tool in moz which gives you the top 10 competing urls to your page for a given keyword. One part of that is the on page optimization.
Currently moz gives you and your competitor a rank for on page optimization. A-F. If you try to plugin the competitor url into moz on-page optimizer it does not allow you. What I think would be really helpful is if moz exported a .csv or excel of those 10 top competitors and how they did in each of the 20 categories or so of on page optimization. So you could easily see areas that your competitors were strong in and your page was weak in. A more manual approach would be just to be able to see the rankings that a single competitor site got by plugging it into on page optimizer and then comparing it to your site. Currently I've been unable to get moz to do even that.
Now I can do it the old fashioned way of viewing source code and such but that's not why I subscribe to moz I was hoping they had a tool that did this. Open to suggestions.
P.S. I know on page is not the end all solution it's just one of many factors, just thought moz would have something for this since it already has the on page analysis tool for YOUR site pages.
-
With competitor keyword tracking in Moz you can see where your competitors are in the serps, which basically tells you their on page grade. (A rough guestimate at least.)
Also you will be able to look at graphical data for each competitor for that keyword.
-
Hi Keith,
I'm just curious, why would you like to fetch those element again & again? You have the list of your competitors (hope they aren't more than 4-5) and you can simply browse their product and pick a sample set of their pages, which are mapped to your pages for any given query. Now, do a on-page grade test for both the pages and you'll be able to compare them on each an every on-page element.
Assuming, each and every page on their (or yours for that matter) won't have absolutely unique template and hence, on-page grade report of any given page of one kind, would be more or less the same for other pages from that set.
Here's the task for you, pick he various types of pages you have for your site, take some sample instances (even one would be enough too, I guess) of each type. Now, pick the mapped landing pages on competitors sites and do the comparisons.
P.S Its an interesting requirement and I was thinking about building some interesting tool like this, thanks for your suggestion. I would love to work on this, if time permits
Cheers!
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
-
Keyword Volume - as compared to keyword planner and other tools.
Hi in the rankings for my keywords, the monthly range is so much lower than other keyword tools I use, including google keyword planner, semrush and longtail pro (which all match and show a number much higher than Moz). Support said it's because those tools may group like keywords or singular/plural versions where Moz truly separates each term as a separate term, hence more specific and precise. My question is: If google does somewhat group plural/singular and close match keywords, then wouldn’t it not matter anyways - if someone types a close match keyword and my keyword ends up triggering/displaying as if they typed my targeted keyword - then wouldn’t it still fall under the larger number if in the end it works in displaying my website as a result? If google changes search "blue sky" to "sky that is blue", and you get the same ranking for either of those two keywords then in the end does it matter? I'm thrown for a loop as I spent time optimizing my website based on numbers I received from the other tools and now seeing a much lower number for said keywords and possibly a little higher for a different variation of it, I don't know what to do.
Moz Bar | | camoeverafter.com0 -
Why is the Moz tool bar page analysis saying my website is from Romania when we are in the United States?
So when I go to my client's website, https://www.paracore.com/ and on the home page, I use the Moz toolbar. From there I then use the "Page Analysis." If you look at the "URL" line there is a Romanian flag next to the site name. Then I scroll down within the page analysis and the "Country" line says Romania. This is a WordPress site, and the company is based in Arizona. Can anyone explain to me if this is code that I can find and change or remove? Any insight would be greatly appreciated.
Moz Bar | | Striventa1 -
How Can I Batch Upload URLs to get PA for many pages?
Howdy folks, I'm using advanced search operators to generate lists of long tail queries related to my niche and I'd like to take the batch of URLs I've gathered and upload them in a batch so I can see what the PA is for each URL. This would help me determine which long tail query is receiving the most love and links and help inform my content strategy moving forward. But I can't seem to find a way to do this. I went to check out the Moz API but it's a little confusing. It says there's a free version, but then it looks like it's actually not free, then I try to use it and it says I've gone over my limit even though I haven't used it yet. Anyone that can help me with this, I'd really appreciate it. If you're familiar with SEMRush, they have a batch analysis tool that works well, but I ideally want to upload these URLs to Moz because it's better for this kind of research. Thanks!
Moz Bar | | brettmandoes2 -
Calling all 301 htaccess Guru's - www to non www - then to https + Redirect homepage to inner page
I have tried searching, multiple opinions and multiple things that supposedly work. What I have now, seems to work from an end user perspective, but Roger tells me otherwise: Redirect Chain issue....redirect, which redirects which redirects etc..... FIRST, we need to redirect all www to non www. SECOND, we need to redirect all to https. THIRD, we need to redirect the homepage to an inner page. (Got to love BOGUS DMCA complaints! :)?) So far we have: RewriteEngine on
Moz Bar | | Jes-Extender-Australia
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} ^mydomain.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.mydomain.com.au$
RewriteRule ^/?$ "https://mydomain.com.au/inner-page-here" [R=301,L] Plus down the page there is the usual wordpress settings: <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule> So, why does it seem to work for the end user, but Roger has his knickers in a knot saying, redirect, to redirect to redirect etc? Namaste and many thank you's in advance 🙂0 -
605 : Page banned by robots.txt
Hello everyone, I need experts help here, Please suggest, I am receiving crawl errors for my site that is , X-Robots-Tag: header, or tag. my robots.txt file is: User-agent: * Disallow:
Moz Bar | | bhomes0 -
On-page SEO in Shopify
Can I successfully perform on-page SEO in Shopify much like I would in a WordPress website? Reasons why I am asking: No plugin I know of like SEO-All-in-one, yoast or any plugin I know of.... URL is www.yourwebsite.shopify.com - Will my on-page efforts be fruitless with this kind of URL. Will the MOZ 'on-page grader' work properly with pages at www.yourwebsite.shopify.com or www.yourwebsite.com? Any Advice, pitfalls of performing on-page and off-page SEO in Shopify? Can you recommend an SEO plugin/APP for Shopify? Will I need a developer/coder to perform SEO in Shopify - Title and Descriptions? Best tool to find long-tail keywords? Thanks. JOE
Moz Bar | | Joseph.Lusso0 -
Deleting old obsolete pages from the Page Grades section?
Last year we did a total site overhaul, moving from an old ASP site setup to a new WordPress set up. I notice that there are still a handful of old ASP pages being graded still - and turning up as F of course. I tried marking them and deleting them, but hitting delete makes the check box clear, but does not remove the page. How do I get them totally out of grading circulation? Also, some of the links are showing with session info and extra unnecessary characters - how can I clean those links up?
Moz Bar | | OBIAnalytics1 -
On Page Grader not working on the fly
On Page Grader has this lovely little re-grade page button next to the URL and term field but it's never worked on the fly for me. What's going on here? You discover something critical, fix it and you want the satisfaction of re-grading to test it and get that A but it doesn't work. I can see the changes on the site so why not??
Moz Bar | | wearehappymedia0