InfoSpectrum glossary

AI, SEO, advertising, and web terms—explained clearly

Practical definitions for buyers and teams evaluating private AI, websites, hosting, search visibility, local marketing, content, and paid media. These are working definitions, not promises that one tool or tactic fits every business.

Browse 28 practical definitions

Filter by a word, abbreviation, category, definition, or example.

Showing 28 of 28 terms

Terms beginning with A

AI agent

Artificial intelligence

Software that uses an AI model to choose and carry out steps toward a defined goal, often by calling approved tools or business systems.

Why it matters / what to watch

An agent can coordinate multi-step work, but it needs limits, permissions, review points, and monitoring before it should act on consequential tasks.

Example

A support agent classifies a request, searches an approved knowledge base, drafts a reply, and sends it to a person for approval.

Agentic workflow

Artificial intelligence

A bounded process in which an AI model selects among allowed actions, evaluates intermediate results, and continues until a stop or review condition is reached.

Why it matters / what to watch

It can handle more variation than a fixed automation, while creating additional needs for audit logs, fallback paths, and human oversight.

Example

A workflow gathers a lead, checks required fields, enriches the company record, scores fit, and routes uncertain cases to sales operations.

Terms beginning with E

Embeddings

Artificial intelligence

Numerical representations that place text, images, or other content into a mathematical space where items with similar meaning are located near one another.

Why it matters / what to watch

Embeddings make semantic search and retrieval possible even when a user does not repeat the exact words stored in a document.

Example

A search for “ending a contract” can retrieve a policy section titled “termination” because the meanings are related.

Terms beginning with F

Fine-tuning

Artificial intelligence

Additional model training on selected examples to change how an existing model responds, follows a format, or performs a specialized task.

Why it matters / what to watch

Fine-tuning can improve repeatable behavior, but it is not the default way to give a model current facts and it requires carefully prepared training data.

Example

A team fine-tunes a model on reviewed examples so it consistently classifies support tickets into the company’s approved categories.

Terms beginning with I

Inference

Artificial intelligence

The process of running a trained AI model on a new input to produce an output, such as a classification, summary, prediction, or generated response.

Why it matters / what to watch

Inference speed, cost, privacy, and hardware requirements shape whether a model belongs in the cloud, a private environment, or a hybrid setup.

Example

An internal assistant performs inference when it receives an employee question and generates an answer from the deployed model.

Terms beginning with L

Large language model

LLMArtificial intelligence

A machine-learning model trained on large text collections to interpret and generate language for tasks such as drafting, extraction, classification, and question answering.

Why it matters / what to watch

An LLM is a general capability, not a complete business system; useful deployment also requires data controls, interfaces, evaluation, and operating rules.

Example

A legal operations team uses an LLM to draft document summaries while keeping source review and final decisions with qualified staff.

Terms beginning with O

On-premises AI

Artificial intelligence

AI software operated on computing infrastructure controlled at the organization’s own location or private facility rather than only through a public cloud service.

Why it matters / what to watch

It can support tighter data residency and network controls, but the organization assumes responsibility for hardware, updates, availability, and security operations.

Example

A manufacturer runs an internal assistant on servers connected only to its private office and production networks.

Terms beginning with P

Private AI

Artificial intelligence

An AI deployment designed so an organization controls where its data, models, logs, and access policies are stored and processed.

Why it matters / what to watch

The label is meaningful only when the data flow, vendors, retention, access controls, and operational responsibilities are explicitly documented.

Example

A private assistant keeps prompts and retrieved documents inside a customer-controlled environment and records access for review.

Prompt engineering

Artificial intelligence

The practice of designing instructions, context, examples, and output constraints so an AI model performs a task more reliably.

Why it matters / what to watch

Clear prompts can improve results quickly, but they do not replace source data, evaluation, security controls, or deterministic validation.

Example

A document extractor receives an explicit field list, examples, and a JSON format that the application validates before use.

Terms beginning with R

Retrieval-augmented generation

RAGArtificial intelligence

A pattern that retrieves relevant material from an approved source and supplies it to a generative model as context for a response.

Why it matters / what to watch

RAG can ground answers in current organizational information without retraining the model, while retrieval quality and source permissions still require testing.

Example

An employee assistant searches the latest policy library and gives the model only the passages relevant to the question.

Terms beginning with V

Vector database

Artificial intelligence

A data store designed to index and search numerical vectors, commonly used to retrieve content by semantic similarity rather than exact keywords.

Why it matters / what to watch

It can make large document collections searchable for AI applications, but access control, freshness, metadata, and deletion rules still need deliberate design.

Example

A product-support system stores embeddings for approved manuals and filters retrieval by product, version, and customer permission.

Terms beginning with C

Content delivery network

CDNWebsites & hosting

A distributed network that serves cached website assets from locations closer to visitors and can also provide traffic filtering and availability controls.

Why it matters / what to watch

A CDN can reduce latency and origin load, although correct caching, invalidation, security, and dynamic-content rules are still required.

Example

Images, fonts, and scripts are cached at edge locations while contact-form requests continue to the protected application server.

Content management system

CMSWebsites & hosting

Software that lets authorized users create, edit, organize, and publish website content without directly changing application source code.

Why it matters / what to watch

A CMS can speed publishing, but governance, permissions, templates, backups, updates, and editorial workflow determine whether it remains maintainable.

Example

A marketing team updates service pages through approved fields while developers retain control of layout and application logic.

Core Web Vitals

Websites & hosting

Google’s user-experience metrics for loading performance, interaction responsiveness, and visual stability, measured through LCP, INP, and CLS.

Why it matters / what to watch

They help teams focus performance work on the experience real visitors receive rather than only on a single synthetic speed score.

Example

A team resizes the hero image, reserves its layout space, and reduces main-thread work to improve LCP, CLS, and INP.

Terms beginning with M

Managed hosting

Websites & hosting

A hosting arrangement in which a provider operates defined parts of the server, deployment, monitoring, backup, update, and support process.

Why it matters / what to watch

The word “managed” is not a universal scope; buyers should confirm responsibilities, limits, response times, backups, and excluded work in writing.

Example

A managed plan includes deployment, uptime monitoring, scheduled backups, security updates, and a documented support response target.

Terms beginning with S

SSL/TLS

Websites & hosting

The cryptographic protocol used by HTTPS to authenticate a website connection and encrypt data moving between a visitor and the server.

Why it matters / what to watch

Valid TLS is basic transport protection, but it does not by itself secure application code, stored data, accounts, or third-party integrations.

Example

A website automatically renews its certificate and redirects plain HTTP requests to the equivalent HTTPS URL.

Terms beginning with E

Entity SEO

SEO & GEO

The practice of making a real organization, person, place, product, or concept consistently identifiable across website content, structured data, and trusted external sources.

Why it matters / what to watch

Consistent names, facts, relationships, and corroborating profiles help search and retrieval systems distinguish one organization from similarly named entities.

Example

A company uses the same legal name, address, phone, services, logo, and verified profile links throughout its site and public listings.

Terms beginning with G

Generative engine optimization

GEOSEO & GEO

Work that makes accurate, useful content easier for AI-powered search and answer systems to discover, understand, retrieve, and cite.

Why it matters / what to watch

GEO extends sound SEO with clear answers, structured information, entity consistency, primary sources, and independent authority; it does not replace search fundamentals.

Example

A decision guide gives a direct answer, transparent methodology, current sources, limitations, structured data, and stable internal links.

Terms beginning with S

Schema markup

SEO & GEO

Machine-readable structured data, commonly expressed as JSON-LD, that describes visible page content using a shared Schema.org vocabulary.

Why it matters / what to watch

Truthful markup can reduce ambiguity for search systems, but it must match the page and does not guarantee indexing, rich results, rankings, or AI citations.

Example

A service page marks up its provider, service name, public offers, visible FAQs, and breadcrumb trail without adding fabricated ratings.

Search intent

SEO & GEO

The practical job a person is trying to complete with a search, such as learning, comparing options, finding a provider, or completing a transaction.

Why it matters / what to watch

A page is more useful when its format, depth, evidence, and next step fit the visitor’s actual decision rather than merely repeating a keyword.

Example

A “private AI deployment options” query is answered with a comparison and decision criteria instead of a short sales landing page.

Terms beginning with T

Technical SEO

SEO & GEO

The work of making a website reliably crawlable, indexable, canonical, fast, secure, and understandable to search engines without creating duplicate or misleading URLs.

Why it matters / what to watch

Strong content cannot perform consistently if crawlers receive the wrong status codes, canonicals, redirects, rendering, sitemaps, or internal links.

Example

A site returns real 301 redirects for retired pages, a genuine 404 for unknown URLs, self-canonicals, and an accurate sitemap.

Terms beginning with G

Google Business Profile

GBPLocal marketing

Google’s business listing used to manage how an eligible organization appears in Maps and local search, including categories, hours, contact details, and updates.

Why it matters / what to watch

Accurate, eligible, actively maintained profiles support local discovery, while ownership, content, photos, messages, and account access should remain client-controlled.

Example

A local company updates holiday hours, services, photos, and its primary category while retaining administrator ownership of the profile.

Terms beginning with L

Local citation

Local marketing

An online mention of a business and its identifying details, commonly on directories, maps, professional associations, or local publications.

Why it matters / what to watch

Accurate citations can reinforce local entity information, but low-quality bulk listings and inconsistent details create maintenance and trust problems.

Example

A business corrects its name, address, phone, and website on major maps, its chamber listing, and relevant industry directories.

Terms beginning with N

NAP consistency

Local marketing

Consistency of a business’s public name, address, and phone number across its website, maps, directories, profiles, and other trusted references.

Why it matters / what to watch

Consistent identifiers reduce customer confusion and help platforms reconcile multiple mentions with the correct real-world business entity.

Example

A location uses the same suite number, local phone, legal or approved trading name, and canonical website URL across major profiles.

Terms beginning with C

Content brief

Advertising & content

A planning document that defines a page’s audience, search intent, questions, evidence, structure, voice, conversion path, and editorial constraints before drafting begins.

Why it matters / what to watch

A good brief reduces generic repetition and aligns the writer, reviewer, subject expert, SEO needs, and business goal around one reader job.

Example

A comparison article brief specifies decision criteria, required primary sources, a limitations section, internal links, and the intended package CTA.

Conversion tracking

Advertising & content

Measurement that records when a visitor completes a defined business action, such as submitting a qualified form, booking a call, or making a purchase.

Why it matters / what to watch

Campaign optimization depends on accurate, consent-aware events tied to real outcomes rather than clicks or page views alone.

Example

A Google Ads campaign records an accepted contact submission as a lead while excluding test events and duplicate browser refreshes.

Terms beginning with N

Negative keywords

Advertising & content

Terms used in paid-search campaigns to prevent ads from showing for searches that are irrelevant, unqualified, misleading, or outside the intended offer.

Why it matters / what to watch

Thoughtful exclusions reduce wasted spend and poor-fit traffic, but overly broad negatives can also block valuable searches and must be reviewed.

Example

A custom software campaign excludes searches for free templates, jobs, courses, and unrelated consumer downloads after reviewing query data.

Terms beginning with R

Remarketing

Advertising & content

Advertising to an audience built from people who previously interacted with a website, app, content, or customer list, subject to platform and privacy rules.

Why it matters / what to watch

It can reconnect with interested visitors, but requires appropriate consent, audience eligibility, frequency controls, and careful handling of sensitive categories.

Example

A campaign shows a service comparison ad to eligible visitors who viewed package details but did not submit the contact form.