AEO Decoded
The Glossary
Welcome to the AEO Decoded Glossary. We do things a bit differently here. Instead of just giving you a boring dictionary definition, every term below is broken down into three distinct layers so you get exactly what you need:
- The Real Talk: A real-world sample that anyone can relate to. No jargon, just plain English to help you grasp the concept instantly.
- The Deep Dive: A quick tech talk. I absolutely love getting into the weeds with this stuff. I know not everyone wants the heavy detail, but it's here because I love it, and you might just find it interesting to see under the hood.
- How Irishguy Handles It: Exactly what it says on the tin. How we engineer the solution into your website, complete with links to our actual performance logs and case studies.
Index
- AEO (Answer Engine Optimization)1
- CMS (Content Management System)2
- Core Web Vitals3
- CSS (Cascading Style Sheets)4
- Edge Deployment5
- GA4 (Google Analytics 4)6
- GBP (Google Business Profile)7
- Lighthouse (Google Lighthouse)8
- LLM (Large Language Model)9
- NAP (Name, Address, Phone Number)10
- Schema: FAQPage11
- Schema: LocalBusiness12
- SEO (Search Engine Optimization)13
- UTM (Urchin Tracking Module)14
- WCAG (Web Content Accessibility Guidelines)15
AEO (Answer Engine Optimization)
Answer Engine Optimization is the process of structuring website content so that AI language models and conversational search engines can easily read, understand, and cite it.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We engineer your site from the ground up to be 'Agent-Ready.' By serving sub-second, perfectly formatted static HTML directly from the edge, we ensure your brand is the definitive, easily accessible answer the AI pulls from.
See our Agentic Browsing Case Study →CMS (Content Management System)
Software that allows users to create, manage, and modify content on a website without needing to write specialized code.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We refuse to compromise on speed. If your project requires you to edit content regularly, we integrate a Headless CMS. You get a beautiful, easy-to-use dashboard to update your text and images, but the website itself remains a lightning-fast, static Astro build. You get the best of both worlds.
Core Web Vitals
A set of specific factors that Google considers important in a webpage's overall user experience, focusing on loading, interactivity, and visual stability.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We bypass the bloated legacy platforms entirely. By building your site with an Astro static architecture, we strip out the unnecessary JavaScript that ruins Core Web Vitals. Our sites consistently hit perfect 100/100 Lighthouse scores, meaning your website passes every single Google speed and usability test with flying colors.
See our Core Web Vitals scores →CSS (Cascading Style Sheets)
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in HTML, dictating how elements are rendered on screen.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We utilize Tailwind CSS within our Astro framework. Instead of loading a massive stylesheet with thousands of unused rules, Tailwind's compiler scans our actual markup and outputs exactly the CSS classes we use, and nothing else. This results in microscopic stylesheets—often under 10kb—ensuring the browser can paint the page almost instantly.
Edge Deployment
The practice of hosting website files on a distributed network of servers located physically close to the users, rather than on a single central server.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We deploy your site via the Cloudflare Edge network. The moment you publish an update, we instantly push an optimized copy of your website to hundreds of servers positioned all over the globe. Your customers get near-instant load times, no matter what country they are sitting in.
GA4 (Google Analytics 4)
A web analytics service offered by Google that tracks and reports website traffic and user behavior.
The Real Talk▼
The Deep Dive▼
gtag.js library into the <head> of your document, it executes on the critical rendering path. This introduces roughly 67 KiB of unused JavaScript right at the top of the waterfall. Because browsers parse HTML synchronously, this immediately inflates your Total Blocking Time (TBT) and aggressively damages your Largest Contentful Paint (LCP). You are essentially sacrificing your core rendering metrics and automated audit scores just to fire an analytics payload before the DOM has even fully painted.How Irishguy Handles It▼
You shouldn't have to choose between rich data and a 100/100 Lighthouse score. We deploy GA4 using interaction-delays. Instead of firing the script on load, we use vanilla JavaScript to listen for intent—a scroll, a click, or a mouse movement. Once the user proves they are actually engaging with the page, we fire the analytics script quietly in the background. If they bounce before interacting, a 4-second fallback ensures they are still counted. Zero data loss, zero performance hit.
Read the Performance Log entry →GBP (Google Business Profile)
Google Business Profile is a free tool that allows business owners to manage how their local business appears across Google Search and Google Maps.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
While we focus on building elite web architecture, we ensure your site is built to seamlessly integrate with and validate your Google Business Profile. The structured data we deploy matches your GBP character-for-character, providing the exact verification Google's local algorithm demands.
Lighthouse (Google Lighthouse)
Google Lighthouse is an open-source, automated tool for improving the quality of web pages by auditing performance, accessibility, SEO, and best practices.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
A lot of agencies hide their Lighthouse scores because standard legacy builds physically cannot pass them without cheating. We put ours front and center. By utilizing zero-JavaScript static rendering with Astro and edge deployment via Cloudflare, we consistently deliver verified 100/100 scores across all four Lighthouse pillars: Performance, Accessibility, Best Practices, and SEO.
Check our live verified Lighthouse scores →LLM (Large Language Model)
A type of artificial intelligence program that has been trained on vast amounts of text data to understand and generate human-like language.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We build your website to be natively 'Agent-Ready.' We inject clean, semantic code and structured Schema data that LLMs can easily parse, ensuring that when an Answer Engine formulates a response about your industry, it uses your brand as the authoritative source.
Read the Agentic Browsing Case Study →NAP (Name, Address, Phone Number)
NAP stands for Name, Address, and Phone number, which are the core data points search engines use to identify and verify the physical location and legitimacy of a local business.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We lock down your NAP data at the code level. We inject rigid LocalBusiness JSON-LD schema into your site's global header, ensuring that every time a bot crawls your site, it receives the exact same, mathematically verifiable business details.
Schema: FAQPage
FAQPage is a Schema.org structured data type that explicitly maps questions and answers on a webpage, allowing search and answer engines to easily extract and serve direct responses.
The Real Talk▼
The Deep Dive▼
FAQPage JSON-LD into the <head> of your document, you create a deterministic map of Question and Answer entities. While Google has scaled back traditional FAQ rich results in standard SERPs, Answer Engines like Perplexity and Google's AI Overviews heavily weight Q&A formatted structured data for their Retrieval-Augmented Generation (RAG). It provides clean, semantic nodes that drastically reduce hallucination when an LLM cites your brand.How Irishguy Handles It▼
We don't just write FAQs; we engineer them. When we build an accordion on your site, our Astro framework automatically generates and injects the corresponding JSON-LD script perfectly formatted to schema.org standards. The AI gets the raw data instantly without having to execute any JavaScript, and the human user gets a beautiful, lightning-fast interface.
Schema: LocalBusiness
LocalBusiness is a structured data markup that provides search engines with standardized, machine-readable details about a physical business, including its name, address, phone number, and operating hours.
The Real Talk▼
The Deep Dive▼
LocalBusiness schema establishes a recognized entity in the Knowledge Graph. By providing a strict JSON-LD payload containing properties like telephone, address, geo coordinates, and @id (a unique URI for your business), you eliminate ambiguity for crawlers. This directly reinforces your NAP consistency, validates your Google Business Profile signals, and significantly boosts your probability of appearing in the localized Map Pack.How Irishguy Handles It▼
We treat your NAP data as sacred code. We inject a robust, error-free LocalBusiness JSON-LD payload into your global layout. Because we serve your site statically via Cloudflare edge nodes, Google's crawlers can parse your entity data in milliseconds. No database lookups, no plugin conflicts—just pure, validated signals that prove exactly who and where you are.
SEO (Search Engine Optimization)
Search Engine Optimization is the practice of improving a website's technical configuration, content relevance, and link popularity to increase its visibility in search engine results pages.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We treat technical SEO as a baseline, not an add-on. Every Astro site we build is structurally optimized for Google's crawlers out of the box. We guarantee 100/100 Lighthouse SEO scores by enforcing strict semantic HTML, automated sitemaps, perfectly configured meta tags, and sub-second load times.
View our verified 100/100 SEO scores →UTM (Urchin Tracking Module)
UTM parameters are short text codes appended to URLs that allow analytics tools to track the specific source, medium, and campaign name of website traffic.
The Real Talk▼
The Deep Dive▼
utm_source, utm_medium, utm_campaign) append key-value pairs to the query string of a URL. When a user clicks a tagged link, the analytics script parses the window.location.search object, extracts the parameters, and attributes the session data. This is critical because it bypasses the unreliability of HTTP referrers, which are constantly stripped by secure cross-origin policies or privacy-focused browsers.How Irishguy Handles It▼
We build clean, standardized UTM frameworks for every campaign you run. But more importantly, we ensure your site actually captures them. Because our Astro builds load in sub-second times, our delayed analytics scripts can fire reliably before a user ever has a chance to click away. Your campaign data stays perfectly accurate because no clicks are lost to a slow-loading page.
WCAG (Web Content Accessibility Guidelines)
A set of internationally recognized standards detailing how to make web content more accessible to people with disabilities.
The Real Talk▼
The Deep Dive▼
How Irishguy Handles It▼
We bake accessibility into the atomic level of your site. We don't rely on those automated 'accessibility overlay' widgets that fail basic audits. Instead, we use semantic HTML and test every color palette for WCAG contrast ratios before a single line of CSS is written. Our Astro builds consistently hit 100/100 on automated Lighthouse accessibility audits, meaning your site is legally compliant, ethically sound, and welcoming to every single visitor.
See how we handle WCAG contrast ratios →