Search Engine Optimization
Making content discoverable through search, most of which is ordinary quality work.
Search engine optimisation is the practice of making content findable through search. Most of what actually works is unglamorous: content that answers a real question, a site that loads quickly, markup a machine can parse, and links from places people already trust.
The technical portion is the part engineers own, and it is bounded. Content must be present without executing JavaScript, which makes Server-Side Rendering or Static Site Generation a search decision as well as a performance one. Titles and descriptions must be distinct per page. URLs must be stable, with redirects when they are not. A canonical link must resolve duplicates. Speed metrics feed ranking directly; see Core Web Vitals. And Structured Data is what turns a listing into a richer result.
The rest is content strategy, and the durable insight there is that search rewards specificity. A page answering one question precisely outperforms a page mentioning many.
It is worth being clear about the incentive structure. Search optimisation is an adversarial market where the platform changes the rules unilaterally and expertise is genuinely valuable but frequently oversold. Treating any claim about it as a hypothesis to be measured, rather than a rule, is the correct posture.
See also7
Hand-picked in the note itself — the neighbours worth reading next.
Structured Data
Machine-readable markup describing what a page is about, in a shared vocabulary.
Data & Content10 connections
Core Web Vitals
Google's small set of user-centred performance metrics: loading, interactivity, and visual stability.
Web Platform12 connections
Static Site Generation
Rendering every page to a file at build time, so serving is just handing over bytes.
Web Platform12 connections
Information Architecture
How information is organised, labelled, and navigated so people can find what they need.
Data & Content11 connections
RSS
A syndication format letting readers subscribe to a site without an intermediary.
Data & Content10 connections
Semantic HTML
Using elements for their meaning, so the document conveys structure without extra description.
Design & Interface12 connections
Backlink
The automatically-derived list of pages linking to the current one.
Meaning & Society10 connections
Related2
Nearby in the graph rather than deliberately chosen. Looser, sometimes surprising.
Linked from14
Notes elsewhere in the wiki that reach for this one.
- BacklinkMeaning & Society
The automatically-derived list of pages linking to the current one.
- Core Web VitalsWeb Platform
Google's small set of user-centred performance metrics: loading, interactivity, and visual stability.
- FrontmatterData & Content
A metadata block at the top of a text document, separated from the body by delimiters.
- Headless CMSData & Content
A content system exposing structured data through an API, with presentation left entirely to consumers.
- Incremental Static RegenerationWeb Platform
Serving a cached static page while regenerating it in the background after a chosen interval.
- Information ArchitectureData & Content
How information is organised, labelled, and navigated so people can find what they need.
- Knowledge GraphMeaning & Society
Information modelled as entities and the typed relationships between them.
- MarkdownData & Content
A plain-text formatting syntax designed to be readable as written, now the default for technical writing.
- RSSData & Content
A syndication format letting readers subscribe to a site without an intermediary.
- Semantic HTMLDesign & Interface
Using elements for their meaning, so the document conveys structure without extra description.
- Server-Side RenderingWeb Platform
Producing a page's HTML on the server so the first response is already content.
- Static Site GenerationWeb Platform
Rendering every page to a file at build time, so serving is just handing over bytes.
- Structured DataData & Content
Machine-readable markup describing what a page is about, in a shared vocabulary.
- ZettelkastenMeaning & Society
A note-taking method built on small single-idea notes linked to one another.