HomeCompanyPortfolioServicesSoftware & AIMobile AppsIndustriesLocationsPricingBlogContact
Englishالعربية
Home  /  Blog  /  SEO
SEOFeb 02, 2026·14 min read

Technical SEO Audit Checklist: 68 Checks We Run on Every Saudi Site

IW
IITWares Editorial Team
Digital Strategy & Search
Technical SEO Audit Checklist: 68 Checks We Run on Every Saudi Site

Everything below is written for decision-makers who need technical seo audit to produce commercial results, not for people collecting best practices.

Search behaviour in Saudi Arabia has two distinct personalities — Arabic and English queries that often carry the same commercial intent but land on completely different results pages. A strategy that only serves one of them is leaving roughly half the market to competitors.

What technical seo audit actually means in practice

Strip away the jargon and technical seo audit is a resource-allocation decision: where to put attention, budget and technical effort so that the return is visible within a defined period. In Saudi Arabia that decision is shaped by three constraints — a bilingual audience, a mobile-first population, and a regulatory floor that has risen sharply since 2024. Any recommendation that ignores those three is imported advice, and imported advice under-performs here consistently.

Arabic fonts are a performance decision

A full Arabic typeface can weigh several hundred kilobytes because of the glyph count and contextual forms. Subsetting to the ranges you actually render, using font-display: swap, self-hosting rather than calling a third-party origin, and preloading only the weights above the fold together take a second or more off first paint on a mid-range Android device — which is what most of the Kingdom is browsing on.

Rendering strategy for JavaScript sites

Client-side rendering delays indexing and makes AI crawlers — most of which do not execute JavaScript at all — see an empty shell. Server-side rendering or static generation for anything that must rank is no longer a preference. If a full re-architecture is out of scope, prerender the templates that matter commercially and leave the application behind login as a SPA.

Core Web Vitals, honestly

Interaction to Next Paint is the metric that catches most Saudi sites out, because it punishes heavy third-party scripts — chat widgets, tag managers, multiple pixels, review carousels — that accumulate over years. Largest Contentful Paint is usually an image or web-font problem: serve modern formats, set explicit dimensions, preload the hero, and subset Arabic fonts rather than shipping the full glyph set. Cumulative Layout Shift is almost always ads or late-loading banners. Fix in that order and the field data follows within a month.

Security, HTTPS and trust signals

Valid certificates, HSTS, no mixed content, sensible headers, and a visible privacy policy are baseline. In the Saudi market they are also conversion factors: buyers check for a national address, a landline, a commercial registration number and a Maroof badge before submitting a form. Technical trust and commercial trust are the same project viewed from two angles.

The Saudi market rewards specificity — local prices, local proof, local language — and punishes generic content faster than most.

Redirects, migrations and the cost of getting it wrong

Map every old URL to its closest new equivalent one-to-one; never bulk-redirect to the homepage. Use 301s, not 302s. Keep the old sitemap live for a few weeks so the redirects are discovered. Preserve internal links, then update them. Watch Search Console coverage daily for the first fortnight. Migrations that lose traffic almost never lose it to bad content — they lose it to missing redirect mappings nobody checked.

Hreflang without the usual mistakes

Use ar-SA and en plus an x-default. Every annotation must be reciprocal — if the Arabic page points to the English one, the English page must point back, or the whole set is discarded. Point at canonical URLs only. Do not mix hreflang with a canonical that points to the other language. And remember hreflang selects between versions; it does not create authority. A thin Arabic page still ranks like a thin page.

Design for a mid-range Android on a moving connection

Internet penetration reached roughly 99% of the population at the end of 2025 and around three-quarters of people can reach a 5G device, but the median handset is not a flagship and a large share of sessions happen in transit. Design to that reality: generous tap targets, minimal script, images sized for the viewport actually served, no layout dependent on hover, and a first meaningful paint under two seconds. Test on a throttled mid-range device before signing off, not on the designer's laptop.

What to expect, realistically

StageTypical windowWhat you should see
Indexation and technical fixes1–3 weeksCrawl errors resolved, sitemap clean, Search Console baseline set
First ranking movement6–10 weeksLong-tail and branded terms, rising impressions
Local pack visibility8–16 weeksGiven active profile management and review velocity
Competitive commercial terms4–8 monthsDepends heavily on category saturation
Compounding returns9–18 monthsCluster maturity, accumulated links and citations

Windows assume consistent execution and a market of ordinary competitiveness. Treat them as planning ranges, not commitments.

Forms: ask for less, get more

Every field you add costs completions. Name, phone and one open field is usually enough to start a conversation; qualification can happen in the call. Support Arabic input properly, validate Saudi mobile formats without rejecting valid ones, offer WhatsApp as an alternative to the form entirely, and confirm submission with a message that says what happens next and when. Silent success screens are why prospects call competitors.

The three-layer local ranking model

Local rankings in the Kingdom resolve across three layers. Proximity you cannot change. Prominence you build through reviews, citations, press and links. Relevance you control almost entirely through on-page content, categories and structured data. Most businesses obsess over the layer they cannot move and neglect the one they can. Audit relevance first: does the page name the service, the city, the neighbourhood and the language the customer uses? Then work prominence steadily over quarters. Proximity only decides ties.

Reviews: volume, velocity, and the words inside them

Three signals matter and they are not equal. Volume gets you considered. Velocity — a steady trickle rather than forty reviews in one week — keeps you credible. And the language inside reviews feeds relevance: when customers naturally mention the service and the district, those terms strengthen the profile. Build a request into the moment of delivery, ask by WhatsApp because that is where Saudi customers actually reply, and never incentivise. Reply to every review in the language it was written in.

The short audit

Chunking: write in liftable units

Retrieval systems break pages into passages. A paragraph that depends on the three before it to make sense will be discarded or, worse, quoted misleadingly. Write self-contained units: each section names its subject explicitly, avoids unresolved pronouns, and includes enough context to stand alone. This single habit does more for AI visibility than any technical file you can add to your root directory.

The language switch is a conversion element

Put it top-right in the English view, top-left in Arabic, label it in the target language, and preserve the current page rather than dumping users on the homepage. Remember the choice. Default by browser preference on first visit but never trap: a visitor who wants English must always be one click away from it. This small component is one of the most frequently mishandled details on bilingual Saudi sites.

Where to start this week

Run a crawl and fix anything blocking indexation. Claim and complete the Google Business Profile in both languages. Pick the single commercial page that matters most and build three supporting articles around it, all linking back. Set a baseline in Search Console today so month four has something honest to compare against. That sequence takes about three weeks and it consistently outperforms a larger, vaguer plan.

Pick the two changes above with the clearest link to revenue and ship them this month. Momentum matters more than completeness at the start, and a finished small change beats a planned large one.

[ Key Takeaways ]
Chunking: write in liftable units
Rendering strategy for JavaScript sites
Design for a mid-range Android on a moving connection
Reviews: volume, velocity, and the words inside them
Share

Frequently asked questions

How often should we run a technical audit?+

A full audit annually or before any major change, plus an automated weekly crawl with change alerts so regressions surface in days rather than quarters.

Is hreflang worth implementing for a small site?+

Yes, if you serve both Arabic and English. It is inexpensive to add and prevents the wrong language version being served to users.

Do Core Web Vitals actually affect rankings?+

They are a modest ranking factor and a substantial conversion factor. The commercial case rests on the second, not the first.

What is the single most common technical problem you find?+

Pages blocked from indexing by a leftover staging rule, followed closely by client-rendered content that crawlers never see.

Do you work with businesses outside Jeddah and Riyadh?+

Yes. We work across the Kingdom including Makkah, Madinah, Taif and the Eastern Province, and much of the work runs remotely with on-site sessions at the points where they add value.

Keep Reading

All Articles →

Ready to put these ideas to work?

Start a Project →