The first month of 2018 brought only a small amount of technical SEO updates. However, the ones that did appear focused on the way that Google delivers news, Page Speed, Accelerated Mobile Pages (AMP), and featured snippets.

At the bottom of this roundup we have also placed an extensive reading list, so make sure to check it out.

Technical Bug De-Indexes Publishers in Google News

Benefit: High
Difficulty: Low

Early in the second week of January, a growing number of news publishers complained on the Google News Help Forum that their publications had been de-indexed from Google News.

Although some publishers received notifications that their publications would be removed, in the majority of cases, no warnings were issued.

The publishers that did receive warnings were told that Google “periodically” reviews its news sources and that in this instance, they could no longer be featured within Google News, possibly part of the push against fake news.

On January 9 Valerie Streit from the Google News Team posted on Google News Help and stated that the team was very much aware of the issue and that they were actively monitoring posts and complaints.

Issuing an update on the same day, Valerie reported that the de-listings were the result of a technical issue, and were not the result of any manual actions by Google.

The team pledged to have the incorrectly removed sites re-listed as soon as possible.

It is unclear just how many news sites were de-indexed from Google News, but it is believed that the bug has now been fixed and that sites were relisted within a matter of days.

Action Point

No action is required here as the technical issue that caused the delisting has now been resolved and any removed publishers have now been relisted.

AMP Testing Tool Released

Benefit: High
Difficulty: Low

While Search Console AMP errors are useful, developers should test code locally before pushing it to staging/UAT and production.

Google has released a new AMP testing tool that allows developers to insert a URL, request the AMP page, and view any errors that are detected.

You can find it by typing “amp testing tool” into the address bar of your Chrome Web Browser, where the AMP input box is then provided.

You may also bookmark the tool.

Are you testing on your development environment?

It’s worth noting that Google’s AMP testing tool does not allow you to upload any HTML markup or use localhost, so you will need to create a virtual tunnel.

This will bind your preferred local network and port to a public Internet address.

You can use ngrok to do this for free.

NGRok have released a AMP Testing tool.

In the example above, all requests from http://27e8bb35.ngrok.io are now routed to http://localhost:5000.

This allows you to test local AMP URLs using a public URL such as http://27e8bb35.ngrok.io/news/1234.amp.

Action Point

Use Search Console to see if you have any AMP errors.

To use Google’s AMP testing tools on your development machines, use a virtual tunnel to allow the service to connect to your localhost.

AMP URLs to Allow Publisher Branding

Benefit: High
Difficulty: Low

After issues regarding user privacy, Google is now allowing publishers to use AMP within their own URL branding.

Following months of research by the AMP Team, Google now removes any tracking before publication by hosting a cached copy of the AMP output on its servers, allowing for a sanitisation of the cached result.

The new procedure also means that the custom URLs are no longer slow, which would defeat the whole point of AMP.

Performance is maintained by Web Packaging the CSS, JavaScript, images, and any other media. Third party assets, such as jQuery, referenced on content delivery networks, are also automatically bundled in for the user. All files are cryptographically signed to ensure that they are not changed throughout the delivery process.

Action Point

We expect that no changes will be required.

Malte Ubl, Tech Lead for the AMP Project at Google stated that the changes will be rolled out in the second half of 2018.

Google Announces “Speed Update” for Mobile Searches

Benefit: High
Difficulty: High

On January 17, Google announced its “Speed Update” where it declared that page speed shall be considered a ranking factor for mobile searches from July 2018.

Although page speeds have been used as a signal for desktop devices for some time, the change shall affect mobile pages that deliver the slowest experience to users, which will involve only a small percentage of queries.

Regardless of the technology used to build a page, Google states that the same standard will apply to all, while the intent of the search query still holds a strong signal, so a slow page may still rank highly if it happens to hold relevant, quality content.

Net Neutrality and Page Speed

This update might cause issues later down the line in the U.S., due to the vote was taken by the Federal Communications Commission, which voted to repeal net neutrality laws enforced in 2015. This means that if ISPs are served with total control over the bandwidth that each content provider receives, they might slow or speed up a connection, depending on how much money is being paid. This works true for the web hosting providers too.

Theoretically, if a content or web hosting provider can pay more money than a competitor, it might rank higher, due to the imbalance of bandwidth applied to each.

We are still unsure how the repeal will play out, and whether ISPs will decide to control Internet speeds based on the income provided to them, but it is hoped that Google will be able to find a way around the issue, should it all come to pass.

Action Point

Regardless of whether Google was including page loading speeds on mobile as a signal previously, page speed has always been important for user experience.

There are now a range of tools being published on the market so that webmasters can consider a widening range of metrics that affect user experiences.

It’s always worth using a variety of tools to ensure that you can effectively evaluate a page’s performance.

Here are some useful tools to consider:
Lighthouse – Free
Sitespeed.io – Free
Apache AB – Here is a tutorial to get started. – Free
Loader.io – Free/Paid
New Relic – Free/Paid

Google Search Console Invites

Benefit: Medium
Difficulty: Low

Google has been widening its Search Console public beta throughout January and by now many businesses will have received one or two emails announcing its introduction.

Introducing the new Google Search Console  and invites have been being sent out to the Beta for most webmasters

If you are still waiting for a notification, you can use the following URL, by replacing the resource_id parameter with your own profile URL (subdirectories work too):

https://search.google.com/search-console/index?resource_id=https://www.example.com

You will still need to switch between the current dashboard and beta dashboard to access all Search Console functionality. We expect Google to roll out the new features throughout 2018.

Action Point

Open your new Search Console index report and review the new granularity of XML sitemaps as well as URL error reporting. Unfortunately, it’s a little tricky to copy the URLs in the list, so we have submitted a suggestion for the Search Console team:

The Subdomain vs. Subdirectories Debate Rages On

Benefit: Medium
Difficulty: Low

After John Mueller posted a video on YouTube mentioning that subdomains and subdirectories are treated equally by Google’s algorithms, a debate about the subject quickly arose between Google and SEOs on Twitter.

Mueller’s statement echoes one that Matt Cutts said way back in 2012, that webmasters should do what is best for their business and DevOps team.

Assuming that Mueller is correct about the way that Google’s algorithms treat subdomains and subdirectories, many of the SEOs and companies that are reporting the contrary might need to rebuild their recommendations.

Based on this isolated statement, websites providing subdomain tenancy to clients would be able to piggyback off the company entity, but we are sure there would be exceptions.

Many years ago, companies that employed article spinning and poor quality content were penalised with the Google Panda update. After this occurred, to counteract this penalty, many of these companies created new subdomains for each author, although there are high profile examples (WordPress, Tumblr, and Slack) where subdomains are not treated equally and it should most likely be viewed as an exception.

It would of course be useful if Google’s Search Console provided an option to state whether a domain happens to be multi-tenant.

Action Point

We still believe that, if your domain is used by a single entity, it is safer to reverse proxy web applications hosted on subdomains onto your main domain.

For example, if your company uses an ecommerce platform on the www subdomain https://www.example.com, and has an isolated WordPress installation on another server https://blog.example.com, a reverse proxy can be setup to hide the server details and make the blog accessible through https://www.example.com/blog.

As well as being one of the most popular web servers, Nginx also provides reverse proxy functionality.

Benefit: High
Difficulty: Medium

On the very last day of January, Danny Sullivan published A reintroduction to Google’s featured snippets, in which he discussed not only what featured snippets are, but also when they happen to be shown for users, and how Google is still evolving them.

In the article, Sullivan stated that featured snippets will diversify answers in the future so that the search experience can be enhanced by providing sources that are of both good quality and are from both publications large and small.

So instead of serving an answer to a user that would be presented as a universal truth, as it has in the past (snippets has been accused of providing some “shockingly bad” answers for quite some time), it would now offer multiple answers in a variety of forms, which are interactive, allowing the user to select an answer based on their individual query and expectations.

This means that users might be served with multiple answers when there are differing opinions; “do reptiles make good pets?”

Additionally, users can now provide feedback on a snippet using the link at the bottom of its box.

Action Point

Continue to offer quality content to users and consider what questions a person would ask so that you can cater to some of their most important queries. Research what competitors are doing and consider offering FAQ pages to users.

Consider making a list of all your web page templates. Evaluate whether any new schema.org schemas may be applicable.

Bonus: Twitter Product Cards for Third Parties

Benefit: Medium
Difficulty: Low

This isn’t strictly technical SEO but this is a nice social sharing hack that businesses could take advantage of.

It seems that Twitter Product Cards are no longer available. However, this does not mean that companies are no longer using the schema.

For example, when sharing a Cloudflare Community link within Slack, the Twitter Cards are still shown, and in Cloudflare’s case, emojis are included, which gives them an extra pop.

Cloudflare Twitter Card

Hackernoon/Medium is using “Reading time” in this example.

Hacker Noon Twitter Card
Action Point

There are other platforms that still use the data tags, so it could be worth including them to assist with some sort of call-to-action.

The original Twitter Product supported only two data labels, and you can put your own data attributes in there, including star ratings, prices, shares, and claps. Use emojis if this aligns with your company brand guidelines.

Share this web page in Slack with your team and you will see the reading timing too.

Beta: Bulletin – Local News Creation App Released in two U.S. Cities

Benefit: Unknown
Difficulty: Low

It seems that Google has been testing a new app that might provide people with the opportunity to both report and publish their own local news stories without owning a blog or being part of a media outlet.

Named Bulletin, the app enables people to contribute hyperlocal stories about their community directly from their mobile phones, which could range from book readings to high school sporting events.

Although the app has only so far been released in two cities within the U.S. (Nashville and Oakland), Google confirmed that it was “very much in the testing phase and aimed at hyperlocal stories and events for people to share, and for local media to take advantage of.”

This could just be another attempt by Google to break into social media, albeit from a news angle, but it would be interesting to see how this influences Google News in the future.

It’s also worth taking into consideration whether the new app could be manipulated by bots, or if it has the ability to shut down people creating their own fake news stories.

Action Point

If Bulletin is released in your area in the future, it is advised that any local news that you cover is backed up by sources other than Bulletin, at least until we see just how bullet-proof Bulletin is.

Google has taken a variety of steps to ensure that it provides legitimate news over the past year, but a cautious approach is always recommended when dealing with brand new media.

Google tests new local hotel finder and hotel knowledge UI

Benefit: Unknown
Difficulty: Low

It seems that Google has been testing new features for its local hotel finder and the local knowledge panel, as reported by Sergey Alakov .

New features for the local finder include an image carousel for listings and hotel filter for user interface, price label design and map and toggle button design.

As for the knowledge panel, the changes are more extensive, with five tabs covering aspects such as overview, prices, reviews, about, and photos (the last two of which are new).

Importantly for hotels, the “about” tab features an establishment’s description, its amenities, accessibility, general offerings, lodging options, crowd, and payment information – so keeping up to date details, as always, is imperative. The Q&A section seems to have been revoked during this testing phase, which could indicate a rollback on this particular feature.

It’s important for hotel suppliers to keep up to date with these split tests, as after all, the finder is based on a feed provided from paid media, and results will affect competition between providers.

It’s worth bearing in mind that the split testing will impact customers who happen to be searching for hotels on the fly.

Action Point

Ensure that hotel information is up to date and monitor click-through rates for mobile devices.

Google Flights Prediction

Benefit: Unknown
Difficulty: Low

On January 31, Google announced two brand new features for its flight booking service.

Not only will Google Flights tell users what amenities are not included in basic economy fares, such as seat selection, but also, by utilising historic flight status data, it will tell users which flights are likely to be delayed (and why!).

The company states that it will only flag delays when it is approximately 80% confident that a flight will be delayed on take off, but it has been suggested that this feature may only serve the purpose of impressing first-time users – travellers should not base their travel decisions on predicted flight delays by Google.

Action Point

No action required.

Additional Reading

Chrome 41

With Google updating its documentation to show it uses Chrome 41, developers can now download that particular version of the browser and see exactly what Google’s web crawler can see. Tomasz Rudzki wrote a great piece on features, troubleshooting and differences with Chrome 41.

Lessons to be Learned Around Harvesting Personal Data

With the complexity of web applications increasing on a non-linear basis David Gilbertson has taken an interesting approach to showing issues with web security.

Although based on hypotheticals (who would have thought that leftpad could have taken down a third of the internet?), it’s worth ignoring the clickbait titles in this instance, as the content below is very much worth reading.

Console Log Hacking for Googlebot

JR Oakes has created a useful script that could prepend console log queries to HTML so that we can understand what Googlebot was looking at on a particular page.

You can read more about it here and also download the scripts for yourself.

Hackers Hiding Content in PNG Files

In what’s known as a “hacking for links” attack David Harry has reported that hackers successfully found a way to hide nefarious links in PNG files in a client’s website after gaining access through a dated WordPress plugin.

Despite being hacked for nearly two years, Google didn’t notice that the site was hacked and continued to serve it within the SERPs.

Using White Space for Scoping Queries

Dan Petrovic provides a great tip by noting that SEOs should use spaces to isolate a word if it is part of a longer word (such as “PR”) when searching for queries in Google Search Console.

By doing so, you will be served with refined results.

Google Search Assistant

Google has announced that it has published Google Assistant and voice search quality guidelines.

It also provides specific guidelines for third parties to evaluate the quality of search results and Google Assistant voice searches.

You can also download the full PDF here.

Upload Videos to Google Business Listings

Businesses can now upload videos and view ones made by customers in Google My Business so that they appear on both Google Maps and in local search listings.

Supporting videos up to 30 seconds in length, for now, business owners will also be able to flag inappropriate videos by customers through their dashboard.