SMX West registration is open
Mark your calendars for SMX West 2018! We’re coming to sunny San Jose, California, March 13-15. Don’t miss your chance to attend the largest search marketing conference on the West Coast. Obsessed with search? So are we. SMX is the only conference series that is 100 percent dedicated to…
Please visit Search Engine Land for the full article.
What is pad thai? Google’s animated doodle shows what’s in the dish & how to make it
Inspired by a doodler’s own research into the recipe, the colorful doodle offers a fanciful ride through the pad thai-making process.
The post What is pad thai? Google’s animated doodle shows what’s in the dish & how to make it appeared first on Search Engine Land.
Please visit Search Engine Land for the full article.
Google adds wait times to local results in search and maps
Hate waiting for your seat in a restaurant? Now Google can tell you the current wait time before you go.
The post Google adds wait times to local results in search and maps appeared first on Search Engine Land.
Please visit Search Engine Land for the…
Google promises to improve accuracy of tweets shown in search results
After misinformation surfaced in the Google search results under the Twitter section for the Texas church shooter’s name, Google has promised to make changes.
The post Google promises to improve accuracy of tweets shown in search results appeared firs…
How to stop Google AdWords campaigns from failing
Disruptive Advertising recently outlined the main reasons that AdWords campaigns succeed or fail, based on an audit of more than 2000 AdWords … read more
Google: Links To Images Do Not Help Embedded Page Rank
An SEO asked Google’s John Mueller if links to a specific image file will help the page that image is embedded on rank better. So for example, if you link to the image URL above, but not to this specific page where the image is embedded on…
Google: JavaScript Links, If Found, Pass Full Link Signals
Google’s John Mueller replied to a question around links found in JavaScript saying that once the link is rendered, Google will treat the link like how they treat any other link. John Mueller said on Twitter “a link is a link…
Google Suggests Both SEOs & Developers Are To Blame For Ego Fights
It is well known that when SEOs work with developers and when developers work with SEOs, sometimes often they don’t see eye to eye. An SEO might tell the developer to code it one way…
Why you should actively avoid the passive voice
Are you aware of the risks of overusing the passive voice in your writing? In the readability analysis in our Yoast SEO plugin, we recommend using the passive voice in a maximum of 10% of your sentences. But why? In this post, I will discuss a couple of key questions pertaining to the passive voice. […]
The post Why you should actively avoid the passive voice appeared first on Yoast.
How to Do a Keyword-Driven Content Audit (with Keyword Explorer)
Posted by Dr-Pete
As content marketers, we frequently suffer from What Have You Done For Me Lately Syndrome (WHYDFMLS). As soon as we’re done with one piece of content, we’re on to the next one, barely stopping to check analytics for a couple of days. Analytics themselves are to blame, in part. Our default window into traffic-based analytics is somewhere in the realm of 30 days, leading us to neglect older content that’s still performing well but may not be competing day-to-day with the latest and greatest.
I’m a big believer in digging back into your hidden gems and looking for content that’s still performing but may be due for an update, rewrite, or even just testing a better title/headline. How do we find this content, which is often buried in our this-week-focused analytics?
Let’s think like SEOs. One approach is to find older content that’s still ranking for a solid number of keywords, but may be out of date or under-performing. This is content that’s still driving traffic, but we may be overlooking. We don’t have to fight an uphill battle to get it ranking – we just have to better tap the potential this content is already demonstrating.
Step 0 – The “Exact Page” filter
Before we begin, I’m going to jump to the end. You may know that we recently launched Keywords By Site in Keyword Explorer, which allows you to peer into a keyword “universe” of millions of searches to see how a given domain is ranking. What you may not know is that you can also look up a specific page with the “Exact Page” filter. Go to the Keyword Explorer home page, and it’s the last entry in the pull-down:

Here’s a zoom-in. I’ve entered a popular post from my personal website:

Click the search (magnifying glass) button and you’ll get back something like this:

Even for my small blog, I’ve got a healthy list of keywords here, and some ranking in the top 50 that have solid volume. I also know that this post still gets decent traffic, even though it was written in 2009. If I were still active in the usability space, this would be a prime candidate for a rewrite, and I’d know exactly what keywords to target.
This is all well and good when you have an exact page in mind, but how do you audit an entire site or blog when you don’t know what’s performing for you? I’m going to outline a 6-step process below.
Step 1 – Get all rankings
Let’s say I want to find some buried content treasure right here on the Moz Blog. In the Keyword Explorer menu, I’ll select “root domain” and enter our root domain, “moz.com”:

I’ll get a similar report as in Step 0. Under “Top Ranking Keywords”, I’m going to select “See all ranking keywords”. In this case, I get back a table of more than 53,000 keywords that moz.com currently ranks
for. Not too shabby. These are not just keywords I actively track, but all of the keywords moz.com ranks for in Keyword Explorer’s “universe” of roughly 40 million keywords.
Step 2 – Export keywords
So, how does a keyword list help us to better understand our content? Above the keyword table, you’ll see two options, “Export CSV” and “Add to…”:

I’m going to choose the export – we’re going to want the whole, beautiful mess for this job. What I’ll get back is a file with every keyword and the following columns:
- Keyword
- Minimum Volume
- Maximum Volume
- Keyword Difficulty
- Top Rank
- Top Ranking URL
That last column is the important one. The export contains the top ranking URL for moz.com for each of the keywords (note: your maximum export size does vary with your Moz Pro membership level). This is where we can start forging the content connection.
Step 3 – Filter pages
I ended up with 30K keyword/URL pairings in the CSV. So that the viewers at home can follow along, I’m going to do the next few steps in Google Sheets. The first thing I want to do is filter out just what I’m interested in. In the “Data” menu, select “Filter”. You’ll see green arrows appear next to each column header. Click on the one next to “Top Ranking URL” (the last column). I’m going to use “Filter by condition” with “Text contains” and isolate all ranking URLs with “/blog/” in them:

This leaves me with 13,266 keyword/URL pairings. Personally, I like to copy and paste the filtered data to a new worksheet, just because working with filtered data tends to be a bit unpredictable. So, now I’ve got a separate worksheet (named “Filtered”) with just the keywords where the Moz blog ranks.
Step 4 – Pivot pages
If you haven’t used pivot tables, I’d strongly encourage you to check them out. Annie Cushing has a great Excel tutorial on pivot tables, and I’ll walk you through a couple of basics in Google Sheets. Generally, you use pivot tables when you want to group data and calculate statistics on those groups very quickly. In this case, what I want to do is group all of the matching URLs in my data set and get the counts. In other words, how many keywords is each unique blog post ranking on?
After selecting all of the data on that new “Filtered” tab, click the “Data” menu again, and then “Pivot tables…” at the bottom. This opens up a new sheet with a blank table. On the right are some slightly cryptic options. Under “Rows”, I’m going to add “Top Ranking URL”. This tells Google Sheets that each row in the pivot table should be a unique (grouped) URL from the top ranking URLs. Next, I’ll select the “Values”::

The COUNTA() function just tells Google Sheets to return the total count for each URL (for some reason, COUNT() only works on numeric values). As a bonus, I’ve also selected the SUM() of Max Volume. This will total up the volume for all of the ranking keywords in our data set for each URL.
Pivot table results can be a bit hard to work with (in both Excel and Google Sheets), so I’m going to copy and paste the data (as values only) into a new sheet called “Audit”.
Step 5 – Find candidates
Let’s get to the good stuff. When I group the URLs, I’m left with 1,604 unique blog posts in this particular data set. I can easily sort by posts ranking for the most keywords or posts with the most potential search volume (under “Data” / “Sort range”). I’m going to stick to raw keyword count. Here’s just a sample:

Obviously, there’s a ton here to dig into, but right away I noticed that two of the posts in the top 10 seemed to have some connection to graphics and/or image search. This stood out, because it’s not a topic we write about a lot. Turns out the first one is a video from May 2017, so not a great candidate for an update. The second, however (highlighted), is a tools post from early 2013. This post was surprisingly popular, and given how many new tools have come out in the past 4-1/2 years, is a perfect candidate to rewrite.
Here’s a link to the full Google Sheet. Feel free to make a copy and play around.
Step 6 – Back to Step 0
Remember that “Exact URL” option I talked about at the beginning of this post? Well, now I’ve got a URL to plug back into that feature and learn more about. Our data dump showed 170 ranking keywords, but when I target that exact URL, I’m likely to get even more data. Here’s just a sample:

Sure enough, I get almost double that count (348) with an exact URL search, and now I have an entire treasure trove to sort through. I sorted by volume (descending) here, just to get a sense of some of the more interesting keywords. I can, of course, repeat Step 6 with any of the URLs from Step 5 until I narrow down my best prospects.
Next steps (for the adventurous)
If I were going to rewrite the post I found, I’d want to make sure that I’m targeting two sets of keywords: (1) the important keywords I currently rank highly on (don’t want to lose that traffic) and (2) higher volume keywords I have the potential to rank on if I target them better. I might target, for example, a few choice keywords where I currently rank in the top 20 results and have a Page Authority that’s better than (or, at least, not too far from) the listed Keyword Difficulty.
Of course, you can also feed any of these keywords back into Keyword Explorer for more suggestions. Ideally, you’re looking for a handful of solid keyword concepts to target. The goal isn’t to stuff every variation into your rewritten post. The goal is to create a better, newer, more useful post that also happens to intelligently incorporate highly relevant keywords.
Bonus: Walk-through video
If you’d like to learn more about the Keyword Explorer features discussed in this post, I’ve created a short (roughly 2 minute) walk-through video:
Give it a try and let me know what you find. While I’ve chosen to focus on Keyword Explorer in this post (hey, we have to pay the bills), this same process should work with a handful of other popular keyword research tools, as well.
Sign up for The Moz Top 10, a semimonthly mailer updating you on the top ten hottest pieces of SEO news, tips, and rad links uncovered by the Moz team. Think of it as your exclusive digest of stuff you don’t have time to hunt down but want to read!
Google Product Comparison With Highlights Differences Toggle
I am sure I’ve seen flavors of these product comparison search results in Google but the one Grant Oster shared on Twitter seems really new to me. It seems to compare not just pricing points but reviews…
Google Tweets For Searches On Devin Patrick Kelley Upset Searchers
Last night, if you were looking for more information on the person behind the horrendous Texas Church shootings and you went to Google and searched for [devin patrick kelley] you may have been disturbed to see some of the Twitter posts, Tweets…
…
Google: Few Strong Pages > Many Weak Ones
Google’s John Mueller said on Twitter that fewer strong pages is often better than having many weak pages. John wrote “You can do a lot of things…
GoogleBot Crawls & Renders Tall, With 9000px High Viewport?
I saw an interesting tweet from Google’s John Mueller the other day, where he said that GoogleBot “renders with a very tall viewport, which skews some CSS (often images).” He said if you want to somewhat replicate what GoogleBot sees, “ry in Chrome de…
SEO ranking factors for 4 business verticals and what they mean for local businesses
As organic search becomes ever more targeted, SEO is evolving in ways that require more customization. Wesley Young explores a recent study on ranking factors and provides 7 practical takeaways to boost search rank.
The post SEO ranking factors for 4 …
Beyond Google Analytics: 10 SEO analytics and reporting tools
Analytics and reporting are a critical part of any SEO campaign, and while Google Analytics is a great place to start, it most certainly shouldn’t be where you stop. In this post, we’ll cover some of the best free and paid tools available for SEO reporting and analytics.
How’s your English?
Writing English can be hard, especially if it’s not your first language. But how important is it to use correct English? Does it even matter? In this post, I’ll explain why it’s so important to use correct language in your posts and articles. So: How’s your English? On a personal note Most of the writers here at […]
The post How’s your English? appeared first on Yoast.
