Schema: latitude
Schema: latitude Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: latitude.
GeoCoordinates JSON-LD example with latitude, longitude, and elevation for a retail shop location. The geographic pinpoint structure used inside LocalBusiness, Event, Place, and any type with a geo property.
Place JSON-LD example for Dunmore Main Street as a geographic location. Covers the most important of Place's 41 direct properties: address, geo, openingHoursSpecification, photo, containsPlace, publicAccess, and when to use Place vs LocalBusiness.
StructuredValue JSON-LD example for the parent type behind GeoCoordinates, MonetaryAmount, QuantitativeValue, PropertyValue, ContactPoint, OpeningHoursSpecification, OfferShippingDetails, PostalAddress, and many more. Covers when structured objects beat free-text strings and how the StructuredValue family composes inside other types.
CivicStructure JSON-LD example for the Place subtype behind public buildings: town halls, concert halls, airports, museums, bridges, beaches, parks, stations, schools. Adds one direct property: openingHours.
Landform JSON-LD example for the Place subtype behind natural geographic features: mountains, volcanoes, bodies of water, continents. No unique properties.
Mountain JSON-LD stub. Direct Landform subtype with no unique properties. Use inherited Place properties (geo, name, description, image).
Beach JSON-LD stub. Direct CivicStructure subtype (despite being a natural feature). No unique properties; inherits openingHours from CivicStructure.
Bridge JSON-LD stub. Direct CivicStructure subtype with no unique properties.
StadiumOrArena JSON-LD stub. Dual-inherits from CivicStructure and SportsActivityLocation. No unique properties; the dual lineage gives it both civic-structure and sports-facility inherited properties.
MusicVenue JSON-LD stub. Direct CivicStructure subtype for concert halls, clubs, and other live-music venues. No unique properties.
MovieTheater JSON-LD stub. CivicStructure subtype for cinemas. Adds screenCount.
Museum JSON-LD stub. Direct CivicStructure subtype with no unique properties.
LiquorStore JSON-LD stub for shops selling wine, beer, whisky, and other spirits. Store subtype with no unique properties.
GroceryStore JSON-LD stub for supermarkets, bodegas, co-ops, and food-first retail shops. Store subtype with no unique properties.
Campground JSON-LD stub for tent, RV, and cabin campgrounds. Dual-inherits CivicStructure and LodgingBusiness, giving it the full lodging vocabulary (checkinTime, checkoutTime, numberOfRooms, petsAllowed, starRating, amenityFeature, availableLanguage, audience).
RVPark JSON-LD stub for RV-focused overnight destinations. Direct CivicStructure subtype with no unique properties.
Playground JSON-LD stub for children's playgrounds (public or private). Direct CivicStructure subtype with no unique properties.
Aquarium JSON-LD stub for public aquariums. Direct CivicStructure subtype with no unique properties.
Zoo JSON-LD stub for public zoos and animal parks. Direct CivicStructure subtype with no unique properties.
TrainStation JSON-LD stub for rail stations. Direct CivicStructure subtype. Used as departureStation / arrivalStation on TrainTrip.
BusStation JSON-LD stub for bus stations and terminals. Direct CivicStructure subtype. Used as departureBusStop / arrivalBusStop on BusTrip.
BusStop JSON-LD stub for a single bus stop on a route. Direct CivicStructure subtype.
SubwayStation JSON-LD stub for metro, subway, and underground rail stations. Direct CivicStructure subtype with no unique properties.
BoatTerminal JSON-LD stub for ferry terminals and port passenger facilities. Direct CivicStructure subtype. Used as departureBoatTerminal / arrivalBoatTerminal on BoatTrip.
TaxiStand JSON-LD stub for taxi pickup locations. Direct CivicStructure subtype with no unique properties.
ParkingFacility JSON-LD stub for parking lots and garages. Direct CivicStructure subtype with no unique properties.
FoodEstablishment JSON-LD example for the parent type behind Restaurant, CafeOrCoffeeShop, Bakery, BarOrPub, Brewery, Distillery, FastFoodRestaurant, IceCreamShop, and Winery. Adds 4 direct properties: acceptsReservations, hasMenu, servesCuisine, starRating.
AmusementPark JSON-LD stub for theme parks, amusement parks, and ride-based entertainment parks. Direct EntertainmentBusiness subtype with no unique properties.
ArtGallery JSON-LD stub for commercial and non-commercial art galleries. Direct EntertainmentBusiness subtype with no unique properties.
Casino JSON-LD stub for gambling venues. Direct EntertainmentBusiness subtype with no unique properties.
ComedyClub JSON-LD stub for standup comedy venues. Direct EntertainmentBusiness subtype with no unique properties.
NightClub JSON-LD stub for dance clubs and late-night venues. Direct EntertainmentBusiness subtype with no unique properties.
BowlingAlley JSON-LD stub for bowling centres. Direct SportsActivityLocation subtype with no unique properties.
GolfCourse JSON-LD stub for public and private golf courses. Direct SportsActivityLocation subtype with no unique properties.
LandmarksOrHistoricalBuildings JSON-LD stub for historic landmarks and heritage buildings. Direct Place subtype with no unique properties. Often dual-typed with TouristAttraction.
TouristDestination JSON-LD example for a region or place where tourists visit. Place subtype adding includesAttraction (the TouristAttraction list) and touristType (audience).
LakeBodyOfWater JSON-LD stub for lakes. Direct BodyOfWater subtype with no unique properties.
Waterfall JSON-LD stub for waterfalls. Direct BodyOfWater subtype with no unique properties.
Pond JSON-LD stub for ponds. Direct BodyOfWater subtype with no unique properties.
Reservoir JSON-LD stub for artificial lakes created by dams. Direct BodyOfWater subtype with no unique properties.
Volcano JSON-LD stub for volcanic mountains and vents. Direct Landform subtype (not Mountain) with no unique properties.
BedAndBreakfast JSON-LD stub for B&Bs and small inns. Direct LodgingBusiness subtype with no unique properties.
VacationRental JSON-LD stub for whole-property short-term rentals (Airbnb-style). Direct LodgingBusiness subtype with no unique properties.
Resort JSON-LD stub for destination resorts and leisure properties. Direct LodgingBusiness subtype with no unique properties.
City JSON-LD example for incorporated cities and towns. Direct AdministrativeArea subtype used to anchor LocalBusinesses, events, and knowledge-graph entries into a municipal jurisdiction.
GeoCircle JSON-LD example — GeoShape subtype with geoMidpoint (GeoCoordinates) and geoRadius (Distance / Number / Text). Canonical form for 'within X km' service areas.