301 RedirectSeo
An HTTP response code indicating a permanent move. Transfers ranking authority from the old URL to the new. Standard for site migrations, URL changes, and consolidating duplicate URLs.
A practical glossary covering 178 terms across web development, SEO, AEO, AIO, GEO, LLMO, schema markup, performance, accessibility, and federal contracting. Definitions are written for business owners and engineers, not other agencies, and reflect current 2026 practice. Each entry shows the category and links to related concepts where relevant.
Definitions here are general guidance. For implementation on your site, get in touch.
An HTTP response code indicating a permanent move. Transfers ranking authority from the old URL to the new. Standard for site migrations, URL changes, and consolidating duplicate URLs.
An HTTP response code indicating a temporary move. Does not transfer ranking authority reliably; use 301 for permanent moves.
An HTTP response code indicating a missing resource. Custom 404 pages should help users find related content. Crawlers tolerate 404s; soft 404s (200 status returning 'not found' content) confuse crawlers and should be eliminated.
The Americans with Disabilities Act requires that public accommodations be accessible. Courts have applied this to websites, especially for businesses with physical locations. The de facto technical standard is WCAG 2.2 AA, since the DOJ has not issued specific website regulations.
The practice of optimizing content so AI answer engines (ChatGPT, Perplexity, Claude, Google AI Overviews) cite the source when answering user questions. Built on schema markup, lede engineering, semantic structure, and entity grounding rather than backlink farming.
Google's standalone conversational AI search interface, accessible from a dedicated tab. Runs on Gemini 3 Pro. 75 million daily active users as of January 2026. Runs 9 to 16 sub queries per user prompt (high fan out).
Google's AI generated summary appearing above traditional organic results on roughly 48 percent of queries (Q1 2026), powered by Gemini 3 Pro. Cites 3 to 8 sources via inline links. AI Overview citations carry roughly 8 to 12 percent CTR of impressions.
Optimizing the technical infrastructure of a site (server side rendering, response time, schema validity, semantic HTML, sitemap freshness) so AI crawlers can extract content reliably. The infrastructure layer beneath AEO content work.
Originally an AMP variant of Article schema. Both AMP and the dedicated AMP article schema are deprecated as of 2026.
Google removed AMP requirement for Top Stories in 2021 and emphasizes Core Web Vitals instead. AMP is not recommended for new builds in 2026.
An obsolete Google framework for fast mobile pages. Largely deprecated in 2026 since Core Web Vitals replaced AMP's role in Top Stories eligibility. Not recommended for new builds.
AI systems that can plan and execute multi step tasks autonomously, often calling tools and APIs. Distinct from chatbots that respond to single prompts. ChatGPT Operator, Claude Computer Use are examples.
Schema.org type aggregating individual reviews into a single rating with ratingValue, reviewCount, bestRating, worstRating. Drives star ratings in SERP results.
A backlink analysis and SEO research tool. Subscription based. Useful for competitor analysis, keyword research, and backlink monitoring.
Text describing an image, used by screen readers and indexing systems when the image cannot be displayed. Should describe the image content concisely. WCAG 1.1.1 requires alt text on informative images; decorative images should have empty alt (alt=).
An HTTP response header advertising alternative services for the same origin. Used to advertise HTTP/3 (QUIC) availability.
The clickable text of a hyperlink. Internal anchor text should be descriptive (the destination's topic), not generic ('click here'). External anchor text is a ranking signal.
Schema.org structured data type marking up articles with headline, author, datePublished, dateModified, image, and publisher. Required signal for AI Overview citation eligibility on content pages.
Astro's built in database integration launched in 2024. SQLite at build time, libSQL at runtime. Useful for forms, comments, and lightweight dynamic content on otherwise static sites.
A static site generator with islands architecture: most of the page renders to static HTML, with interactive components hydrated only where needed. Excellent for content sites, marketing sites, and AEO. Astro DB launched in 2024.
An inbound link from another site. Once the dominant Google ranking signal; less powerful in 2026 as AI Overview citations and entity recognition take precedence. Quality and topical relevance matter far more than quantity.
The collection of all inbound links to a site. Quality matters more than quantity. Diverse domains, topical relevance, and natural anchor text distribution are healthy signals.
Microsoft's free webmaster console, equivalent to Google Search Console. Critical for Bing organic, Bing Copilot AI search, and DuckDuckGo (which uses Bing's index).
Visible navigation showing the page's location in the site hierarchy (Home > Services > Web Design). Drives BreadcrumbList schema and supports SERP breadcrumb display.
Structured data marking up the navigation breadcrumb showing the page's position in the site hierarchy. Drives breadcrumb display in SERP results and supports site architecture clarity.
A compression algorithm developed by Google, more efficient than gzip. Recommended for serving HTML, CSS, and JavaScript over HTTPS. Most modern browsers and nginx support it.
A semi-fictional representation of a target customer based on real data. Used to align content, design, and messaging to user needs.
Awareness, Consideration, Decision phases users move through. Different SERP features dominate each: AI Overviews and How To content for awareness, comparison content and reviews for consideration, branded queries and Local Pack for decision.
California state law granting privacy rights including the right to know, delete, and opt out of sale of personal information. Applies to many businesses serving California residents.
A Core Web Vital measuring visual stability. Targets the largest unexpected layout shift during the user's session. Pass threshold is below 0.1. Caused by images without dimensions, fonts swapping, ads injecting, dynamic content above the fold.
Software for non technical users to publish content. WordPress, Drupal, Ghost, Sanity, Contentful, Strapi. ThatDeveloperGuy generally builds custom or with headless CMS rather than monolithic WordPress for performance and SEO reasons.
A two dimensional layout system in modern CSS. Combined with flexbox covers nearly all layout needs without JavaScript. Universal browser support since 2017.
The styling language for HTML. Modern CSS includes container queries, cascade layers, has() selector, scope, anchor positioning, and view transitions. Tailwind CSS is a popular utility first framework.
The percentage of impressions that result in a click. In Google Search Console, CTR is shown per query and per page. Low CTR on high impression queries indicates a snippet/title optimization opportunity.
A link rel canonical tag declaring the preferred URL for a page when duplicate or near duplicate content exists. Prevents ranking dilution and indexing confusion. Self referencing canonicals are best practice on every page.
The percentage of users who click a search result after seeing it. AI Overview citations earn 8 to 12 percent CTR. Featured snippets earn 35 to 42 percent. Position 1 organic with no AI Overview present earns about 27 percent.
A CDN, security, and edge platform that proxies sites through its network. ThatDeveloperGuy does not use third party CDNs as standing rule, since they create crawler interference and obscure server logs.
A snapshot of the codebase at a point in time. Each commit has a unique SHA hash, an author, a message, and a parent. Used for tracking changes, deploying, and collaborating.
A group of related pages organized around a pillar topic, with the pillar covering the topic broadly and clusters covering sub topics in depth. Internal linking from cluster to pillar reinforces topical authority.
The maximum number of tokens a language model can process in a single request, including the prompt and the response. Larger windows enable processing more context at once.
The percentage of users who complete a desired action (purchase, lead form, phone call). Industry benchmarks: B2B services average 2 to 5 percent, e-commerce 1 to 3 percent.
Three Google performance metrics measuring real user experience: LCP (loading), INP (interaction responsiveness), CLS (visual stability). Pass thresholds: LCP under 2.5s, INP under 200ms, CLS under 0.1. Confirmed ranking factor.
An unspecified crawl error reported in Google Search Console. Often a transient server timeout or rate limit. Persistent anomalies should be investigated via server logs.
The number of URLs a search engine crawls on a site within a given timeframe. Determined by crawl capacity (server health) and crawl demand (perceived freshness and importance). Best practice: keep sitemaps current, return correct status codes, avoid soft 404s.
An attack flooding a site with traffic to make it unavailable. Mitigated through rate limiting, CDN, and traffic shaping. ThatDeveloperGuy uses nginx-level rate limits rather than third party CDN protection.
Translates domain names (handledtax.com) to IP addresses. Records include A, AAAA, CNAME, MX, TXT (SPF, DKIM), CAA. DNS changes propagate over hours; TTL controls cache duration.
The browser's tree representation of an HTML document. JavaScript manipulates the DOM to update what users see. Excessive DOM size hurts performance.
A containerization platform that packages an application with its dependencies into a portable container. ThatDeveloperGuy uses bare metal nginx on Bubbles for client sites, not containers, for simpler operations.
A standard hyperlink that passes ranking authority to the destination. Default behavior. Distinct from rel=nofollow, rel=ugc (user generated content), and rel=sponsored.
A third party metric (Moz) estimating how likely a domain is to rank. Not a Google signal; useful only for relative comparison. Ahrefs DR (Domain Rating) is similar.
Google's quality framework for evaluating content, especially YMYL topics. Personal Experience added in 2022. Built through visible author bylines, credentials, citations, transparent business practices.
Buying and selling goods or services online. Common platforms: Shopify, WooCommerce, BigCommerce, custom builds. Product schema, Merchant Center, and PCI compliance are core concerns.
EU directive requiring accessibility for products and services from 2025. Applies to e-commerce, banking, transport, and digital services. Effectively WCAG 2.1 AA.
Running code at distributed network edges close to users, rather than at a single origin. Cloudflare Workers, Vercel Edge Functions, AWS Lambda@Edge. Reduces latency for global users.
A high dimensional numeric representation of text (or image) capturing semantic meaning. Used for similarity search, clustering, and retrieval in AI systems.
A distinct thing or concept Google recognizes: a person, business, place, product, work, idea. Identified by Wikidata Q ID. Critical for Knowledge Panel triggering and AI search citation.
A schema.org type used inside SearchAction's target property to declare the URL pattern for site search. Required for the Sitelinks Search Box SERP feature.
Content that remains relevant over long periods, in contrast to news or trending topics. Examples: how-to guides, glossaries, tutorials. Good ROI on creation effort.
Schema.org type marking up a list of questions and answers. Restricted to government and health sites for rich result display in 2023, but still helps AI Overview and PAA inclusion on other sites.
A performance metric measuring when the first content (text, image, SVG) renders. Diagnostic, not Core Web Vital. Below 1.8s is good.
The small icon next to the URL in browsers and SERP results. 48x48 PNG minimum recommended. Multiple sizes serve different contexts: 16x16 (browser tab), 32x32, 180x180 (apple-touch-icon), 192x192 and 512x512 (Android).
Multiple favicon sizes serve different surfaces: 16x16 (browser tab fallback), 32x32 (browser tab high DPI), 48x48 (Google SERP minimum), 180x180 (apple-touch-icon), 192x192 and 512x512 (Android Chrome).
A boxed answer at the top of the SERP, extracted from a single page. Four formats: paragraph (most common), list, table, video. CTR 35 to 42 percent. Eligibility requires top 10 organic ranking.
Continued training of a pretrained model on domain-specific data. Useful for specialized tasks but often replaced by RAG for knowledge updates.
The first moment the browser renders anything to the screen. Less specific than First Contentful Paint, generally less useful as a metric.
YAML or TOML metadata at the top of a markdown file in static site generators (Astro, Hugo, Jekyll, Eleventy). Defines title, date, author, layout, and other page properties.
Google's current analytics platform, replacing Universal Analytics in 2023. Event based instead of session based. Required for Google Ads conversion import and Performance Max audiences.
Optimizing content so generative AI engines incorporate the source when generating answers. Differs from AEO in emphasis on synthesis-friendly structure (clear claims, supporting evidence, original framing) over citation-friendliness.
Google's free webmaster tool for tracking search performance, indexing status, Core Web Vitals, manual actions, and security issues. Required for any site doing SEO seriously.
A distributed version control system. Tracks changes to source code over time, supports branching and merging, enables collaboration. Hosted on GitHub, GitLab, Bitbucket, or self-hosted.
Paid advertising platform. Top sponsored slots earn 6 to 10 percent CTR. Quality Score affects cost and ad rank. Conversion tracking required for optimization.
Free Google product showing a business's local listing on Google Search and Maps. Critical for the Local Pack, the map feature showing three local results. Must be claimed and verified.
A platform for submitting product feeds to Google. Required for Shopping ads and the organic Shopping carousel. Feed must include attributes like price, availability, GTIN, brand.
The current major HTML version. Introduced semantic elements (article, section, nav, header, footer, aside), audio, video, canvas, local storage, geolocation, and many APIs.
A library that extends HTML with attributes for AJAX, CSS Transitions, WebSockets, and Server Sent Events without writing JavaScript. Enables interactive sites with simple server side rendering.
The third major HTTP version, built on QUIC instead of TCP. Faster connection establishment, multiplexing without head-of-line blocking, better mobile performance. Indicated via Alt-Svc header.
When an AI generates plausible-sounding but factually incorrect or fabricated content. Mitigated by RAG, careful prompting, and citation verification.
A website built by writing HTML, CSS, and JavaScript directly rather than using a page builder, theme, or template. Trades upfront development time for performance, accessibility, schema accuracy, and maintainability.
An extremely fast static site generator written in Go. Excellent for blogs, marketing sites, documentation. Single binary, no Node toolchain. Themes available; custom layouts straightforward.
An HTML link rel attribute declaring the language and regional targeting of a page. Critical for sites serving multiple regions or languages. Format: hreflang=en-us, hreflang=es, hreflang=x-default.
A Core Web Vital measuring responsiveness. The longest delay between user interaction (click, tap, key press) and the next paint. Pass threshold is below 200ms. Replaced FID in March 2024.
Schema.org type marking up images with creator, license, copyright, contentUrl, caption, and acquireLicensePage. Required signal for image carousel inclusion.
When multiple results from the same domain appear consecutively in the SERP, Google sometimes groups them with subsequent results indented under the first. Visually communicates site authority.
A protocol for notifying search engines of URL changes immediately, supported by Bing, Yandex, Seznam, and Naver. Reduces crawl latency for time sensitive content.
The unique value a page adds beyond what's already available on competing pages. Original data, internal frameworks, first hand experience, exclusive case studies. Ranking-relevant signal in 2026.
Links from one page to another within the same site. Distributes authority, helps users navigate, signals topical relationships, supports breadcrumb and indented results, and lowers crawl depth for important pages.
JavaScript Object Notation for Linked Data. The recommended schema markup format for SEO. Embedded in script tags with type='application/ld+json'. Cleaner than Microdata or RDFa.
The client-side scripting language of the web. Heavy JS impacts Core Web Vitals (especially INP) and can prevent AI crawlers from extracting content. ChatGPT bot reading mode begins in plain HTML 46 percent of the time.
Google's database of entities (people, businesses, places, concepts) and relationships. Powers Knowledge Panels, AI Overview citations, autocomplete, and entity recognition.
The right side panel on desktop SERPs (inline card on mobile) shown when Google recognizes an entity. Pulls from Wikipedia, Wikidata, GBP, schema sameAs. Direct click rate 8 to 14 percent.
A Core Web Vital measuring loading performance. Time to render the largest content element (text, image, video) in the viewport. Pass threshold is under 2.5 seconds.
Optimizing site content for LLM training and retrieval. Distinct from AEO (citation-focused). Concerned with how LLMs index, embed, and reason about a site's content. Includes structured data files like llms.txt.
The map and three local results showing on local intent queries. Triggered by city or 'near me' modifiers. CTR for the pack combined: 25 to 33 percent. Requires a verified Google Business Profile.
SEO discipline focused on local intent searches. Pillars: Google Business Profile, NAP consistency across citations, local content, and reviews.
A search query of 5 or more words, typically with lower search volume but higher intent and lower competition. Most queries are long tail. Cluster pages target long tail; pillar pages target head terms.
A proposed standard text file at /llms.txt providing a structured summary of a site for LLM consumption. Contains brand info, key pages, services, and machine readable references. ThatDeveloperGuy maintains comprehensive llms.txt files on all client sites.
ThatDeveloperGuy's federated neural network running across three nodes (Bubbles, VALKYRIE, M2) plus Thunderport. Used for SEO/AEO research, content generation assistance, and AI search visibility experimentation.
An HTML meta tag describing the page, used as the SERP snippet when Google chooses to display it (often Google rewrites). 150 to 160 characters typical, but no fixed limit. Should be unique per page and match search intent.
An older HTML inline schema markup format. Largely superseded by JSON-LD which Google prefers. Both are valid but JSON-LD is cleaner and easier to maintain.
Google's policy of using the mobile version of a page as the primary index. Implemented globally in 2020 to 2021. Mobile rendering equivalence with desktop is critical.
North American Industry Classification System. A 6 digit code identifying a business's primary activity. Used in SAM.gov registration, GSA Schedule, and federal contracting. Web development is NAICS 541511.
A search query containing 'near me' or with implicit local intent. Triggers Local Pack and prioritizes nearby businesses. Requires accurate Google Business Profile and consistent NAP.
A React-based meta-framework supporting server side rendering, static site generation, incremental static regeneration, and edge functions. The dominant React framework in 2026. App Router is the modern routing layer.
A link attribute (rel=nofollow) telling search engines not to pass authority through this link. Used historically on user-generated content, comments, untrusted links. Now also rel=ugc and rel=sponsored.
A high performance web server and reverse proxy. ThatDeveloperGuy's Bubbles infrastructure runs all client sites on bare metal nginx with HTTP/3 and Brotli enabled.
A protocol for delegated authorization. Sign in with Google, Facebook, GitHub, etc. Distinct from authentication; OAuth grants access to specified resources without sharing passwords.
Software that extracts text from images. Useful for document processing pipelines but not relevant for accessible alt text (which should be human written).
An Open Graph image (og:image meta tag) shown when the URL is shared on Facebook, LinkedIn, and many other platforms. Recommended 1200x630 pixels, under 5MB.
Meta tags (og:title, og:description, og:url, og:image, og:type, og:site_name) controlling how a URL renders when shared on social media. Originally Facebook; now broadly adopted.
Schema.org type identifying a business or organization with name, logo, sameAs (social profiles + Wikidata), contact information, and address. Foundation for Knowledge Panel and AI Overview entity recognition.
A web application using service workers, web app manifest, and HTTPS to provide app-like experiences (installable, offline, push notifications) from a website.
A web app with service worker, manifest, and HTTPS that can be installed on mobile home screens, work offline, and send push notifications.
A Google ranking signal combining Core Web Vitals, mobile friendliness, HTTPS, intrusive interstitial avoidance. A composite signal rather than a single metric.
Google's free Core Web Vitals testing tool at pagespeed.web.dev. Returns lab data (Lighthouse) and field data (Chrome User Experience Report). Field data is what Google uses for ranking.
An expandable accordion of related questions on the SERP. Typically 3 to 5 visible initially. Source page CTR 3 to 8 percent per expansion. Major source of long tail traffic.
An AI-powered search engine that synthesizes answers from web sources with inline citations. Major AEO target. Free and Pro tiers; Perplexity Pages added publishing capability.
A long form (3000 to 5000 word) page covering a topic broadly. Anchors a topic cluster. Links to and is linked from cluster pages covering sub topics in depth. Foundation of topic authority.
The practice of crafting prompts that produce desired AI outputs. Includes system prompts, few shot examples, chain of thought, structured outputs.
A transport protocol developed by Google, the basis of HTTP/3. UDP based instead of TCP. Better connection establishment, multiplexing, and mobile performance. Indicated via Alt-Svc header in HTTP responses.
A Google ranking adjustment giving higher weight to recent content for queries that benefit from freshness (news, events, evolving topics).
An AI architecture where a language model retrieves relevant documents at query time and grounds its response in them. Behind most production AI search products.
A web feed format for distributing content. Still widely used by feed readers, podcast clients, and AI news aggregators. Atom is a more modern alternative; both serve similar purposes.
A JavaScript library for building component-based UIs, originally from Facebook. Server Components added in React 18 changed the rendering model. Used as the foundation of Next.js, Remix, Gatsby.
An HTTP response telling the browser to fetch a different URL. 301 (permanent, ranking transfers), 302 (temporary), 307/308 (temporary/permanent without method change). 301 is the standard for SEO migrations.
A URL specified relative to the current document (./about, /services). Distinct from absolute URLs (https://...). Internal links are usually relative; canonicals must be absolute.
How a page is generated: Client Side Rendering (browser fetches data and renders), Server Side Rendering (server returns HTML per request), Static Site Generation (HTML at build), Incremental Static Regeneration (revalidate on schedule).
Schema.org type marking up a review with author, reviewBody, reviewRating, datePublished. Aggregated as AggregateRating. Star ratings in SERP shown to qualifying pages.
SERP results enhanced with additional information from structured data (star ratings, prices, FAQ accordions, breadcrumbs). Eligibility validated via Google Rich Results Test.
Older term for what Google now calls Rich Results. Both refer to enhanced SERP listings driven by structured data.
A text file at /robots.txt instructing crawlers which paths they may or may not access. Required entries for AI crawler set: GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended, Bingbot, etc.
The System for Award Management — the US government's entity registration database. Required for federal contracting. UEI (Unique Entity Identifier) replaced the DUNS number in 2022.
A federal contracting designation. Eligible for set-aside contracts. Requires VA verification (formerly CVE, now SBA). 3 percent prime contracting goal across federal government.
The discipline of optimizing site visibility in search engine results. Includes technical SEO (crawlability, schema, site speed), on page SEO (titles, headings, content), and off page SEO (backlinks, citations, brand mentions).
Pre-generating HTML pages at build time. The result is static files served directly. Fast, secure, low operational cost. Astro, Hugo, Eleventy, Next.js (export mode) all support SSG.
Generating HTML on the server for each request, sending fully rendered HTML to the browser. Fast First Contentful Paint, AI crawler compatible, can have higher TTFB. Distinct from SSG (static site generation).
Structured data added to HTML pages using Schema.org vocabulary, typically in JSON-LD format. Helps search engines and AI engines understand entities, content type, and relationships.
Tools that verify schema markup syntax and Google rich result eligibility. Schema.org Markup Validator (general), Google Rich Results Test (Google specific).
A site property added to Google Search Console for tracking. Either domain property (covers all subdomains and protocols, requires DNS verification) or URL prefix property (specific scheme + subdomain + path).
Part of the Rehabilitation Act requiring federal agencies' technology to be accessible. Effectively WCAG 2.0 AA mapped to federal procurement. Critical for federal contractor websites.
A record of every request the web server handles. Critical for diagnosing crawler behavior, bot traffic patterns, and SEO indexing issues. nginx access.log is the standard format.
Additional internal links shown beneath some search results, especially branded queries. Adds 10 to 25 percent CTR lift to the parent result. Generated automatically by Google based on site architecture.
A search box embedded in some branded SERP results. Triggered by WebSite schema with potentialAction SearchAction. Requires a working internal search at the declared URL pattern.
A schema.org type marking sections of content suitable for voice extraction. Originally news-focused, useful broadly for voice search optimization. Marked via cssSelector or xpath properties.
Machine readable metadata describing the content of a page using a defined vocabulary (most commonly Schema.org). JSON-LD is the recommended format.
Instructions given to an AI model that shape its behavior across a conversation. Distinct from the user prompt. Often contains persona, capabilities, constraints.
The technical layer connecting site events to analytics and ad platforms. Includes Google Tag Manager, server side tagging, the Conversions API.
The time between request and the first byte of the response. Diagnostic for server response time. Below 800ms is good; under 200ms is excellent.
A way to package a PWA as an Android app. Less common than React Native or Flutter for native apps, but useful for content focused PWAs going to Play Store.
A utility first CSS framework where utility classes are composed in HTML. Tailwind v4 (2024) is significantly faster and smaller. Common pattern in modern frameworks like Next.js and Astro.
The HTML title element, shown in browser tabs, bookmarks, and as the SERP result headline (when Google does not rewrite it). 50 to 60 character target. Should include primary keyword and brand.
A unit of text in language model processing, roughly 0.75 words. Models charge per token in/out. Context windows are measured in tokens (Claude 200k, GPT-4 128k, Gemini 2M).
A SERP carousel of news articles for news worthy queries. Requires Google Publisher Center approval. Eligibility determined by content type, freshness, and publisher trust.
A site's perceived expertise in a topic, built through depth of content, internal linking, citations, and entity signals. Stronger topical authority correlates with broader query coverage.
A 12 character ID issued by SAM.gov for entities doing business with the federal government. Replaced DUNS in 2022. Required for federal contracting registration.
Content created by users rather than the site owner: reviews, comments, forum posts. Should use rel=ugc on links. Distinct from sponsored content (rel=sponsored).
A query string parameter (after the ?) that modifies how a page renders. Common for tracking (utm_source), pagination, filters. Excessive parameters can create infinite crawl space.
The path portion of a URL after the domain. Should be short, descriptive, lowercase, hyphen separated, and contain target keywords. Avoid IDs, dates, and dynamic parameters in slugs.
Tracking parameters (utm_source, utm_medium, utm_campaign, utm_content, utm_term) appended to URLs to attribute traffic in Google Analytics.
The overall experience of using a product or site, including usability, design, accessibility, and performance. SEO impact: better UX correlates with better engagement signals.
A database optimized for similarity search over high-dimensional embeddings. Used in RAG pipelines. Pinecone, Weaviate, Chroma, pgvector are common.
A hosting platform optimized for Next.js, with edge functions, image optimization, and analytics. ThatDeveloperGuy uses self hosted nginx on Bubbles instead, by standing rule.
Schema.org type marking up videos with thumbnailUrl, uploadDate, duration, embedUrl, contentUrl, transcript. Required for video carousel inclusion in SERP.
Searches initiated via voice assistant (Siri, Google Assistant, Alexa). Tend to be longer, more conversational, more local in intent. Speakable schema and natural language H2 phrasing support voice search optimization.
The current major Vue release with the Composition API as the default authoring style. Faster, smaller, and TypeScript-friendly compared to Vue 2.
A progressive JavaScript framework for building UIs. Lighter than React, with a similar component model. Nuxt is the meta-framework. Used widely in Asia and increasingly globally.
Web Content Accessibility Guidelines version 2.2, AA conformance level. The de facto technical standard for accessibility. AAA exists but is impractical for most sites. Required for federal contractor websites under Section 508.
A JSON file declaring an app's name, icons, theme colors, display mode, start URL, and orientation for Add-to-Home-Screen and PWA features. Often /site.webmanifest or /manifest.webmanifest.
A modern image format from Google with better compression than JPEG and PNG. Universal browser support since 2020. AVIF is even more efficient but with slower encoding.
Schema.org type identifying the entire website, including name, alternateName, url, publisher reference, and potentialAction (SearchAction for sitelinks search box).
A free, structured knowledge base maintained by the Wikimedia Foundation. Each entity has a Q ID. Critical entity grounding source for Google Knowledge Graph and AI search engines. ThatDeveloperGuy is Q139592631.
A primary source for AI search engine grounding. Direct citation in AI Overview responses. Difficult to obtain (notability requirements) but extremely valuable for entity establishment when achieved.
The dominant CMS by market share, used by roughly 43 percent of all websites in 2026. ThatDeveloperGuy generally rebuilds WordPress sites in custom HTML or Astro for performance, security, and SEO reasons.
A sitemap.xml file listing pages on a site for crawlers. Each entry can include lastmod, changefreq, priority. Submitted to GSC and Bing Webmaster Tools. Sitemap index for sites over 50000 URLs or 50MB.
A markup language used for sitemaps, RSS, configuration files. Schema markup originally used XML-based RDFa or Microdata; JSON-LD now dominates.
A WordPress endpoint historically used for remote publishing and pingbacks. Frequent target of brute force attacks. Recommended to disable on WordPress sites.
Google's category for content that can impact a user's health, finances, safety, or well-being. Held to higher E-E-A-T standards. Tax content, medical advice, legal advice, investment guidance all qualify.
Optimizing YouTube videos for discovery within YouTube and Google. Includes title, description, tags, transcript, thumbnail, end screens. Google Video carousel pulls heavily from YouTube.
A search query where the user finds the answer on the SERP itself without clicking any result. 58.5 percent of searches in 2026. Drives the importance of visibility-without-click strategies.
This glossary explains the terms. Implementing them is the engineering work. Get a free site demo