# Brand campaigns on tariffedpenguins.com > Live, server-rendered brand campaign pages with schema.org JSON-LD, served > at the edge. Each page presents a brand's currently active campaign content > and stays up to date as the campaign changes. ## Discovery - [Brand home](https://tariffedpenguins.com/): the site root — a server-rendered brand home page listing the brand's live campaigns. - [Sitemap](https://tariffedpenguins.com/sitemap.xml): all public campaign pages. - Campaign page URLs follow the shape https://tariffedpenguins.com/c/{campaign-id}/{slug}. ## Machine-readable campaign data - Every campaign page and the brand home also serve text/markdown: request the same URL with "Accept: text/markdown" for a token-lean variant carrying the same facts (headline, brand, call to action) front-loaded. - GET https://tariffedpenguins.com/api/embed/v1/content?campaign={campaign-uuid} returns campaign content as JSON. On a brand domain the host identifies the organization; on shared hosts add organization={org-uuid}. ## Ask - POST https://tariffedpenguins.com/ask with JSON body {"question": "...", "campaign": "{campaign-uuid}"} returns JSON {"answer", "campaign": {"id","name","url"}, "links"} — grounded answers about a brand's active campaign. - The campaign UUID is the {campaign-id} segment of any campaign page URL (see the sitemap). On a brand domain "campaign" may be omitted — the host itself selects the brand and the most recently updated active campaign answers; the response's "campaign" object names which one. "organization": "{org-uuid}" is accepted but never required. ## Agent card - [Agent card](https://tariffedpenguins.com/.well-known/agent-card.json): machine-readable description of this site and its /ask skill for AI agents.