SeaBodyOfWater
SeaBodyOfWater is a direct BodyOfWater subtype for seas and semi-enclosed marine bodies: Mediterranean, Baltic, Caspian, Red Sea. For open oceans, use OceanBodyOfWater.
Full example of schema.org/SeaBodyOfWater json-ld markup
The markup is verified as valid with Rich Results Test from Google.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SeaBodyOfWater",
"name": "Caspian Sea",
"description": "The world's largest inland body of water, bordered by Azerbaijan, Iran, Kazakhstan, Russia, and Turkmenistan.",
"geo": {
"@type": "GeoShape",
"box": "47.0 46.0 36.0 54.0"
},
"sameAs": "https://www.wikidata.org/wiki/Q5484"
}
</script>Minimal valid version
The smallest markup that still produces a valid SeaBodyOfWater entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SeaBodyOfWater",
"name": "Caspian Sea"
}
</script>Google rich results this unlocks
SeaBodyOfWater is a structural type. It does not produce a rich result on its own.
Its value comes from combining it with a primary type whose markup earns a rich result (Article, Product, Event, and so on). SeaBodyOfWater becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.
Common SeaBodyOfWater mistakes
Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.
- 01
Using SeaBodyOfWater for an ocean
WrongSeaBodyOfWater on the PacificRightOceanBodyOfWater for the five major oceansOceans are named distinctly in schema.org; sea is for smaller marine bodies.
Schema properties in this example
Also mentioned in 2 other examples
SeaBodyOfWater also appears in BodyOfWater, and OceanBodyOfWater. See the full SeaBodyOfWater schema page for every reference.
About the example data
The Caspian Sea, included here as schema.org's canonical example.
Comments
Loading comments...