
Future of Advertising
Artificial intelligence in advertising
The production cost of advertising material has collapsed. What has not changed is that a good brief and a real idea are still the scarce inputs.
Future of Advertising
Markup that tells machines exactly what a page contains. It changes how you appear in results and how intermediaries describe you.

Structured data is a standard vocabulary for stating what a page contains, in a form machines read without inference.
Not position. Presentation. A result displaying a star rating, a price, opening hours or an expandable question set occupies more space and attracts more clicks than a plain link.
It also feeds the machine intermediaries that increasingly stand between a customer and a business. Explicit data is used with more confidence than data inferred from page text.
| Type | States | Value |
|---|---|---|
| Organization | who you are, contact, social profiles | foundational |
| LocalBusiness | address, hours, area served, geo | very high for local |
| Product or Service | what you sell, price, availability | high |
| FAQPage | questions and answers | high, expandable results |
| Review and AggregateRating | ratings, with rules | high, visual |
| Article | author, dates, publisher | high for content |
Add BreadcrumbList for navigation context and Event where relevant. Beyond those, additional types produce diminishing returns for most businesses.
Markup must describe what is actually on the page and visible to users. Marking up prices not shown, ratings not displayed, or questions not present is a policy violation and results in the markup being ignored or the site penalised.
Review markup in particular is tightly policed. Self-serving reviews, aggregated ratings not visible on the page, and marked-up ratings the business collected but does not display are all common violations.
JSON-LD in a script tag is the preferred format and the easiest to maintain, because it sits separately from the page markup.
Generate it from the same source as the visible content wherever possible. Markup maintained separately from the page drifts out of sync within months, which produces exactly the inaccuracy that causes problems.
Validation tools exist for both syntax and eligibility. Test every template type once after implementation and again after any redesign.
The most common failures: missing required properties, dates in the wrong format, prices without a currency, and markup broken by a template change nobody checked.
Structured data breaks silently. A redesign, a plugin update or a template change removes it, and nothing in the interface indicates a problem.
Check quarterly, on one page of each type. Five minutes, and it catches the failure that would otherwise persist for a year.
The same markup that improves search presentation gives machine intermediaries unambiguous facts about your business. That overlap means the work serves both purposes, which makes it one of the better-value technical investments available.
Not directly. It affects how results are displayed, which affects click rates, which affects everything downstream.
Organisation, local business, product or service, FAQ, review, and article. Those six cover most needs.
More from Future of Advertising

Future of Advertising
The production cost of advertising material has collapsed. What has not changed is that a good brief and a real idea are still the scarce inputs.

Future of Advertising
Cheap, fast and legally unsettled. Three rules keep the saving without acquiring a problem you cannot see yet.

Future of Advertising
The draft arrives fluent, confident and frequently wrong. A four-stage check catches what fluency conceals.