SEO & Metadata
What is SEO?
Search Engine Optimization, the practice of structuring a site so that it ranks well in unpaid (organic) search results.
Also known as: Search Engine Optimization
SEO is the discipline of getting search engines to send you traffic for the queries that matter to your business. The work splits roughly three ways: technical (the site is fast, crawlable, indexable, and renders the right content), on-page (titles, headings, body, internal links, structured data), and off-page (backlinks, brand mentions, authority signals).
Google's ranking system is famously a black box, but the broad shape is well understood: relevance to the query, quality of the content, authority of the domain, freshness, user experience signals (Core Web Vitals), and an increasing helping of intent-matching from AI-driven systems. The 2024 helpful content update tightened the screws on AI-generated and thin content; SEO that does not also serve a real user need is increasingly punished.
For LLM-era SEO ("AEO" or "GEO"), the same fundamentals apply with a new layer: structured data (JSON-LD) and clearly written, factual content matter more because that is what AI assistants quote when they answer questions. A page that ranks well in Google increasingly also ranks well as a citation in Claude, Perplexity, and ChatGPT.
In the wild
- →A SaaS startup investing in long-tail comparison pages to capture bottom-of-funnel queries
- →A site refactor consolidating duplicate content with canonical tags and 301 redirects to recover lost rankings
- →An LLM-visibility audit checking which pages get cited when ChatGPT is asked about the brand's product category
How Brand.dev uses seo
Endpoints in the Brand.dev API where this concept comes up directly.
FAQ
How long does SEO take to work?
For a new domain, typically 3-6 months before meaningful organic traffic appears, and 6-12 months to compound. Established domains see results faster because authority and crawl budget are already there.
Is SEO dead because of AI?
No, but it is changing. Click-through to top results has dropped on queries where AI Overviews answer the question directly. The opportunity is shifting toward being cited in those answers and ranking for queries AI cannot answer alone.
White hat vs black hat SEO?
White hat plays by Google's guidelines (good content, real backlinks, sound technical work). Black hat games them (link buying, cloaking, scraped content). Black hat tactics work until they do not, at which point sites get penalized hard.
Related terms
Search Engine Results Page, the page a search engine returns for a given query, including organic results, ads, and rich features like featured snippets and AI overviews.
A short summary of a page provided in HTML metadata, often used by search engines and link previews as the descriptive text below the title.
The HTML element (`<title>`) that defines the page's title, used as the clickable headline on a search results page and in browser tabs.
The "official" URL for a piece of content when multiple URLs could return the same content, declared via `<link rel="canonical" href="…">`.
Information on a page formatted so that machines can parse its meaning, not just its text, the foundation for rich snippets and AI-powered search.
A set of three Google-defined page-experience metrics (LCP, INP, CLS) that measure load speed, interactivity, and visual stability, used as ranking signals.