Indexing
SEO/AEO/GEOThe process search engines use to store and organize web pages so they can show up in results — if your page isn't indexed, it can't rank, and most sites have…
Canonical Tag | rel=canonical
A canonical URL is the version of a web page that search engines should treat as the master copy when multiple URLs serve the same or similar content. Specified with a rel=canonical tag in the page's HTML head, it tells engines like Google: "this is the original, index this one, consolidate ranking signals here." Canonical tags prevent duplicate content from splitting authority across multiple URLs.
Duplicate content is everywhere. Product pages with filter parameters, blog posts accessible by category and tag, http and https versions, www and non-www, trailing slashes. Without canonical URLs, search engines see ten URLs and have to guess which one to rank. The authority that should belong to one page gets split across all of them. Nothing ranks. Canonical tags fix it in one line of HTML. Most CMSes set them automatically. The teams that ignore them spend months wondering why their pages won't rank.
Inside the head of each page, you add a tag: <link rel="canonical" href="https://yoursite.com/page" />. That tells search engines this URL is the canonical version. If users land on a duplicate — say the same page with a tracking parameter — the canonical tag still points to the clean URL, and search engines consolidate signals there. Most modern CMSes (Sanity, Contentful, WordPress) handle canonical URLs through built-in fields or plugins. For e-commerce sites with filter combinations, canonical tags are non-negotiable. Get them wrong and you fragment authority across dozens of URLs. Get them right and ranking signals stack on the page you actually want to rank.
The process search engines use to store and organize web pages so they can show up in results — if your page isn't indexed, it can't rank, and most sites have…
The plumbing of SEO — making sure search engines can crawl, render, and index your site quickly and cleanly, so your content actually has a chance to rank…
An instruction that sends visitors and search engines from one URL to another — used to fix broken links, consolidate pages, or move content to a new address…
The way the paths on your website are organized — like /pricing or /case-studies/acme — designed to be readable, predictable, and useful for both search…
A machine-readable file that lists every important page on your site, helping search engines find and crawl your content faster and more reliably than they…
A small file at the root of your site that tells search engine crawlers which pages they can and can't access — useful for keeping junk pages and crawler traps…