Back to Help Guides
Content Template

Spotlight

Hero-style highlight card with a subtitle and call-to-action.

Overview

Spotlights are editorial hand-picks shown above the fold on category pages.

Fields

Subtitle, CTA Label, CTA URL.

Best Practices

Limit to one active Spotlight per category at a time. CTA Label should be action-oriented ('Read the report', 'Watch the keynote').

JSON Structure

Every entry of this template serializes to the shape below. The structured fields live under data.

{
  "type": "spotlight",
  "title": "The 2026 Frontier Models Report",
  "summary": "Our annual deep-dive on state-of-the-art models and the labs that shipped them.",
  "cover_url": "https://…/spotlight.jpg",
  "data": {
    "subtitle": "60 pages · benchmarks · interviews",
    "cta_label": "Read the report",
    "cta_url": "/p/moatly/frontier-models-2026"
  }
}

Preview

How a published entry of this template renders on the site.

SPOTLIGHT
The 2026 Frontier Models Report

60 pages · benchmarks · interviews

How it's used on the site

  1. 1.Use a Spotlight to feature one piece of marquee content on a category page.
  2. 2.Only one active Spotlight per category at a time — staff curators rotate them.
  3. 3.On publish, the Spotlight renders above the fold on the matching category page (e.g. /c/ai).
  4. 4.CTA URL can be internal (article) or external.