A marketing site has two jobs that people treat as opposites: convince the person who arrives, and be findable by the people who have not. Design decides both, and it usually decides the second one by accident.
We design marketing sites, landing pages, and stores, and we build them as static HTML where the brief allows it. This site is one of them — you can view source and read every word of it before any JavaScript runs.
Why does website design affect SEO at all?
Because design decides what is in the HTML, how heavy the page is, and what order the content is in — and those are three of the things a search engine actually measures. A redesign can lose rankings without a single word of copy changing.
The usual culprits are content that only exists after JavaScript runs, headings that are styled divs, images shipped at four times the size they render at, and copy hidden inside accordions that never open for a crawler. We wrote the long version in how website design helps or hurts SEO.
What does "static-first" mean for my site?
It means the page is a real HTML document on the server, not an empty div that a browser fills in. Every crawler sees the same content, including the ones that do not run JavaScript — which is most of the AI crawlers currently deciding what gets quoted in an answer.
It also makes the page cheap to serve and hard to break. Not every project can be static; a site with accounts and a checkout cannot be. The rule we apply is that anything that can be static, is.
What we deliver
- Page design across every breakpoint, not just desktop and one phone
- Bilingual English and Arabic layouts with correct RTL behaviour
- Real content structure — headings, copy, and metadata written, not lorem
- A performance budget agreed before design starts, not measured after
- Built by us as static HTML, or handed over as a spec your team can build
Do you write the copy?
Yes, in English and Arabic, and we would rather write it than receive it late. Copy is not something poured into a layout afterwards — the layout is a set of decisions about what the copy has to do, so writing them apart produces a page that does neither job well.
Arabic copy is written in Arabic. We do not translate the English page and ship it, because a translated page is detectable in one paragraph and it costs exactly the local credibility the Arabic page exists to earn.
How fast will the site be?
We agree the budget before design starts — a target for Largest Contentful Paint, a ceiling on JavaScript, and a rule about what may block the first paint. A budget set at the start is a design constraint. A number measured at the end is a complaint.
That constraint is what makes the rest hold. It is why a hero is a headline rather than a four-megabyte video, and why an image is the size it renders at.
Can you redesign a site we already have?
Yes, and the first thing we will do is work out what the current site is already earning so the redesign does not throw it away. Sites lose traffic in redesigns for boring, preventable reasons: URLs change without redirects, headings get restructured, content gets cut because it looked long in a mockup.
If your site is ranking for something today, that is an asset the new design has to carry, not a legacy detail. If it is ranking for nothing, we will say that too.