Search Result Card

Styled card displaying a single search result with title, snippet, and URL.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailRenders as plain link.
Fields
FieldType
titlestring. Result title.required
descriptionstring. Snippet text.required
urlstring. Result URL.optional
Example payload
{
  "type": "search_result_card",
  "title": "Search Result Card",
  "description": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:search_result_card",
  "displayName": "Search Result Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/search_result_card",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Styled card displaying a single search result with title, snippet, and URL.",
  "representativeQueries": [
    "show a single search result card with title snippet URL",
    "styled card displaying a single search result with title, snippet, and url.",
    "render a search result card"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →