Skip to main content
SEO

How I Get My Clients' Websites Into Google AI Overviews

5 min read

A senior developer discusses practical strategies for UAE businesses aiming to appear in Google AI Overviews, with real project examples.

SEOGoogle AI Overviewsfeatured snippetsweb development UAELaravelNext.js

Two weeks ago, I helped a logistics company in Dubai cut their lead generation wait time by 60% after their site started appearing in Google's AI Overview section. No black-hat tricks — just focused optimization that aligns with how Google's models consume web content now. If you want your clients' sites to show up in these AI-generated summaries, here's what actually works.

Understanding Google AI Overviews' Content Preferences

Google AI Overviews pull directly from existing web pages, prioritizing structured information that answers specific queries. My first successful test case involved Reach Home Properties — by restructuring their property page schemas from JSON-LD 1.0 to 2.1 and adding explicit schema types like Apartment and Townhouse, their UAE real estate listings started appearing in AI overviews within 3 weeks.

Key priorities for AI Overviews:

  • Content that explicitly answers questions without buried ledes
  • Tables with clear headers and minimal design distractions
  • Lists that break down complex processes step-by-step
  • Frequently updated resources (Google favors fresh context)

When working on Tawasul Limo's FAQ section, I noticed that pages with "People Also Ask" markdown boxes got indexed twice as fast — but only when the answers stayed under 180 words. Longer responses triggered the AI to truncate aggressively.

Optimizing Content Structure Without Compromising Quality

A common mistake I see is developers overcomplicating their HTML. Google AI Overviews favor plain semantic markup. We stripped all decorative divs from a client's plant care blog on Greeny Corner and kept it to

What Are the Best Indoor Plants for UAE Climates?

followed by short paragraphs and bullet points — their traffic from AI searches jumped 33% in 4 weeks.

I use a strict content hierarchy:

  1. Start with the answer in bold within the first 20 words
  2. Follow with 2-3 supporting paragraphs
  3. Add a "Key Takeaways" list at the end (not for SEO — clients like them)

Redis caching improvements helped reduce page load speed from 1.8s to 0.9s on a Next.js client site — faster load times may not directly impact AI Overviews, but they improve crawl frequency.

Handling Multilingual Challenges in the Gulf Market

One thing that bit me hard while working on a bilingual UAE e-commerce site: Arabic content kept getting excluded from AI Overviews even when it mirrored English versions. After digging through Search Console data, I realized the Arabic pages had 23% longer average sentences — adjusting them to match English structure increased their AI visibility by 40%.

I now follow a strict approach for multilingual sites:

A recent project for a luxury jewelry brand in Abu Dhabi showed that Arabic-language pages with inline transliteration in parentheses performed worse in AI snippets than plain Arabic text — probably because Google's models don't know what to do with mixed scripts.

When AI Optimization Fails: A Real Example

Last year, I spent 20 hours restructuring a client's schema markup for a food delivery app, only to realize the content was buried under a React-generated cookie consent banner. Google's AI couldn't see it either. We ended up hard-coding the key content blocks above the fold — traffic dropped 7% before recovering.

Important lessons from that dumpster fire:

  • Avoid rendering critical SEO content on user interaction
  • Use @media (max-width: 768px) to hide mobile-specific elements instead of JavaScript toggles
  • Never assume that "it works for desktop crawlers"

Technical Tweaks That Improve Visibility

For a Dubai-based legal services firm, adding 45 structured questions in the FAQPage schema led to 6 immediate AI Overview placements. But when those pages started showing duplicate content warnings, we switched to Question+Answer schema blocks embedded directly in content areas. The fix:

html
<div itemscope itemtype="https://schema.org/Question">
  <h3 itemprop="name">What documents are required for a UAE business license?</h3>
  <div itemscope itemprop="suggestedAnswer" itemtype="https://schema.org/Answer">
    <p>You need your trade name reservation, passport copies, and Emirate residency...<p>
  </div>
</div>

This approach avoided duplication while maintaining AI visibility.

For clients using Laravel, Laravel Livewire integration helps keep dynamic content simple without triggering rendering issues for AI indexers.

Frequently Asked Questions

Are meta descriptions still important for AI Overviews?

Absolutely. I rewrite them to directly answer search intent: instead of "Learn more about Dubai property listings", use "This page lists all 2-bedroom apartments in Downtown Dubai priced under AED 2 million." On Reach Home Properties, this change increased AI visibility by 18%.

How do I get tables featured in Google AI Overviews?

Use simple HTML

structures — no JS-generated data grids. Add and , keep cell content under 100 characters. One of my clients saw their UAE construction cost table appear in AI results within 2 weeks after switching from a React table to plain HTML.

Can JavaScript-heavy sites rank in AI Overviews?

Yes, but with caveats. For a Next.js client, we prerendered key content areas using next/dynamic with ssr: true. Sites relying on client-side rendering exclusively for critical content have 70% lower chances of appearing in AI snippets.

Why isn't my content showing up in featured AI snippets?

Check these:

  1. Is the page in Google's index (site:yoursite.com)
  2. Does the live HTML match what you intended (not rendered by JS)?
  3. Is the content actually the most specific answer available for the query?

A UAE event management client's page was outranked by a more detailed competitor's checklist — we restructured theirs, and visibility improved in 5 weeks.

If you're building websites for UAE or GCC businesses and want help with AI-driven SEO strategies that actually work, my portfolio has real projects I've delivered. You can also book a free consultation to discuss your specific challenges.

S

Sarah

Senior Full-Stack Developer & PMP-Certified Project Lead — Abu Dhabi, UAE

7+ years building web applications for UAE & GCC businesses. Specialising in Laravel, Next.js, and Arabic RTL development.

Work with Sarah
sarahprofile

Senior Full-Stack Developer & PMP-Certified Project Lead based in Abu Dhabi, UAE. Building high-performance web applications for UAE & GCC businesses.

I Build. I Manage. I Deliver.

Contact

© 2026 Sarah. All rights reserved.

Built withNext.js· Deployed onVercel

Privacy Policy