No hidden fees, ever.
By Derek O'Brien

“The greatest danger in times of turbulence is not the turbulence; it is to act with yesterday’s logic.”
– Peter Drucker
The landscape of search is changing fast. With the rise of AI, Google’s Generative Experience for Search (GEO, also known as SGE) is reshaping how users find and interact with information online. Instead of only showing a ranked list of websites, Google’s search results are now enhanced with AI-generated answers “snapshots” built from web content, displayed right at the top of the page.
For WordPress developers, this shift brings both challenges and new opportunities. Let’s explore what GEO means for you, how it impacts your work, and most importantly, what practical steps you can take to stay relevant, authoritative, and visible in this new search environment.
GEO is Google’s implementation of generative AI within its search results. Rather than simply matching keywords, Google now synthesises information from across the web to provide direct answers to user queries. These AI-generated summaries often appear above the traditional “10 blue links”, potentially reducing clicks through to individual websites.
While this provides a faster, more direct experience for users, it means businesses and content creators must rethink their approach to SEO. No longer is being “ranked #1” a guarantee of traffic or visibility, now, the aim is to become a trusted source referenced by Google’s AI.
The content most likely to be surfaced by Google’s AI is clear, well-structured, and directly answers user questions.
Schema markup helps search engines understand your content and its context, increasing the chances that your site will be referenced in generative summaries.
AI favours trustworthy, well-written content from credible sources.
The rollout of generative search can shift which queries drive traffic and which pages perform best.
Clients need to understand that being “#1 on Google” is no longer the only goal.
Suppose you’re building a page for a WordPress performance service.
A GEO-optimised section might look like this:
For a deeper dive, see our complete WordPress performance checklist.
And include schema markup for a FAQ:
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How can I speed up my WordPress website?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use a lightweight theme, optimise images, implement caching and a CDN, keep everything updated, and minimise third-party scripts."
}
}
]
}Google’s Generative Experience for Search signals a major shift in how information is found and consumed online. As a WordPress developer, embracing these changes, structuring your content for clarity, adding schema, building authority, and educating your clients, will keep your sites (and your clients’ sites) visible and relevant in a rapidly evolving search landscape.
Stay proactive, keep learning, and make your content AI-friendly, because being “the source” matters more than ever.
Derek O’Brien is a WordPress developer with 25+ years of experience in web development, including senior agency roles and degree-level teaching in interactive and server-side technologies.
He helps SMEs, creative professionals and digital agencies build fast, secure, and more effective WordPress websites.