Maintenance Retainers: Do You Actually Need One After Launch?
What breaks post-launch, the real cost of DIY maintenance, what a retainer covers vs. ad-hoc support, and how to know if you need ongoing development vs. just occasional fixes.
Set up the foundations now — indexing, keyword targets, on-page basics, technical hygiene, and a content plan — and then wait. SEO for a new site is mostly groundwork you do once plus content you publish steadily. The work happens in weeks; the results show up in months. Anyone promising "page one in 30 days" for a brand-new domain is selling you something.
That's the honest answer, and it's the part most guides bury under 2,000 words of motivation. The rest of this is the actual playbook: the exact steps, in the order a non-expert founder should do them, with the real tools named and the realistic expectations attached. If you want the timeline detail, read how long SEO takes — but the short version is three to six months before you see meaningful movement, longer in competitive niches.
SEO is three things, and people conflate them constantly. Technical SEO is making sure search engines can find, crawl, and understand your pages. On-page SEO is making each page clearly about something a person searches for. Off-page SEO is everything else — links, mentions, your local profile — that tells Google other people trust you.
For a new website, the order matters. No point chasing backlinks for pages Google hasn't indexed, or publishing 40 posts if none target a query a real human types. Do the cheap, high-leverage groundwork first — steps 1 through 4. Steps 5 and 6 are the long game.
A new site has one structural disadvantage you can't engineer away: no track record. Google doesn't know if you're trustworthy yet. Every step below is partly about building that trust signal faster.
This is non-negotiable and it's where most new sites quietly fail. If your pages aren't indexed, nothing else you do matters — you are invisible. If your site has been live for weeks and you're getting zero search traffic, this is almost always the cause. We wrote a full diagnostic for exactly this: why your website isn't showing on Google.
Here's the minimum setup, in order.
1. Verify your site in Google Search Console. Go to search.google.com/search-console, add your property, and verify it (the DNS TXT-record method is the most robust — it covers the whole domain). This is the single most important free tool you have. It tells you what Google has indexed, which queries you appear for, and what's broken.
2. Submit your XML sitemap. A sitemap is a machine-readable list of every page you want indexed, usually at /sitemap.xml. Most modern frameworks and CMSes generate one automatically; confirm yours exists by visiting the URL. In Search Console, go to Sitemaps and submit it. This doesn't guarantee indexing, but it tells Google where to look. Keep noindex pages out of the sitemap — listing a page you've told Google to ignore is a contradiction that wastes crawl budget.
3. Check your robots.txt. This file (at /robots.txt) tells crawlers what they may access. The classic disaster: a developer leaves Disallow: / from the staging environment, which blocks the entire site. Open the file and read it. If it disallows anything important, fix it. In 2026 there's a second consideration — if you want to appear in AI answers (ChatGPT, Perplexity, Google's AI Overviews), don't block their crawlers (OAI-SearchBot, PerplexityBot, Google-Extended) unless you have a deliberate reason. Most generative search still retrieves from the live index, so being crawlable is being citable.
4. Use the URL Inspection tool. In Search Console, paste any important URL into the top bar. It tells you whether the page is indexed, and if not, why. If it's valid but not indexed, click Request Indexing. It's for individual important pages, not your whole site.
5. Add Bing Webmaster Tools. Five minutes of work for a real payoff. Microsoft's Bing Webmaster Tools lets you import directly from Search Console, and Bing powers a meaningful share of AI search assistants. Submit the same sitemap.
If you do nothing else this week, do Step 1. A site that ranks beautifully but isn't indexed earns exactly zero visits. Indexing is the floor, not the ceiling.
Keyword research is not "list the words you wish you ranked for." It's finding the actual phrases your customers type, then being honest about which ones a new site can realistically win.
Start with intent, not volume. Every search has an intent behind it: informational ("how to clean suede shoes"), commercial ("best suede protector spray"), transactional ("buy suede protector"), or navigational ("Saphir suede spray"). A new business site usually wins fastest on informational and long-tail commercial queries — the specific, lower-competition phrases — not the one-word money terms that established competitors already own.
Use free tools. You don't need a paid subscription to start:
Target realistically. As a new site, aim for long-tail keywords — three-to-five-word phrases with clear intent and modest volume. "Vegan birthday cake delivery Lyon" beats "cake": lower competition, higher conversion, achievable ranking. Build a simple spreadsheet — keyword, rough volume, intent, a one-to-five gut-check on difficulty — sort by "achievable and valuable," and start there.
On-page SEO is the highest-leverage work you control completely. No approvals, no waiting, no budget. Get these right on every important page.
Title tag. The clickable headline in search results. One per page, unique, roughly 50–60 characters, with the primary keyword near the front and your brand at the end: Vegan Birthday Cake Delivery in Lyon | Maison Verte. This is the single most influential on-page element.
Meta description. The grey snippet under the title. ~150–160 characters. It's not a direct ranking factor, but a compelling one lifts your click-through rate — and CTR matters. Write it like ad copy, include the keyword naturally, and give a reason to click.
One H1 per page. The visible page headline, marked up as <h1>. Exactly one, describing what the page is about. Then use <h2> and <h3> to structure the content in a logical hierarchy. Headings aren't just styling — they tell search engines (and AI summarisers) how your content is organised. Clear, question-shaped headings are also what gets pulled into AI Overviews and featured snippets.
Clean URL slugs. Short, lowercase, hyphenated, keyword-bearing: /vegan-birthday-cakes, not /page?id=4837. Decide your slug before you publish — changing it later means setting up redirects.
Image alt text. Every meaningful image gets descriptive alt text. It serves accessibility first (screen readers) and search second (image search, context). Describe what the image shows; don't keyword-stuff.
Internal linking. Link your pages to each other with descriptive anchor text. Internal links spread authority around your site and help Google understand which pages relate to which. A new page with three internal links pointing to it gets discovered and indexed faster than an orphan page with none.
The fastest on-page win for a new site: rewrite your title tags. Most founders ship vague titles ("Home", "Services", "Our Bakery") that match nothing anyone searches. Twenty minutes of rewriting can change which queries you're even eligible for.
Technical SEO sounds intimidating; for a small site it's a short checklist. If your site was built properly, most of this is already handled — at Zynra we bake these into every build. If you used a DIY builder, verify each one.
HTTPS. Your site must load over https:// with a valid certificate. It's a baseline ranking signal and browsers flag non-HTTPS sites as "Not Secure." Every reputable host provides a free certificate (Let's Encrypt). Non-negotiable.
Mobile-friendly. Google indexes the mobile version of your site first (mobile-first indexing has been the default for years). Open your site on an actual phone. Is text readable without zooming? Are tap targets big enough? Does anything overflow? Test in PageSpeed Insights, which reports mobile usability alongside performance.
Core Web Vitals and speed. Google measures three real-world metrics — LCP (loading), INP (responsiveness), CLS (visual stability) — and uses them as a tiebreaker between comparable pages. Run your URL through PageSpeed Insights and Search Console's Core Web Vitals report. The usual culprits are huge unoptimised images, render-blocking scripts, and layout shift from images without dimensions. We go deep on this in Core Web Vitals for marketing sites — it's the one technical area worth real attention because it affects rankings and conversion.
Structured data (schema). JSON-LD markup that tells Google explicitly what a page is — a local business, an article, a product, an FAQ. Correct schema makes you eligible for rich results (star ratings, business panels, FAQ accordions) that capture more attention at the same ranking position. Use the most specific type that fits (Bakery or ProfessionalService, not generic LocalBusiness), add it as a JSON-LD script, and validate it with Google's Rich Results Test. Schema makes you eligible — content quality decides whether Google actually shows the rich result.
Clean architecture. A logical, shallow structure where every important page is reachable in a few clicks from the homepage. No important page should be an orphan. A flat, sensible hierarchy helps crawlers and humans alike.
Here's the technical baseline at a glance:
| Item | Target | How to check |
|---|---|---|
| HTTPS | Valid certificate, no mixed content | Browser padlock; SSL Labs test |
| Mobile-friendly | Readable, tappable, no overflow | Real phone; PageSpeed Insights |
| LCP (loading) | Under 2.5s | PageSpeed Insights / CWV report |
| INP (responsiveness) | Under 200ms | PageSpeed Insights / CWV report |
| CLS (stability) | Under 0.1 | PageSpeed Insights / CWV report |
| Structured data | Specific type, valid JSON-LD | Rich Results Test |
| Crawlability | No accidental Disallow | Read /robots.txt |
| Indexing | Key pages indexed | Search Console URL Inspection |
Foundations get you eligible to rank. Content is what you actually rank with. This is the part that never finishes, and it's where most new sites give up too early.
Quality over quantity, always. Ten genuinely useful pages beat fifty thin ones. Google's quality systems — and E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) — actively reward depth, first-hand experience, and accuracy. One thin AI-spun post per day is worse than nothing; it dilutes your site and signals low quality. Write things only someone who actually does this work could write.
Build a content plan from your keyword research. Take the achievable, valuable keywords from Step 2 and turn each into a planned page or post. One page per primary intent. Don't write two pages targeting the same query — they'll cannibalise each other.
Use the topic-cluster approach. Pick the core topics your business is about. For each, write one comprehensive pillar page covering the whole topic, then several focused cluster posts answering specific sub-questions, all linking back to the pillar and to each other. This structure tells Google you have genuine depth on a subject — and it's exactly how AI search picks authoritative sources to cite. (This blog is a topic cluster. The post you're reading links to siblings on cost, timelines, and indexing. That's the pattern.)
Answer the question fast. For each post, put a direct answer in the first one or two sentences, then expand. This wins featured snippets and AI Overview citations — both of which scan for content that answers a specific question concisely and backs it with specifics. (Notice how this post opened.)
Publish steadily. A consistent cadence — even one solid post a fortnight — beats a burst of ten followed by silence. Consistency signals an active, maintained site.
Off-page SEO is about earning trust signals from the rest of the web. For a new site, do the few high-value things and ignore the rest.
Set up your Google Business Profile. If you serve a local area, this is the highest-ROI off-page move there is — often higher than anything on your actual website. A complete, verified Google Business Profile puts you in Maps and the local pack. We cover the details in local SEO and Google Maps; if you're a local business, do this in week one.
Get a few quality links. A handful of genuine, relevant links beats hundreds of junk ones. Real sources for a new business: industry directories humans actually use, your local chamber of commerce, suppliers and partners who list you, a guest post on a relevant publication, press coverage of something you actually did.
Never buy links or use link farms. Bought links, private blog networks, and comment-spam are the fastest way to a manual penalty. Google's spam systems are very good at detecting unnatural link patterns. The downside risk dwarfs any upside. Don't.
If a "guaranteed 500 backlinks for €50" offer lands in your inbox, delete it. The links are worthless at best and actively harmful at worst. There is no shortcut here that doesn't eventually cost you more than it earns.
Print this. Work through it in order. The first block is one-time setup; the second is ongoing.
Week 1 — get found (one-time setup)
/sitemap.xml exists and submit it in Search Console/robots.txt — confirm nothing important is blockedWeeks 2–4 — get optimised
Days 30–90 — build momentum
Be realistic. For the first one to three months, you'll see almost nothing in traffic — you're being indexed and assessed. Around month three to six, long-tail pages start ranking and traffic begins to climb. Competitive head terms can take a year or more. This is normal. The founders who win at SEO are the ones who kept publishing through the quiet months while others quit at week six. Again — how long SEO takes has the full curve.
You can absolutely do everything above yourself. The setup is a few focused days; the content is an ongoing habit. Hire help when the technical foundations are beyond you (Core Web Vitals failing, structured data not validating, a framework you don't understand), when you simply don't have the hours to publish consistently, or when you're in a competitive niche where the on-page basics aren't moving the needle and you need a real strategy. Before you hire anyone, read how much SEO costs so you can tell a fair quote from a rip-off.
At Zynra we build SEO foundations into every site by default — sitemap, semantic HTML, structured data, Core Web Vitals, the lot — because retrofitting them is slower and worse than getting them right at build time. We don't sell monthly "SEO packages" with vague deliverables. We make sure the foundation is correct, then tell you honestly what's worth doing next. If you'd rather start from a site that's already technically sound, that's what we do.
The rule: foundations are a one-time cost, content is a habit, and patience is the actual hard part. Get the first two right and the third is just time.
Launching a new site and want the SEO foundations built in from day one — not bolted on later? Start a conversation and we'll reply within 48 hours.
We take on a small number of projects each quarter. Tell us what you're building.
What breaks post-launch, the real cost of DIY maintenance, what a retainer covers vs. ad-hoc support, and how to know if you need ongoing development vs. just occasional fixes.
Analytics verification, Search Console indexing, performance baseline, first content updates. The 30-day post-launch timeline that catches problems before users do.