๐Ÿ“Š Core Updates: 97% of PAAs are AI-generated and ChatGPT has Reddit secret (14 September]


SEO tips and updates from Mark Williams-Cookโ€‹
Search with Candour hosted by Jack Chambers-Wardโ€‹

SEO updates you need to know


๐Ÿ’ฏ

โ€‹Nearly 100% of People Also Ask results are AI-generated. Just over a year ago, only 12% of PAA results were answered by AI Overviews. In August, this rose to 86% and, as of September, reached 97%.

๐Ÿ•ต๏ธ

โ€‹Reddit has not fallen out of ChatGPT's model, despite a drastic decrease in citations. New research shows ChatGPT is still using Reddit just as heavily for research, it simply chooses not to cite it.

๐Ÿ“Š

โ€‹Custom dashboards are now available in Google Analytics. These new dashboards feature new visualisations and layouts as well as the ability to save and share these custom dashboards.

๐Ÿ‘€

โ€‹Views on Google Posts can now be viewed on Google Business Profile. Views can be checked over an 18-month period and include views across both Google Search and Google Maps.

๐Ÿ—บ๏ธ

โ€‹Google introduces a new hub to understand specific regional search features. This guide allows users in South Africa, Tรผrkiye and the EEA to check search features about travel, carousels and structured data.

๐Ÿงช

โ€‹Google publishes research about a new AI search ranking model. This new system, Autoregressive Ranking (ARR), could replace the existing two-stage process for traditional search ranking.

๐Ÿ›๏ธ

โ€‹Merchant Center's AI performance report adds new data for intent and popular terms. As well as these new report sections, the 'products showing' column showing which products appear in AI search features.

Sponsor: Optivoo

85% Cheaper Link Building Starts Here ๐Ÿš€

๐Ÿ˜ค Tired of paying inflated agency markups for backlinks?

๐Ÿ”— Optivoo gives you direct access to 100K+ publishers at real purchase prices, no middlemen, no hidden margins.

โž• You only pay a small per-link processing fee on top (content included), which drops as your volume grows.

๐Ÿ–ฅ๏ธ Manage everything through your own white-labelled interface, fully branded as yours. And if youโ€™re an agency, clients will see your platform, not ours.

๐Ÿ’ฏ Every order is backed by the actual publisher invoice, so you always see exactly what was paid. Full transparency, real savings.

โœ… It sounds too good to be true until you check it yourself. Create a free account and see the numbers.

Search with Candour podcast

SearchNorwich talk highlights

Season 4: Episode 88

Jack Chambers-Ward previews SearchNorwichXL and shares two talks from past SearchNorwich events:

First, Seb Atkinson shows how ChatGPTโ€™s Code Interpreter is the cheat code you need to start automating SEO tasks and improve your data analysis abilities using Python - no prior coding skills required!

Second, Mark Williams-Cook, explains why using conceptual models is doing advanced SEO and what he learned from the Google exploit he discovered in 2023.

Last week's SEO tips

Fanouts like these

It seem's ChatGPT's Astra is specifying the site: on the vast majority of external searches now. Those domains used in site: come from ChatGPT itself, so while RAG is happening a lot, I think getting a footprint in the training data is getting more and more important. Your biggest lever for this is digital PR.

Learn to AI

What should you change now People Also Ask results are almost 100% AI Overview generated? Honestly, nothing because โคต๏ธ
โ€‹
โŒ› Traditional PAA results have always been unstable. If you did manage to get into a PAA, there was a 50% chance you'd lose it within 6 months.
โ€‹
๐Ÿค The traffic on PAAs was still low vs a traditional SERP listing
โ€‹
๐ŸŽ‰ The overriding value of PAA is data is helping you understand what the next most likely question is for that user to solve their problem. It gives you the inside track on how to make the best possible content, and have all the answers in an easily citable and linkable place.
โ€‹
The goal of PAA data should be used to understand visitors and improve your website, not try and win mentions in PAA boxes.

My GEO-ro

ICYMI: all those GEO experts tell you that schema is vital for AI systems? I think it's BS, and my test seemed to confirm that.โฌ‡๏ธ๐Ÿฆ†
โ€‹
tl;dr This test seems to indicate (as I would expect) that schema is treated like any other text so does not โ€œworkโ€ and is not specifically used as intended. Link to long version in comments, please read through that if you want to argue ๐Ÿ™ƒ
โ€‹
I've commonly seen "proof" that LLMs are parsing structured data in real-time when people perform an experiment such as only including the company address in the schema, not the 'visible' content . The fact an LLM could return this address is 'proof' they are using schema.
โ€‹
So here is what I did:
โ€‹
I set up a page for a fictional company "DUCKYEA t-shirts" and did not include a company address on that page.
โ€‹
Instead, I completely made up my own JSON-LD schema:
โ€‹
<โ€‹script type="application/ld+json">
{
"@context": "https://api.the-great-pond.net/schema",
"@type": "MallardEnterprise",
"flockName": "DUCK YEA T-SHIRTS",
"waddleStyle": "Aggressive",
"nestingGrounds":
{
"@type": "LilyPadAddress",
"reedNumber": "77",
"puddle": "The Muddy Bank",
"region": "South Pondshire",
"featherCode": "DK99 YEA",
"country": "United Queendom" },
"migrationPattern": "Non-Migratory",
"quackVolume": "Loud" }
<โ€‹/script>
โ€‹
The result, when I ask ChatGPT or Perplexity: "what is the address of this company? [url]"
I got: "The address shown on that page (in its embedded structured data) is: 77 The Muddy Bank, South Pondshire, DK99 YEA, United Queendom."
โ€‹
My conclusions:
1๏ธโƒฃ Firstly, I am *not* saying "schema is not worth it". Google specifically say they use their KG with their AI systems, and structured data helps reduce ambiguity (that is kinda your job). Still do schema.
โ€‹
2๏ธโƒฃ I have long argued that because of how base LLMs are trained, the explicit nature of schema is lost, because the models do not retain training data. They are simply building a mesh of probabilities between tokens, your schema is lost within that.
โ€‹
3๏ธโƒฃ In my opinion, this test shows that the LLM agent is simply picking up whatever you are listing in the HTML. It does not matter if it is valid schema. If the system interprets the text as relevant to the prompt, it is included. It would therefore indicate that schema is *not* being used in the explicit sense it was designed for with those systems.
โ€‹
The takeaway: Schema, good. Repackaging the basics as some magical new GEO formula, bad.
โ€‹
Keep testing and having fun๐Ÿซก

Everlog

Be careful using LLMs to process log files.

It is possible to exfil data by injecting prompts into HTTP headers to get LLM to call a URL controlled by attacker with data in query string.

Stacked Askers

People Also Ask data updates quicker than any other primary source. Within hours of there being problems at Heathrow, the questions were already updated. So how do you leverage that? โคต๏ธ
โ€‹
It's literally what we built AlsoAsked for and the main difference between us and 'major' SaaS SEO platforms:
โ€‹
โŒ› AlsoAsked gives you LIVE results, not something out of date from a database
โ€‹
๐Ÿ™๏ธ Do you think the west coast of America asks the same questions as the east coast? No, they don't. Which is why you can specify a city to search from in AlsoAsked to get your localised data. There can be a massive difference in questions!
โ€‹
๐Ÿ’… Your search term is your start point, which helps define the searcher's knowledge. 'Re-Googling' to get more questions like other platforms loses this. AlsoAsked actually interacts with the PAA box to maintain this 'fingerprint' of data.
โ€‹
I still think PAA data is the most valuable source of user intent data we have, especially in an AI era. Nobody gets it at scale like us, whether it's AIOs, data exports, API or MCP, we got it.
โ€‹
This ended up sounding like an ad, but I'm passionate about this data and the tool was originally built (and is still used) by our own team.

Refer subscribers and earn rewards!

If you enjoy reading Core Updates, you can earn ยฃ1000's of free access to software and tools by referring your friends to sign up using your personal referral link.

Your referral link: [RH_REFLINK GOES HERE]


Here are the fantastic rewards on offer:

Refer 3 Subscribers:
Get tagged in a LinkedIn post to thank you for your support

Refer 10 Subscribers:
Get included in a Core Updates email as a supporter

Refer 25 Subscribers:
Get 1 month free subscription to Liam Fallenโ€™s MostlyMarketing Slack

Refer 50 Subscribers:
Get 1 month free AlsoAsked Lite subscription

Refer 75 Subscribers:
Get a free copy Majesticโ€™s SEO in 2025 book (20 to give)

Refer 100 Subscribers:
Get 3 months free InLinks Freelancer subscription

Refer 150 Subscribers
Get free access to Kyle McGregorโ€™s Google Analytics 4 course

Refer 200 Subscribers:
Get free access to Mark Williams-Cookโ€™s Complete SEO course

Refer 250 Subscribers:
Get 1 year free subscription to Sitebulb Pro

Refer 300 Subscribers:
Get free access to Mark Rofeโ€™s Digital PR Course

Refer 404 Subscribers:
Get 1 year free subscription to Little Warden Small team

Refer 500 Subscribers:
Get 1 year free AlsoAsked Pro subscription

Your referral link:

[RH_REFLINK GOES HERE]

Facebook Twitter Whatsapp Telegram Linkedin Email

PS: You have referred [RH_TOTREF GOES HERE] people so far

See how many referrals you have

Top Core Updates referrer leaderboard

A big thank you to our top referrers, who have signed up over 10 people to the Core Updates newsletter, go follow them!

๐Ÿฅ‡ MJ Cachรณn Yรกรฑez (LinkedIn / Bluesky)

๐Ÿ… Nikki Pilkington (LinkedIn / Bluesky)

๐Ÿ… Lidia Infante (LinkedIn / Bluesky)

๐Ÿ… Saijo George (LinkedIn / Bluesky)

๐Ÿ… Alice Rowan (LinkedIn)

๐Ÿ… Martijn Jeurissen (LinkedIn)

๐Ÿ… Chester Beard (LinkedIn)

Candour, 30-34 Muspole Street, Norwich, Norfolk NR31DJ
โ€‹Unsubscribe ยท Preferencesโ€‹

Core Updates SEO Newsletter

The Core Updates newsletter is written by Mark Williams-Cook, a veteran SEO who is Digital Marketing Director at Candour, Founder of AlsoAsked and organiser of SearchNorwich. Over 40,000 SEOs follow Mark's 'Unsolicited #SEO tips' on LinkedIn, which has now been wrapped up into the Core Updates newsletter, along with an overview of weekly news and the current episode of the Search with Candour episode, hosted by Jack Chambers-Ward.

Read more from Core Updates SEO Newsletter

SEO tips and updates from Mark Williams-CookSearch with Candour hosted by Jack Chambers-Ward SEO updates you need to know ๐Ÿ“Š Google Search Console's AI reports now available globally. These reports, as well as the search generative AI controls, have been rolling out for a few months and Google confirmed that all sites now have access. ๐Ÿ“ˆ Google Trends adds new category filters. On the Explore page, Google Trends now allows users to filter trends by category, even if the user doesn't include a...

SEO tips and updates from Mark Williams-CookSearch with Candour hosted by Jack Chambers-Ward SEO updates you need to know ๐Ÿ” Google rolls out google.com/goto, a new passthrough URL in SERPs. These redirecting URLs are likely to prevent third-party scrapers like SerpAPI, whom Google are currently battling in court. ๐Ÿ˜ต๐Ÿ’ซ Google replaces site reputation abuse penalties in Europe. Google will no longer issue manual actions for site reputation abuse in Europe. These pages may be separated so that...

SEO tips and updates from Mark Williams-CookSearch with Candour hosted by Jack Chambers-Ward SEO updates you need to know ๐Ÿ“Š Google's generative UI expands from AI Mode into AI Overviews. This generative UI introduces interactive tools, visualisations and simulations directly into the search results page. โœ… Google's August 2026 spam update began and was completed. The rollout lasted a little more than 2 days, similar to the previous spam update in June 2026. It's still early days but this...