All terms
AI landing page
An AI landing page is a single-purpose webpage generated by an AI system from a brief prompt, typically optimized for a paid-traffic conversion goal.
AI website builder
An AI website builder is a software product that generates a complete, deployable website from a natural-language prompt — usually without requiring code.
Core Web Vitals
Core Web Vitals are Google's three user-experience metrics — Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift — used as a ranking signal in search.
Custom domain
A custom domain is a domain name (yourbrand.com) you own and point at a hosted product, instead of relying on the host's default subdomain.
Favicon
A favicon is the small icon a browser displays in the tab, bookmarks bar, and tab-history list to identify a website.
LCP (Largest Contentful Paint)
LCP is the time it takes for the largest visible element on a webpage to render. It's one of Google's three Core Web Vitals.
No-code
No-code refers to software-development approaches that let non-engineers build software products through visual interfaces, prompts, or templates — without writing code.
Open Graph
Open Graph (OG) is a metadata protocol that defines how a webpage previews when shared on social media — title, description, image.
Page speed
Page speed is the time it takes for a webpage to render and become interactive, measured by metrics like LCP, INP, and TTFB.
robots.txt
robots.txt is a plain-text file at the root of a website that tells web crawlers which URLs they can and cannot access.
Schema markup (JSON-LD)
Schema markup is structured data — usually JSON-LD — embedded in a webpage to tell search engines and AI systems exactly what the page is about.
Sitemap (sitemap.xml)
A sitemap is an XML file listing every important URL on a website, used by search engines to discover and prioritize content for crawling.
SSL certificate
An SSL certificate (more accurately TLS certificate) is the cryptographic credential that lets a website serve traffic over HTTPS instead of unencrypted HTTP.
Static site generator
A static site generator is a tool that pre-builds every page of a website at build time into static HTML/CSS/JS files, served directly from a CDN.