- AEO
- Answer Engine Optimization. The practice of structuring content so AI answer engines quote it directly. Requires factual precision, clear question-answer formatting, and machine-readable structured data.
- GEO
- Generative Engine Optimization. Synonym for AEO — optimizing content so generative AI models cite it as a source in their responses.
- Speakable schema
- A Schema.org markup that flags which sections of a page should be read aloud by voice assistants or lifted as quick answers by AI. Applied via CSS selector.
- Structured data
- Machine-readable metadata (usually JSON-LD) embedded in a page that describes its content — Article, FAQPage, Product, HowTo, BreadcrumbList, etc. Structured data is how search engines and AI models understand page semantics.
- JSON-LD
- JavaScript Object Notation for Linked Data. The recommended format for embedding structured data in HTML. Placed inside <script type="application/ld+json"> tags.
- FAQPage schema
- Schema.org markup that identifies question-answer pairs on a page. Eligible for rich results and heavily quoted by AI answer engines.
- Canonical URL
- A <link rel="canonical"> tag that tells search engines the preferred URL for a page. Prevents duplicate-content penalties across www/non-www, http/https, and tracked variants.
- Open Graph
- A meta tag protocol (og:title, og:description, og:image, og:url) that controls how a page appears when shared on social platforms and in link previews.
- Search intent
- The reason behind a search query — informational, navigational, commercial, or transactional. Matching content to search intent is the single strongest ranking factor in modern SEO.
- Keyword difficulty
- A 0–100 score estimating how hard it is to rank on page 1 for a keyword. Below 30 is realistic for new sites; 70+ is dominated by high-authority domains.
- Domain authority
- A domain-level score (Moz's DA, Semrush's Authority Score, Ahrefs' DR) that predicts a site's ability to rank. Built from backlink quality, quantity, and freshness.
- Backlink
- An inbound link from one website to another. Backlinks from high-authority, topically relevant sites are one of the strongest ranking signals.
- Internal linking
- Links between pages on the same domain. Distributes authority ('link equity') through the site and helps search engines understand topical clusters.
- Meta description
- A 150–160 character summary of a page's content, shown under the title in search results. Doesn't directly rank but drives click-through rate.
- Title tag
- The <title> element of a page. Should be under 60 characters, contain the primary keyword, and match search intent. The single most important on-page SEO element.
- H1
- The primary heading of a page. Should appear once per page, contain the target keyword, and match the title tag closely.
- Sitemap.xml
- A machine-readable list of all indexable URLs on a site, submitted to Google Search Console to speed up discovery.
- Robots.txt
- A file at the site root that tells crawlers which paths to skip. Cannot enforce privacy — sensitive URLs still need auth or noindex.
- Google Search Console
- Google's free tool for monitoring how a site performs in search — impressions, clicks, ranking positions, indexing status, and errors. FireRankings integrates directly.
- Topic cluster
- A group of related pages linked to a central 'pillar' page that covers a broad topic. Signals topical authority to search engines.