Facebook F8 Conference – Keynote Announcements & Impact to Marketers

Last week, myself and a colleague attended the F8 Conference in San Jose. F8 is Facebook’s yearly developer conference where they take time to announce new products, features, and other key topics.
On Tuesday, Mark Zuckerberg delivered the opening Keynote on a topic top of mind for many– privacy.…
The post Facebook F8 Conference – Keynote Announcements & Impact to Marketers appeared first on Seer Interactive.
Facebook F8 Conference: Seer’s Take on Ad Creative Updates
A colleague and I attended F8 2019 in San Jose where a big focus was the power of ad creative. Many of the speakers emphasized that creative has the power to either make your campaign or break it because the creative element of paid social marketing is becoming more important.…
The post Facebook F8 Conference: Seer’s Take on Ad Creative Updates appeared first on Seer Interactive.
Lucy Wills Google Doodle
Today on Google.com is a special Google Doodle, a special Google logo, for Lucy Wills’ 131st birthday. She was an English haematologist whose work led to the discovery of preventive prenatal care for women.
Google My Business Tests Design & Layout Update
It looks like the folks at Google My Business are testing and maybe rolling out yet another new design for the Google My Business console. The new design lets you update the cover photo easily, the new navigation at the top and up-selling G-Suite serv…
Audio Podcasts Now In Google Search
You can now discover, see and listen to audio podcasts directly in search. This was part of the overall I/O keynote from Wednesday, but launched yesterday morning and you can I can see it on both desktop and mobile Google search.
SEOs: Here Is What Is Coming To Google Image Search That Matter
For the past several months both John Mueller and Gary Illyes from Google have been telling webmasters and SEOs that image search is something they should be paying more attention to. Well, now we know why – not just the 3D images but Google announced…
Google Search Algorithm Update Signals Around May 9th
I am seeing some limited chatter around a possible Google search algorithm update around May 9th, maybe starting May 8th. The chatter and signals are not super high, like some other updates, but there is enough for me to bring this to your attention.
…
Search Buzz Video Recap: Google Search Update, Evergreen GoogleBot, Image Search Features & I/O
This week I covered the monthly Google Webmaster report, so catch up on the past month there. It was Google I/O this week, so a lot of new stuff came out. Google may have done an algorithm update around May 9th…
Google Ads store visits, store sales reporting data partially corrected
Google says it is making progress, but there are still days for which reporting is inaccurate.
Please visit Search Engine Land for the full article.
Free Beer!!!!!! SEO Contest!!!!!!
Hey friends! I’m way over-invested in rare beer and underinvested in giving back to the SEO community (aren’t we all?). There has been a lot of tweetin’ and discussin’ about forum/comment links lately. Do they have zero value for SEO, or is the devil in the details? Anyway, enough talk. If you can create a […]
Announcing a new integration: Yoast SEO for Neos CMS
As you might know, Yoast SEO isn’t exclusive to WordPress. Together with our partners, we’re looking to bring our popular SEO plugin to more open source platforms. After releasing Yoast SEO for Magento 2 and TYPO3, together with MaxServ, we’re now launching a new integration: Yoast SEO for Neos CMS! Sebastian Helzle, core developer in […]
The post Announcing a new integration: Yoast SEO for Neos CMS appeared first on Yoast.
Evergreen Googlebot with Chromium rendering engine: What technical SEOs need to know
Googlebot now supports many more features and will make it easier for developers to ensure their sites work with Googlebot.
Please visit Search Engine Land for the full article.
Study: How to use domain authority for digital PR and content marketing
Are high DA sites always a good fit for your content? Our study found a link between DA and the response types we received from writers at these publishers.
The post Study: How to use domain authority for digital PR and content marketing appeared first on Search Engine Watch.
Visualizing Speed Metrics to Improve SEO, UX, & Revenue – Whiteboard Friday
Posted by sam.marsden
We know how important page speed is to Google, but why is that, exactly? With increasing benefits to SEO, UX, and customer loyalty that inevitably translates to revenue, there are more reasons than ever to both focus on site speed and become adept at communicating its value to devs and stakeholders. In today’s Whiteboard Friday, Sam Marsden takes us point-by-point through how Google understands speed metrics, the best ways to access and visualize that data, and why it all matters.

Click on the whiteboard image above to open a high-resolution version in a new tab!
Video Transcription
Hi, Moz fans, and welcome to another Whiteboard Friday. My name is Sam Marsden, and I work as an SEO at web crawling platform DeepCrawl. Today we’re going to be talking about how Google understands speed and also how we can visualize some of the performance metrics that they provide to benefit things like SEO, to improve user experience, and to ultimately generate more revenue from your site.
Google & speed
Let’s start by taking a look at how Google actually understands speed. We all know that a faster site generally results in a better user experience. But Google hasn’t actually directly been incorporating that into their algorithms until recently. It wasn’t until the mobile speed update, back in July, that Google really started looking at speed. Now it’s likely only a secondary ranking signal now, because relevance is always going to be much more important than how quickly the page actually loads.

But the interesting thing with this update was that Google has actually confirmed some of the details about how they understand speed. We know that it’s a mix of lab and field data. They’re bringing in lab data from Lighthouse, from the Chrome dev tools and mixing that with data from anonymized Chrome users. So this is available in the Chrome User Experience Report, otherwise known as CrUX.
CrUX metrics
Now this is a publicly available database, and it includes five different metrics. You’ve got first paint, which is when anything loads on the page. You’ve then got first contentful paint, which is when some text or an image loads. Then you’ve DOM content loaded, which is, as the name suggests, once the DOM is loaded. You’ve also got onload, which is when any additional scripts have loaded. That’s kind of like the full page load. The fifth and final metric is first input delay, and that’s the time between when a user interacts with your site to when the server actually responds to that.

These are the metrics that make up the CrUX database, and you can actually access this CrUX data in a number of different ways.
Where is CrUX data?

1. PageSpeed Insights
The first and easiest way is to go to PageSpeed Insights. Now you just plug in whatever page you’re interested in, and it’s going to return some of the CrUX metrics along with Lighthouse and a bunch of recommendations about how you can actually improve the performance of your site. That’s really useful, but it just kind of provides a snapshot rather than it’s not really good for ongoing monitoring as such.
2. CrUX dashboard
Another way that you can access CrUX data is through the CrUX dashboard, and this provides all of the five different metrics from the CrUX database. What it does is it looks at the percentage of page loads, splitting them out into slow, average, and fast loads. This also trends it from month to month so you can see how you’re tracking, whether you’re getting better or worse over time. So that’s really good. But the problem with this is you can’t actually manipulate the visualization of that data all that much.
3. Accessing the raw data
To do that and get the most out of the CrUX database, you need to query the raw data. Because it’s a freely available database, you can query the database by creating a SQL query and then putting this into BigQuery and running it against the CrUX database. You can then export this into Google Sheets, and then that can be pulled into Data Studio and you can create all of these amazing graphs to visualize how speed is performing or the performance of your site over time.
It might sound like a bit of a complicated process, but there are a load of great guides out there. So you’ve got Paul Calvano, who has a number of video tutorials for getting started with this process. There’s also Rick Viscomi, who’s got a CrUX Cookbook, and what this is, is a number of templated SQL queries, where you just need to plug in the domains that you’re interested in and then you can put this straight into BigQuery.
Also, if you wanted to automate this process, rather than exporting it into Google Sheets, you could pull this into Google Cloud Storage and also update the SQL query so this pulls in on a monthly basis. That’s where you kind of want to get to with that.
Why visualize?
Once you’ve got to this stage and you’re able to visualize the data, what should you actually do with it? Well, I’ve got a few different use cases here.
1. Get buy-in
The first is you can get buy-in from management, from clients, whoever you report into, for various optimization work. If you can show that you’re flagging behind competitors, for example, that might be a good basis for getting some optimization initiatives rolling. You can also use the Revenue Impact Calculator, which is a really simple kind of Google tool which allows you to put in some various details about your site and then it shows you how much more money you could be making if your site was X% faster.
2. Inform devs
Once you’ve got the buy-in, you can use the CrUX visualizations to inform developers. What you want to do here is show exactly the areas that your site is falling down. Where are these problem areas? It might be, for example, that first contentful paint is suffering. You can go to the developers and say, “Hey, look, we need to fix this.” If they come back and say, “Well, our independent tests show that the site is performing fine,” you can point to the fact that it’s from real users. This is how people are actually experiencing your site.
3. Communicate impact
Thirdly and finally, once you’ve got these optimization initiatives going, you can communicate the impacts that they’re actually having on performance and also business metrics. You could trend these various performance metrics from month to month and then overlay various business metrics. You might want to look at conversion rates. You might want to look at bounce rates, etc. and showing those side-by-side so that you can see whether they’re improving as the performance of the site is improving as well.
Faster site = better UX, better customer loyalty, and growing SEO benefit
These are different ways that you can visualize the CrUX database, and it’s really worthwhile, because if you have a faster site, then it’s going to result in better user experience. It’s going to result in better customer loyalty, because if you’re providing your users with a great experience, then they’re actually more likely to come back to you rather than going to one of your competitors.
There’s also a growing SEO benefit. We don’t know how Google is going to change their algorithms going forward, but I wouldn’t be surprised if speed is coming in more and more as a ranking signal.
This is how Google understands page speed, some ways that you can visualize the data from the CrUX database, and some of the reasons why you would want to do that.
I hope that’s been helpful. It’s been a pleasure doing this. Until the next time, thank you very much.
Video transcription by Speechpad.com
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 Code Lab Supports Structured Data, Single Page Apps & Dynamic Rendering
Martin Splitt from Google announced while at Google I/O yesterday that they have updated the Google Code lab not to just support structured data but also single page apps (SPAs) and dynamic rendering. Code lab is a solution that walks you through ste…
GoogleBot Runs Latest Chrome – This Is Big News
Probably the biggest news for the SEO industry out of Google I/O yesterday was that Google said Googlebot is now evergreen, meaning it will stay up-to-date with the latest version of Chromium, their popular Chrome browser. This brings thousands of new…
Google Mobile Friendly Test Not Using Latest Chromium Yet
With the big news around Googlebot now being evergreen and running the latest version of Chromium and thus being able to access 1000+ new features on web pages, you’d think we’d see it. But no, we don’t see it yet and no – the mobile-friendly test and…
Google: SEO Contests Useless, Waste Of Time & Generate Tons Of Spam
Every now and then you hear about a new SEO contest where you can win money, prizes, recognition and fame. Well, that might just stop now that John Mueller from Google trashed the concept. He said on Twitter “SEO contests are pretty useless. SEO contests never reflect real life-performance, they generate a ton of spam that negatively affects the whole ecosystem, they’re a big waste of time & effort. The smart approach to SEO contests is to ignore them.”
Google Search Console New Speed Report
At Google I/O they demonstrated a new report within Google Search Console named the Speed Report. It is currently in beta or experimental mode but they showed some screen shots of it in action.