Google’s Revamped Documentation Shows 4 Reasons To Refresh Content via @sejournal, @martinibuster

Google significantly revamped its documentation about ranking pages that contain video content. While the changelog lists three areas that changed, a review of the content provides a case study of four considerations for digital marketers and publishers when refreshing content to improve relevance for site visitors—and Google.

What Changed

The documentation that was updated relates to ranking web pages that contain videos. The purpose of the documentation is to communicate best practices for optimizing videos for higher visibility in Google’s search results.

Google’s changelog indicated that there were three major changes to the Video SEO best practices page.

  • Clarified video indexing criteria
  • Updated technical requirements
  • Added a new section about dedicated watch pages for each video

This is what the changelog shows what was changed:

“Improving the Video SEO documentation

What: Overhauled the video SEO best practices. Notably, we clarified the video indexing criteria and technical requirements, added a new watch page section, and expanded our examples.

Why: Based on feedback submissions, we revisited our video SEO guidance to clarify what’s eligible for a video result and how site owners can make it easier for Google to find their videos.”

Four Reasons To Refresh Content

There’s a common misinterpretation that encourages changing content annually because “Google loves fresh content,” which is a gross misunderstanding of the Freshness Algorithm. Content shouldn’t be changed without purpose—otherwise, it’s just “rearranging the furniture” instead of truly “redesigning the space.”

Google’s reasons for updating the content offer a mini case study of three things publishers and businesses should consider when freshening up their content.

These are the three reasons for changing the Video SEO content:

  1. Remove Outdated Content
  2. Improved Information Density
  3. Add Fresh Information
  4. Update For Brevity And Clarity

1. Remove Outdated Content

The old version of the documentation was written when video as web content was a “growing format” and the changes reflect that the times have changed, rendering the old content out of date.

“Video is a growing format for content creation and consumption on the web, and Google indexes videos from millions of different sites to serve to users. “

Videos in content are not a growing format. The editors of the web page were right to remove that passage because it no longer made any sense.

Takeaway: Always keep up to date with how your readers perceive the topic. Failure to do this will make the content look less authoritative and trustworthy.

2. Improved Information Density

Information density in this context describes the ability of content to communicate ideas and topics with the least amount of words and with the highest amount of clarity.

An opening sentence should reflect what the entire topic of the web page is about but the original opening sentence did a poor job of communicating that. It referenced that “Video is a growing format” which is a statement that absolutely did not reflect the web page topic.

This is the new opening sentence:

“If you have videos on your site, following these video SEO best practices can help more people find your site through video results on Google.”

The new sentence accurately describes the topic of the entire web page is about in only 23 words.  Here’s something really cool: The second sentence remains exactly the same between the old and revised versions.

Takeaway: The lesson here is to revise what needs to be revised and don’t make changes when the original works just fine.

3. Add Fresh Information

An important change that all publishers should consider is to update content with fresh content that reflects how topics evolve over time. Products, laws, how consumers use services and products, everything undergoes some kind of change over time.

Google added content about tools available in Google Search Console that enable publishers to monitor the performance of their video content pages.

4. Update For Brevity And Clarity

The third reason for changing some of the content was to make it more concise, easier to read with simplified language. One of the subtle changes they made was change the phrase “landing page” to “watch page.” This seemingly small change clarifies the meaning of the sentence by making it super clear that they are referring to a page where videos are watched. Previously the documentation made zero references to watch page and now it makes 21 references to that phrase, introducing consistency in the message of the web page.

Many Reasons To Update Content

Every publisher should consider reviewing their content on a daily basis, whether that’s once a year for a smaller site, or chunking it up and tackling different sections on a monthly basis, a content review is a great way to keep content relevant to users and to discover new topics for content. Sometimes it’s better to break out a topic from a web page and create a dedicated page for it.

Read the updated documentation:
Video SEO best practices

Compare it to the old documentation at Archive.org:
Video SEO best practices

Featured Image by Shutterstock/Cast Of Thousands

Google Cautions On Improper 404 Handling via @sejournal, @martinibuster

Google’s John Mueller addressed whether numerous 404 errors negatively impact rankings and provided a clear explanation of the best practices for handling them.

404 (Not Found) Status Code

404 is the code that a server sends when a browser or a crawler requests a web page that the server couldn’t find. It only means that the page was not found.

The official W3C documentation doesn’t use the word “error” in its definition of 404. That said, the 400 series of codes (400, 404, 410, etc.) are classified as Client Error Responses. A client is a browser or a crawler, so a client error response means that the server is telling the browser or crawler that their request is in error. It doesn’t mean that the website is in error.

This is the official W3C definition of a 404 Page Not Found response:

“The 404 (Not Found) status code indicates that the origin server did not find a current representation for the target resource or is not willing to disclose that one exists. A 404 status code does not indicate whether this lack of representation is temporary or permanent; the 410 (Gone) status code is preferred over 404 if the origin server knows, presumably through some configurable means, that the condition is likely to be permanent.”

Will 404 Errors Affect Rankings?

The person asking the question wanted to know if a lot of 404 responses will affect rankings. Google’s John Mueller answered the question then he explained the right way to “fix” 404 error responses and cautioned about when not to “fix” them. I put “fix” in quotation marks because 404 responses are not always something that needs fixing.

Here’s the question:

“My website has a lot of 404s. Would I lose my site’s rankings if I don’t redirect them?”

John Mueller answered:

“First off, the 404s wouldn’t affect the rest of your site’s rankings.”

Addressing 404s With Redirects

Mueller next discussed the use of redirects for stopping 404 responses from happening. A redirect is a server response that tells the client that the web page they are requesting has been moved to another URL. A 301 redirect tells the browser or crawler that the URL has permanently moved to another URL.

When To Use Redirects For 404s

Redirecting a web page that no longer exists to another web page is sometimes the right way to handle 404 page not found responses.

This is how Mueller explains the proper use of redirects for “fixing” 404 responses:

“Redirects can play a role in dealing with old pages, but not always. For example, if you have a genuine replacement product, such as a new cup that functionally replaces a cup which is no longer produced, then redirecting is fine.”

When Not To Use Redirects For 404s

Next he explained when not to use redirects for 404s, explaining that it’s a crummy experience to show a web page that is irrelevant to what the site visitors are expecting to see.

Mueller explains:

“On the other hand, if you just have similar pages, then don’t redirect. If the user clicked on your site in search of a knife, they would be frustrated to only see spoons. It’s a terrible user-experience, and doesn’t help in search. “

It’s Okay To Show 404 Responses

Mueller next explained that it’s okay to show 404 responses because it’s the right response for when a browser or crawler asks for a page that doesn’t exist on a server anymore.

He explained:

“Instead, return an HTTP 404 result code. Make a great 404 page. Maybe even make a 404 page that explains why spoons are superior to knives, if you can make that argument. Just don’t blindly redirect to a similar page, a category page, or your homepage. If you’re unsure, don’t redirect. Accept that 404s are fine, they’re a normal part of a healthy website.”

Always Investigate Error Responses

Something that Mueller didn’t mention is that 404 responses should always be investigated. Don’t stop investigating just because the page doesn’t exist and there’s no other page to redirect it to. Sometimes there’s a real problem that needs solving.

404 By Internal Links

For example, some 404s are caused by broken internal linking where a URL is misspelled. You can “fix” that by redirecting the wrong URL to the correct URL but that’s not fixing the problem because the real problem is the broken link itself.

404 Caused By Outgoing Links

Some 404s are caused by linking to pages that no longer exist. Linking to pages that don’t exist makes it look like the page is abandoned. It’s a poor user experience to link to a non-existent web page and there is never a “normal part of a healthy website.” So either link to the right page, link to something else or don’t link to anything at all.

404s Caused By Inbound Links

There are another type of 404 responses that Mueller didn’t talk about that need looking into. Sometimes sites misspell a URL and when that happens the right response would be a 301 to the correct response. You can try contacting the site to ask them to fix their mistake but it’s easier to just add the redirect and move on with your life.

Listen to the question and answer at the 2:08 minute mark:

Featured Image by Shutterstock/Krakenimages.com

Google Confirms AI Overviews Affected By Core Updates via @sejournal, @MattGSouthern

In a recent LinkedIn exchange, Google’s Senior Search Analyst John Mueller confirmed that core algorithm updates impact the search engine’s AI-powered overviews.

This info gives us a clearer picture of how AI is being woven into Google’s search results.

Responding to a question on LinkedIn, Mueller stated:

“These are a part of search, and core updates affect search, so yes.”

This backs up what folks in the SEO industry have noticed—the sources used in AI overviews seem to change after major algorithm updates.

Background On AI Overviews

Google rolled out AI overviews in US search results a few months back.

These summaries use a special version of Google’s Gemini AI to generate answers at the top of search results. The AI pulls info from different websites and combines it into a short, easy-to-read overview.

The Impact Of Core Updates

Core updates are broad changes to Google’s search algorithms and systems, typically rolled out several times a year.

These updates are intended to improve the quality of search results by reassessing how content is evaluated and ranked.

Google’s most recent core update, launched on August 15, is still rolling out. The company advises waiting until the update is finished before analyzing the impact.

Looking Ahead

As Google keeps integrating AI into search, publishers need more clarity around how core algorithm updates impact these features.

Mueller’s confirmation helps, but there’s still a lot we don’t know. There are still many questions about what makes content show up in AI overviews and whether it’s different from what makes websites rank high in regular search results.


Featured Image: Veroniksha/Shutterstock

6 Ways Spammers Exploit Google With Reddit via @sejournal, @martinibuster

A search marketer named Lars Lofgren felt exasperated by the avalanche of spam hitting Reddit and decided to expose the tricks that spammers are using to exploit Google’s preference for ranking Reddit discussions.

Reddit’s Spam Problem

Lars wrote that the reason he decided to expose how spammers are exploiting Reddit was because he’s a Redditor who is appalled by how spammy Reddit has become which in turn is infecting how spammy Google’s search results have become.

I spoke with Lars by email and he explained his motivation:

“I’m in the SEO industry and I believe in producing great content. That’s always been what motivates me. Produce great content, make Google users happy, Google features my stuff, and everyone wins.

Starting last fall, Google has begun featuring Reddit everywhere. In theory, this can be good. Reddit has tons of authentic conversations. But it’s anonymous, not moderated well, and has no accountability. So great content across the internet is getting buried below spammy Reddit content.

I want to be able to search Google and reliably find great content again, not spam. And a lot of business owners that run great websites have had to do layoffs or even shut down their websites because of this.”

How Spammers Exploit Reddit

Lars wrote an article that exposes six ways that spammers are using Reddit to promote affiliate sites and getting rewarded by Google. In our discussion I asked him if links were commoditized on Reddit and he speculated that it wouldn’t surprise him.

“I wouldn’t be surprised at all if moderators are selling links. …I’d be shocked if it wasn’t happening somewhere on Reddit. Or a company could just buy the link outright, lots of companies do this with blog posts that rank.”

1. Become A Moderator

Moderators have the power to pin a comment to any post. If anyone objects to the spammy activity the moderators can simply ban the users and make them go away.

In our conversation, Lars explained how moderators spam their subreddits and why Google’s uncontrolled ranking of Reddit discussions has corrupted them:

“A moderator of a subreddit can publish a comment of their own to any post in their subreddit. Usually it’ll be a new comment that they make to the conversation. And then pin the comment to the very top of the conversation so everyone sees it.

They can’t modify comments from other users but they can pin any comment of their own. This moderation power is there for communicating to their community, like when a conversation gets too controversial and a moderator wants to slow it down.

Some moderators have realized that their subreddit is being featured for lucrative terms in Google. So they go looking for posts that rank, then pin comments in those posts with a link that makes them a lot of money personally.”

2. Find Posts That Google Ranks

Lars wrote that another tactic spammers use is to identify posts that Google is ranking and then add a new pinned post that contains an affiliate link. A pinned post is a post that’s permanently lodged at the beginning of a discussion. That ensures that it will have maximum exposure and engagement with users who visit Reddit from Google’s search results.

He writes:

“If you were a mod of that subreddit, you could go into that comment thread, add a new comment with your own affiliate link, then pin that comment to the top of the thread. And that’s EXACTLY what someone has done…”

3. Spam A Trusted Subreddit

The next technique doesn’t even involve becoming a mod. Lars described that a spammer just needs to find a subreddit that has a history of ranking in the SERPs. The next step is to create a topic. Lars suggests using a sock puppet to answer the question with a link.

As a moderator at WebmasterWorld for around 20 years, and a forum owner as well, I can confirm that that technique is an old one known as Tag Teaming. Tag Teaming is where a person posts a question then subsequently answers the question with a different account. That second account is called a sock puppet.

Successfully using sock puppets against a seasoned and determined moderator won’t work. But from my experience as a forum owner and a moderator, I know that most moderators are just enthusiasts and rarely have any idea when someone is abusing their forum.  So Lar’s insistence that spammers are using sock puppets is absolutely valid.

4. Create Engagement Bait

Another tactic that Lars exposes is about dropping a mention of a product or website in a Reddit discussion instead of a link. Spammers do this because it has a higher likelihood of surviving moderator scrutiny.

What spammers do is post a discussion that purposely inspires empathy and causes other Redditors to jump in with their advice and experiences. The key to this strategy is to use a sock puppet to post an answer early in the discussion so that when after it begins trending the post with the spam in it will rank higher.

Lars writes:

“Use all your Reddit accounts to pump up the conversation and get it trending. Once that’s done, the community should run with it.

If you hit an emotional pain really well and your product mention looks natural, the subreddit will go crazy. Everyone will jump in, empathize, offer their own suggestions, argue, upvote, the whole thing.”

There’s a similar strategy called Linkbaiting that uses emotional triggers to promote engagement. One of the legendary SEOs from the past, Todd Malicoat, wrote about these triggers 17 years ago (some of which he credited to other people for having invented them). Using emotionally triggering topics is an old but proven tactic.

5. Build A New Subreddit

Lars said that another spam tactic is to build their own subreddit, seed it with sock puppet conversations on topics that are a highly ranked in similar subreddits. Lars explained that Reddit’s recommendation engine will begin surfacing the spam posts to users interested in that topic which will then help the spammy subreddit grow so that the spammer can do whatever they want with it once it’s mature.

6. Aged Reddit Accounts Can Be Bought

Lars revealed that there is a market for aged Reddit member accounts with posting histories that can be purchased for as little as $150. This avoids having to create an army of sock puppets and building a posting history so that they appear to be legit accounts.

Everything Google Ranks Is A Commodity

I’ve been in SEO for twenty five years and one thing that never changes is that everything that Google ranks becomes a commodity. If it ranks then there are a legion of spammers and hackers who desire to exploit it. So it’s not surprising to me that spammers have worked out how to successfully exploit Reddit.

The spam situation is bad news for Google because now it has to police Reddit discussions to weed out the spam. Is Google up to the task?

Read the article by Lars Lofgren:

The Sleazy World of Reddit Marketing, Everything is Fake

Featured Image by Shutterstock/Luis Molinero

WordPress Cache Plugin Vulnerability Affects +5 Million Websites via @sejournal, @martinibuster

Up to 5 million installations of the LiteSpeed Cache WordPress plugin are vulnerable to an exploit that allows hackers to gain administrator rights and upload malicious files and plugins

The vulnerability was first reported to Patchstack, a WordPress security company, which notified the plugin developer and waited until the vulnerability was patched before making a public announcement.

Patchstack founder Oliver Sild discussed this with Search Engine Journal and provided background information about how the vulnerability was discovered and how serious it is.

Sild shared:

“It was reported to through the Patchstack WordPress Bug Bounty program which offers bounties to security researchers who report vulnerabilities. The report qualified for a $14,400 USD bounty. We work directly with both the researcher and the plugin developer to ensure vulnerabilities get patched properly before public disclosure.

We’ve monitored the WordPress ecosystem for possible exploitation attempts since the beginning of August and so far there are no signs of mass-exploitation. But we do expect this to become exploited soon though.”

Asked how serious this vulnerability is, Sild responded:

“It’s a critical vulnerability, made particularly dangerous because of its large install base. Hackers are definitely looking into it as we speak.”

What Caused The Vulnerability?

According to Patchstack, the compromise arose because of a plugin feature that creates a temporary user that crawls the site in order to then create a cache of the web pages. A cache is a copy of web page resources that stored and delivered to browsers when they request a web page. A cache speeds up web pages by reducing the amount of times a server has to fetch from a database to serve web pages.

The technical explanation by Patchstack:

“The vulnerability exploits a user simulation feature in the plugin which is protected by a weak security hash that uses known values.

…Unfortunately, this security hash generation suffers from several problems that make its possible values known.”

Recommendation

Users of the LiteSpeed WordPress plugin are encouraged to update their sites immediately because hackers may be hunting down WordPress sites to exploit. The vulnerability was fixed in version 6.4.1 on August 19th.

Users of the Patchstack WordPress security solution receive instant mitigation of vulnerabilities. Patchstack is available in a free version and the paid version costs as little as $5/month.

Read more about the vulnerability:

Critical Privilege Escalation in LiteSpeed Cache Plugin Affecting 5+ Million Sites

Featured Image by Shutterstock/Asier Romero

Data Confirms Disruptive Potential Of SearchGPT via @sejournal, @martinibuster

Researchers analyzed SearchGPT’s responses to queries and identified how it may impact publishers, B2B websites, and e-commerce, discovering key differences between SearchGPT, AI Overviews, and Perplexity.

What is SearchGPT?

SearchGPT is a prototype natural language search engine created by OpenAI that combines a generative AI model with the most current web data to provide contextually relevant answers in a natural language interface that includes citations to relevant online sources.

OpenAI has not offered detailed information about how SearchGPT accesses web information. But the fact that it uses generative AI models means that it likely uses Retrieval Augmented Generation (RAG), a technology that connects an AI language model to indexed web data to give it access to information that it wasn’t trained on. This enables AI search to provide contextually relevant answers that are up to date and grounded with authoritative and trustworthy web sources.

How BrightEdge Analyzed SearchGPT

BrightEdge used a pair of search marketing research tools developed for enterprise users to help identify search and content opportunities, emerging trends and conduct deep competitor analysis.

They used their proprietary DataCube X and the BrightEdge Generative Parser™ to extract data points from SearchGPT, AI Overviews and Perplexity.

Here’s how it was done:

“BrightEdge compared SearchGPT, Google’s AI Overviews, and Perplexity.

To evaluate SearchGPT against Google’s AI Overviews and Perplexity, BrightEdge utilized DataCube X alongside BrightEdge Generative Parser ™ to identify a high-volume term and question based on exact match volumes. These queries were then input into all three engines to evaluate their approach, intent interpretation, and answer-sourcing methods.

This comparative study employs real, popular searches within each sector to accurately reflect the performance of these engines for typical users.”

DataCube X was used for identifying high-volume keywords and questions, all volumes were based on exact matches.

Each search engine was analyzed for:

  1. Approach to the query
  2. Ability to interpret intent
  3. Method of sourcing answers

SearchGPT Versus Google AI Overviews

Research conducted by BrightEdge indicates that SearchGPT offers comprehensive answers while Google AI Overviews (AIO) provides answers that are more concise but also has an edge with surfacing current trends.

The difference found is that SearchGPT in its current state is better for deep research and Google AIO excels at giving quick answers that are also aware of current trends.

Strength: BrightEdge’s report indicates that SearchGPT answers rely on a diverse set of authoritative web resources that reflect academic, industry-specific, and government sources.

Weakness: The results of the report imply that SearchGPT’s weakness in a comparison with AIO is in the area of trends, where Google AIO was found to be more articulate.

SearchGPT Versus Perplexity

The researchers concluded that Perplexity offers concise answers that are tightly focused on topicality. This suggests that Perplexity, which styles itself as an “answer engine” shares the strengths with Google’s AIO in terms of providing concise answers. If I were to speculate I would say that this might reflect a focus on satisfaction metrics that are biased toward more immediate answers.

Strength: Because SearchGPT seems to be tuned more for research and on high quality information sources, it could be said to have an edge over Perplexity as a more comprehensive and potentially more trustworthy tool for research than Perplexity.

Weakness: Perplexity was found to be a more concise source of answers, excelling at summarizing online sources of information for answers to questions.

SearchGPT’s focus on facilitating research makes sense because the eventual context of SearchGPT is as a complement to ChatGPT.

Is SearchGPT A Competitor To Google?

SearchGPT is not a competitor to Google because OpenAI’s stated plans are to incorporate it into ChatGPT and not as a standalone search engine. SearchGPT’s official purpose is not as a standalone search engine but to be integrated into ChatGPT.

This is how OpenAI explains it:

“We also plan to get feedback on the prototype and bring the best of the experience into ChatGPT.

…Please note that we plan to integrate the SearchGPT experience into ChatGPT in the future. SearchGPT combines the strength of our AI models with information from the web to give you fast and timely answers with clear, relevant sources.”

Is SearchGPT then a competitor to Google? The more appropriate question is if ChatGPT is building toward disrupting the entire concept of organic search.

Google has done a fair job of exhausting and disenchanting users with ads, tracking and data mining their personal lives.  So it’s not implausible that a more capable version of ChatGPT could redefine how people get answers.

BrightEdge’s research discovered that SearchGPT’s strength was in facilitating trustworthy research. That makes even more sense with the understanding that SearchGPT is currently planned to be integrated into ChatGPT, not as a competitor to Google but as a competitor to the concept of organic search.

Takeaways: What SEOs And Marketers Need To Know

The major takeaways from the research can be broken down into five ways SearchGPT is better than Google AIO and Perplexity.

1. Diverse Authoritative Sources.
The research shows that SearchGPT consistently surfaces answers from authoritative and trustworthy sources.

“Its knowledge base spans academic resources, specialized industry platforms, official government pages, and reputable commercial websites.”

2. Comprehensive Answers
BrightEdge’s analysis showed that SearchGPT delivers comprehensive answers on any topic, simplifying them into clear, understandable responses.

3. Proactive Query Interpretation
This is really interesting because the researchers discovered that SearchGPT was not only able to understand the user’s immediate information need, it answered questions with an expanded breadth of coverage.

BrightEdge explained it like this:

“Its initial response often incorporates additional relevant information, illustrative examples, and real-world applications.”

4. Pragmatic And Practical
SearchGPT tended to provide practical answers that were good for ecommerce search queries. BrightEdge noted:

“It frequently offers specific product suggestions and recommendations.”

5. Wide-Ranging Topic Expertise
The research paper noted that SearchGPT correctly used industry jargon, even for esoteric B2B search queries. The researchers explained:

“This approach caters to both general users and industry professionals alike.”

Read the research results on SearchGPT here.

Featured Image by Shutterstock/Khosro

Duda Announces ActiveCampaign Marketing Automation Integration via @sejournal, @martinibuster

Duda announced a partnership with ActiveCampaign, a marketing automation and CRM company. The partnership allows agencies to bring marketing automation to their client sites to help boost sales and customer engagement.

ActiveCampaign

ActiveCampaign is a marketing automation platform that makes it easy to cultivate post-sales engagement and repeat sales. It’s also functions as a CRM and enables sales automation, specifically for SMBs.

The integration within the Duda editor makes it easy for agencies that build sites on the Duda platform to bring advanced marketing automation to their client sites.

This is a major feature upgrade for Duda’s users because it allows agencies to add advanced capabilities like post-sale emails, and personalized follow up for cultivating repeat sales and increased engagement.

Integration With Duda

The partnership enables integration with Duda’s native contact form, eCommerce, and membership features with the advanced marketing automation of ActiveCampaign.

According to Shay Howe, chief marketing officer at ActiveCampaign:

“Partnering with Duda amplifies the value we bring to agencies and their clients by seamlessly integrating marketing automation into the web development process.

This collaboration empowers agencies and SaaS companies to deliver personalized, data-driven customer experiences without the need for complex technical setups, allowing them to focus on what truly matters — growing their customers’ businesses.”

Read more at:

Duda Partners With ActiveCampaign, Expanding Email Marketing and Automation Capabilities for Agencies Building Websites

Featured Image by Shutterstock/ViDI Studio

Google Offers Solutions for Inaccurate Product Pricing In Search via @sejournal, @MattGSouthern

In the latest edition of Google’s SEO office-hours Q&A video, Senior Search Analyst John Mueller addressed concerns about inaccurate prices in search results.

His advice may be helpful if you’re having similar problems with Google displaying the wrong prices for your products.

Ensuring Accurate Product Prices in Organic Search Results

One of the questions focused on ensuring accurate prices are displayed in organic text results for their products.

In his response, Mueller drew attention to Google Merchant Center feeds.

“I’d recommend using the Merchant Center feeds if you can,” Mueller advised.

He pointed out that Merchant Center offers ways to submit pricing data directly.

He recommends retailers look into this option, implying it’s a low-effort way to ensure accurate prices across search results.

Mueller continues:

“There are ways to submit pricing information in Merchant Center that don’t require a lot of work, so check that out. If you can’t find ways to resolve this, then please drop us a note in the help forums with the details needed to reproduce the issue.”

For those unfamiliar, Google Merchant Center is a tool that allows businesses to upload their product data to Google, making it available for Shopping ads, free listings, and other Google services.

This gives retailers more control over how their product information, including prices, appears across Google’s ecosystem.

Addressing Currency Discrepancies in Rich Results

Another question during the session concerned wrong currencies showing up in rich results.

This can impact how shoppers interact with search results, leading to confused customers and lost sales.

Mueller said this problem stems from Google’s systems potentially viewing pages as duplicates, especially when content is nearly identical across different regional site versions.

He explained,

“Often this is a side effect of Google systems seeing the page as being mostly duplicate. For example, if you have almost exactly the same content on pages for Germany and Switzerland, our systems might see the pages as duplicates, even if there’s a different price shown.”

To resolve this issue, Mueller suggests:

  1. Differentiate content: Pages for different regions or currencies should have sufficiently different content to avoid being flagged as duplicates.
  2. Use Merchant Center: As with the previous question, Mueller recommended using Merchant Center feeds for pricing information instead of relying solely on structured data.

Key Takeaways

This Q&A highlights a common challenge for online stores: Getting Google to show the correct prices in search results.

To help Google get it right, retailers should:

  • Think about using Google Merchant Center to feed in more accurate prices.
  • Ensure different country product page versions aren’t too similar to avoid duplicate content problems.
  • Monitor how prices and currencies look in search results and rich snippets.
  • Use Google’s help forums if there are problems you can’t fix.

Listen to the full Q&A session below:


Featured Image: Tada Images/Shutterstock

Google Casts Doubt On Popular SEO Audit Advice via @sejournal, @martinibuster

Google’s Martin Splitt questioned the usefulness of specific suggestions made by SEO auditing tools, noting that while some advice may be valid, much of it has little to no impact on SEO. He acknowledged that these audits can be valuable for other purposes, but their direct influence on SEO is limited.

Automated SEO Audits

There were two hosts of this month’s Google SEO Office Hours, John Mueller and Martin Splitt. It sounded like the person answering the question was Martin Splitt and the technical level of his answer seems to confirm it.

The person asking the question wanted to know what they should proceed with suggestions made by automated SEO tools that suggest changes that don’t match anything in Google’s documentation.

The person asked:

“I run several free website audits, some of them suggested me things that were never mentioned in the search central documentation. Do these things matter for SEO?”

Martin Splitt On Automated SEO Audits

Martin’s answer acknowledged that some of the suggestions made by SEO audit tools aren’t relevant to SEO.

He answered:

“A lot of these audits don’t specifically focus on SEO and those that don’t still mention a bunch of outdated or downright irrelevant things. unfortunately.

I’ll give you some examples. The text to code ratio, for instance, is not a thing. Google search doesn’t care about it.”

Text to code ratio is an analysis of how much code there is in comparison to how much text is on the page. I believe there was a Microsoft research paper in the early 2000s about statistical analysis of spam sites and one of the qualities of spammy sites that was noted was that there was more text on a typical spam page than code. That might be where that idea came from.

But back in the day (before WordPress) I used to create PHP templates that weighed mere kilobytes, a fraction of what a typical featured image weighs, and it never stopped my pages from ranking, so I knew first-hand that text to code ratio was not a thing.

Next he mentions minification of CSS and JavaScript. Minification is condensing the code by reducing empty spaces and line breaks in the code, resulting in a smaller file.

He continued his answer:

“CSS, JavaScript, not minified that you got apparently as well is suboptimal for your users because you’re shipping more data over the wire, but it doesn’t have direct implications on your SEO. It is a good practice though.”

SEO Is Subjective

Some people believe that SEO practices are an objective set of clearly defined with black and white rules about how to “properly” SEO a site. The reality is that, except for what Google has published in official documentation, SEO is largely a matter of opinion.

The word “canonical” means a known standard that is accepted and recognized as authoritative. Google’s Search Central documentation sets a useful baseline for what can be considered canonical SEO. Official documentation is the baseline of SEO, what can be agreed upon as what is verified to be true for SEO.

The word “orthodox” refers to beliefs and practices that are considered traditional and conventional. A large part of what SEOs consider best practices are orthodox in that they are based on beliefs and traditions, it’s what everyone says is the right way to do it.

The problem with orthodox SEO is that it doesn’t evolve. People do it a certain way because it’s always been done that way. A great example is keyword research, an SEO practice that’s literally older than Google but practiced largely the same way it’s always been done.

Other examples of decades-old SEO orthodoxy are:

  • Meta description should be under 164 words
  • Belief that keywords are mandatory in titles, headings, meta description and alt tags
  • Belief that titles should be “compelling” and “click-worthy”
  • Belief that H1 is a strong SEO signal

Those are the things that were important twenty years ago and became part of the orthodox SEO belief system, but they no longer impact how Google ranks websites (and some of those never did) because Google has long moved beyond those signals.

Limitations Of Google’s Documentation

Martin Splitt encouraged cross-referencing official Google documentation with advice given by SEO auditing tools to be certain that the recommendations align with Google’s best practices, which is a good suggestion that I agree with 100%.

However, Google’s official documentation is purposely limited in scope because they don’t tell SEOs how to impact ranking algorithms. They only show the best practices for optimizing a site so that a search engine understands the page, is easily indexed and is useful for site visitors.

Google has never shown how to manipulate their algorithms, which is why relatively noob SEOs who analyzed Google’s Search Quality Raters guidelines fell short and eventually had to retract their recommendations for creating “authorship signals,” “expertise signals” and so on.

SEJ Has Your Back On SEO

I’ve been in this business long enough to have experienced firsthand that Google is scrupulous about not divulging algorithm signals, not in their raters guidelines, not in their search operators, not in their official documentation. To this day, despite the so-called leaks, nobody knows what “helpfulness signals” are.  Google only shares the general outlines of what they expect and it’s up to SEOs to figure out what’s canonical, what’s outdated orthodoxy and what’s flat out making things up out of thin air.

One of the things I like about Search Engine Journal’s SEO advice is that the editors make an effort to put out the best information, even if it conflicts with what many might assume. It’s SEJ’s opinion but it’s an informed opinion.

Listen to the question and answer at the 11:56 minute mark:

Featured Image by Shutterstock/Ljupco Smokovski

Google: Search Console Data Survives After Domain Expiration via @sejournal, @MattGSouthern

In the August edition of Google’s SEO office-hours Q&A video, John Mueller, Senior Search Analyst at Google, tackled a unique question about domain expiration and Search Console data.

The question highlights the potential risks to Search Console data when domains change hands.

A site owner facing the expiration of their domain and loss of hosting raised concerns about future domain owners’ potential misuse of their Search Console data.

They asked how to remove all URLs associated with the domain to prevent misuse after expiration.

Mueller’s Response

Mueller explained several important points about Search Console data:

  • Search Console info sticks with the website, not the user. New owners who prove they own the site can see all the old data.
  • There’s no “delete all” button for Search Console data.
  • To control the data, you need to keep owning the domain name.
  • If you keep the domain, you can regain ownership in Search Console without losing any old data.
  • If you’ve already taken down the website, you can use domain verification in Search Console to ask Google to hide it from search results temporarily. This doesn’t erase it from Google’s records; it just keeps it out of sight temporarily.
  • Mueller suggests telling the buyer if you have any active removal requests when selling a domain. This way, they can undo it if they want.

His full response:

“This is an interesting question that I don’t think we’ve run across yet. The data in search console is not tied to users, so anyone who verifies a site later on will see that data. There’s no way to reset the data shown there, so you’d have to prevent the domain name from expiring. The advantage of this process is that you can reverify in search console without any data loss.

To remove all content from search for a site that’s already removed from the server you can use the domain verification for search console and submit a temporary site removal request. This doesn’t remove the site from the index, but it will prevent it from being shown for a period of time.

If you’re selling the domain name it would be nice to tell the new owner of this removal request so that they can cancel it.”

Why This Matters

This topic is relevant for all website owners, especially those who might sell or lose their domain. It shows how Search Console data is retained from owner to owner.

It also reminds us to be careful with domain names and search data when ownership changes hands.

What To Do With This Info

  • If you plan to let your domain name expire, remember that whoever buys it next can see your old Search Console data.
  • Even if you’re not using your website anymore, it might be worth keeping the domain name to control who sees your Search Console info.
  • If you can’t access your website anymore, you can use Search Console to ask Google to hide it from search results for a while.
  • If you’re selling your domain, tell the buyer about any requests you’ve made to hide the site from search and about the old data in Search Console.

Understanding these points can help you protect your data and manage how content appears in search, even when domain ownership changes.

Hear the full question and answer below: