XooCode(){

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.

schema.org/SeaBodyOfWater
<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.

schema.org/SeaBodyOfWater (minimal)
<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.

  1. 01

    Using SeaBodyOfWater for an ocean

    Wrong
    SeaBodyOfWater on the Pacific
    Right
    OceanBodyOfWater for the five major oceans

    Oceans are named distinctly in schema.org; sea is for smaller marine bodies.

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...

Leave a comment