# Search Result Card

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

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| title | string. Result title. |
| description | string. Snippet text. |
| url | string (optional). Result URL. |

## Example payload

```json
{
  "type": "search_result_card",
  "title": "Search Result Card",
  "description": "A concise description of the content."
}
```

Live page: https://a2uicatalog.ai/atoms/search_result_card/
Full field contract: https://a2uicatalog.ai/spec.json
