Publisher
How it works
- Create an account: Sign in with Google or email/password to access the publisher dashboard.
- Build your listing, easiest path: Publisher Studio, a guided editor with projects, live preview, and one-click submit (try the demo). Or prepare an entity file by hand: one JSON or YAML file per business, following the shape below. Required:
id,meta(withstatus,lastVerifiedAt,publisher_id,slices,confidence),index, andschemaOrg(with an@typesuch asHotelorTouristAttraction). Max 512 KB. - Upload it: in the Publisher tab of the dashboard, pick the category (travel) and choose your file. Validation errors are shown immediately so you can fix and resubmit.
- Review: the SeaWeb team reviews every submission. You can track the status (pending / approved / rejected, with reviewer notes) in the same card.
- Go live: approved listings enter our dataset as drafts and become searchable by agents once field verification passes. Only verified data is served. That's the product promise, and it applies to us too.
Entity file example
Minimal valid shape (JSON; the same structure as YAML works too):
{
"id": "seaweb://travel/example-inn",
"meta": {
"status": "draft",
"lastVerifiedAt": "2026-07-06T00:00:00Z",
"publisher_id": "publisher:you",
"slices": { "profile": true, "menu": false, "availability": false },
"confidence": { "hours": 0.9 }
},
"index": {
"neighborhood": "Mission",
"price_band": "mid-range",
"price_range": "$$",
"search_text": "Example Inn Mission boutique hotel"
},
"schemaOrg": {
"@context": "https://schema.org",
"@type": "Hotel",
"name": "Example Inn",
"telephone": "+14155550100",
"address": { "@type": "PostalAddress", "streetAddress": "123 Mission St", "addressLocality": "San Francisco" }
}
}
Honest partial data beats invented completeness: if you haven't verified the menu, set "slices": { "menu": false } and omit it: never guess dishes or hours.
Why publish on SeaWeb?
- Agent-native format: Your data is served as structured JSON-LD, not HTML scraped by fragile crawlers. AI agents get clean, typed fields they can use directly.
- Instant availability: Drop an entity file, it's searchable immediately. No batch updates, no indexing delays.
- Multi-format output: Data is served in JSON, Markdown, CSV, YAML, and TOML, compatible with any client's preference.
- Verified signals: SeaWeb surfaces confidence scores, open hours, and whether your own site takes reservations. Honest partial-data publishing: what you don't provide is marked as unverified.
Coming soon
Richer dashboard
File upload and review tracking are live today. Next: drag-and-drop entity management, photos, menu updates, and listing performance, all from a browser.
Verification badges
Verified phone, verified hours, verified menu. Build trust with agents and their users through SeaWeb's field research program.
Analytics dashboard
See how many agent queries hit your listing, which fields are most requested, and how your confidence scores compare.
Agent Native Ads
Sponsor your listing to rank higher in agent-native tool call results. Native structured ad slots optimized for LLM context windows.