Metafields & Syndication

How Vantage metafields are structured, stored, and syndicated to AI shopping platforms

Last updated: 6th June 2026

Metafields & Syndication

Vantage writes structured data directly to your Shopify product metafields. These metafields are included in Shopify's Catalog syndication to AI platforms, making your product quality signals visible to AI shopping agents.

The vantage namespace

All Vantage metafields use the app-reserved vantage namespace. App-reserved namespaces are owned by the app, so these metafields stay organized and separate from metafields created by other apps or your own custom definitions, and only Vantage can write to them.

Metafields written today (MVP)

Vantage currently writes two metafields per product after each audit:

MetafieldTypeDescription
vantage.ai_readiness_scoreInteger (0-100)The composite AI readiness score across all 9 dimensions
vantage.last_optimizedDateTimeTimestamp of the most recent audit

These are written automatically after every audit, unless you've disabled metafield writing in Settings.

Metafields reserved for Phase 2

Vantage registers 10 metafield definitions on install. Eight are reserved for upcoming features that will provide AI-optimized product content:

MetafieldTypePurpose
vantage.ai_titleSingle-line textAI-optimized product title
vantage.ai_descriptionMulti-line textAI-optimized product description
vantage.key_featuresList (text)Key product features as a structured list
vantage.use_casesList (text)Target use cases
vantage.materialsSingle-line textMaterial composition
vantage.certificationsList (text)Certifications and compliance
vantage.target_audienceSingle-line textIntended demographic
vantage.comparison_attrsJSONStructured comparison data
ℹ️
Note

These reserved metafields are defined but not written to in the current version. When Phase 2 launches, Vantage will populate them with AI-generated, optimized product content.

How syndication works

The pipeline from Vantage to AI shopping agents looks like this:

  1. Vantage audits your product and calculates the AI readiness score
  2. Score is written to the vantage.ai_readiness_score metafield on the Shopify product
  3. Shopify Catalog syndication picks up the metafield because it's registered with PUBLIC_READ access and PRODUCT owner type
  4. AI platforms receive the data through Shopify's feeds and the Universal Commerce Protocol
  5. AI agents see your score as a quality signal when evaluating your product

Why this matters

AI agents making product recommendations need quality signals. A product with a high AI readiness score and well-structured metafield data sends a clear signal: this product has complete, accurate, structured information that can be trusted.

The score itself may be used by AI platforms as one factor in recommendation decisions. More importantly, the metafield infrastructure Vantage sets up ensures that when Phase 2 adds AI-optimized titles, descriptions, and attributes, all of that data flows directly into AI platform feeds.

Metafield technical details

  • Ownership: App-owned (only Vantage can modify these metafields)
  • Access level: PUBLIC_READ on storefront, enabling Shopify Catalog syndication
  • Owner type: PRODUCT (metafields are attached to individual products)
  • Write timing: Metafields are written per product immediately after each audit — a single update per product covering both fields

Controlling metafield writing

⚠️
Warning

Metafield writing is enabled by default. Your AI readiness score is automatically written to each product after every audit. You can toggle this off in Settings if you prefer to audit without writing data to your products.

What happens on uninstall

When you uninstall Vantage, the app removes all of its metafield definitions and their associated values from your products. Because these live in the app-reserved vantage namespace, they are owned by Vantage — uninstalling the app deletes the definitions and the AI readiness scores written to your products. You don't need to clean anything up manually.

If you reinstall Vantage later, it re-registers the definitions on install and rewrites the scores on the next audit.

Next steps