[[{"@type":["BlogPosting"],"@id":"https:\/\/www.schemaapp.com\/schema-markup\/your-guide-to-covid-19-structured-data\/#BlogPosting","@context":{"@vocab":"http:\/\/schema.org\/","kg":"http:\/\/g.co\/kg"},"url":"https:\/\/www.schemaapp.com\/schema-markup\/your-guide-to-covid-19-structured-data\/","inLanguage":[{"@type":"Language","@id":"https:\/\/www.schemaapp.com\/schema-markup\/your-guide-to-covid-19-structured-data\/#BlogPosting_inLanguage_Language","name":"English"}],"audience":"https:\/\/schema.org\/PeopleAudience","publisher":[{"@id":"https:\/\/www.schemaapp.com\/#Organization"}],"mentions":[{"@id":"https:\/\/www.schemaapp.com\/entity#Thing6"}],"name":"Your Guide to COVID-19 Structured Data","articleBody":"Purpose: This document is intended as a comprehensive guide for marking up information about COVID-19. It outlines the schema.org types and properties that can be used to increase the visibility and accessibility of such information, and how Schema App can assist with creating and maintaining this markup. \nWhat kind of content should be marked up?\nSpecialAnnouncement structured data is currently supported by Bing and Google, both of which have the ability to represent properly-marked up content in the form of rich results. Examples of content eligible for the SpecialAnnouncement rich result include:\n\nAnnouncements of a shelter-in-place directive\nClosure notices (for example, closing a school or public transportation)\nAnnouncement of government benefits (for example, unemployment support, paid leave, or one-time payments)\nQuarantine guidelines\nTravel restrictions\nNotifications of a new drive-through testing center\nAnnouncements of an event transitioning from offline to online, or a cancellation\nAnnouncements of revised hours and shopping restrictions\nDisease spread statistics and maps\n\nWho should use this markup?\nThe guidelines put forward by both Google and Schema.org state that SpecialAnnouncement markup should be used for urgent announcements published by locally-oriented organizations such as schools, pharmacies, healthcare providers, community groups, police, and local government.\nOn April 15th, 2020, the White House Office of Science and Technology Policy stated they were adopting Schema.org markup for COVID-19 announcements. They have urged the private sector, State and local governments, and academic community to do the same.\nGoogle has stated that local businesses can utilize SpecialAnnouncement for changes to store hours. While the associated rich result may not show up in search, it still facilitates the understanding of such content for search queries. \nSpecial Announcement\nSpecialAnnouncement markup should be added for time-stamped information updates made by locally-oriented organizations, such as schools, pharmacies, healthcare providers, community groups, police, and local governments. Below are the required and recommended properties as presented in Google\u2019s structured data type definitions for SpecialAnnouncement. \nRequired Properties\nSchema Property: datePosted\nExpected Value: DateTime\nMapping Notes: The date that the COVID-19 announcement was published in ISO-8601 format.\n\nSchema Property: name\nExpected Value: text\nMapping Notes: The short title of the COVID-19 announcement in plain text. For example: \u201cStanford announces COVID-19 testing facility\u201d.\nSchema Property: Either text or a specific property that points to more information\nExpected Value: text\nMapping Notes: You must include either text, or one of the following specific properties that point to more information about the announcement, depending on the subject matter:\n\n\ndiseasePreventionInfo\ndiseaseSpreadStatistics\ngettingTestedInfo\ngovernmentBenefitsInfo\nnewsUpdatesAndGuidelines\npublicTransportClosuresInfo\nquarantineGuidelines\nschoolClosuresInfo\ntravelBans\n\nGoogle notes that multiple specific properties can be used, and are even encouraged, if they make sense in the context of the announcement.\n NOTE! The Schema App Editor automatically transforms a selected date into the required ISO-8601 format. \n\nRequired Properties\nSchema Property: announcementLocation \nExpected Value: LocalBusiness or CivicStructure\nMapping Notes: The specific location that is associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. Both the LocalBusiness and CivicStructures must, themselves, contain a name, a URL and a PostalAddress by way of the address property. For a larger geographic region, like a quarantine of an entire region, Google recommends using spatialCoverage\nSchema Property: category \nExpected Value: URL\nMapping Notes: The URL that describes the category for the special announcement. Link to the Wikipedia page for COVID-19\nSchema Property: diseasePreventionInfo\nExpected Value: URL or WebContent\nMapping Notes: A specific property. Information about disease prevention, if applicable to the announcement. A URL linking to the related page is acceptable, but the WebContent type contains additional properties that can be leveraged to further describe the content.\nSchema Property: diseaseSpreadStatistics\nExpected Value: URL or WebContent or Dataset or Observation\nMapping Notes: A specific property. If applicable to the announcement, the statistical information about the spread of a disease, either as WebContent, or described directly as a Dataset, or the specific Observation in the dataset. These types contain additional properties that can be leveraged to further describe the content.\nSchema Property: expires\nExpected Value: DateTime\nMapping Notes: The date in which the content expires and is no longer useful or available in ISO-8601 format. Don\u2019t include this property if you don\u2019t know when the content will expire.\nSchema Property: gettingTestedInfo\nExpected Value: URL or WebContent\nMapping Notes: A specific property. Information about getting tested (for a MedicalCondition) in the context of COVID-19, if applicable to the announcement.\nSchema Property: governmentBenefitsInfo\nExpected Value: GovernmentService\nMapping Notes: A specific property. Information about new government benefits in the context of COVID-19, if applicable to the announcement. GovernmentService has it\u2019s own set of required properties. For a full description, see the Government Benefits Info section below.\nSchema Property: newsUpdatesAndGuidelines\nExpected Value: URL or WebContent\nMapping Notes: A specific property. A page with news updates and guidelines in the context of COVID-19, if applicable to the announcement. This could be (but is not required to be) the main page containing SpecialAnnouncement markup on a site.\nSchema Property: publicTransportClosuresInfo\nExpected Value: URL or WebContent\nMapping Notes: A specific property. Information about public transport closures in the context of COVID-19, if applicable to the announcement.\nSchema Property: quarantineGuidelines\nExpected Value: URL or WebContent\nMapping Notes: A specific property. Guidelines about quarantine rules in the context of COVID-19, if applicable to the announcement.\nSchema Property: schoolClosuresInfo\nExpected Value: URL or WebContent\nMapping Notes: A specific property. Information about school closures in the context of COVID-19, if applicable to the announcement.\nSchema Property: spatialCoverage\nExpected Value: Place\nMapping Notes: The geographic region that is the focus of the special announcement, if applicable. For example, the announcement may be about a shelter-in-place that affects multiple regions. This can be called out by way of Place. A Place is best defined by way of a Wikipedia or Wikidata URL. If the announcement affects both a region and a specific location (for example, a library closure that serves an entire region), use both spatialCoverage and announcementLocation.\nSchema Property: text\nExpected Value: text\nMapping Notes: The textual summary of the COVID-19 announcement. The text may contain HTML content such as links and lists. Valid HTML tags include: <h1> through <h6>, <br>, <ol>, <ul>, <li>, <a>, <p>, <div>, <b>, <strong>, <i>, and <em>. This can be used instead of, or alongside specific properties.\nSchema Property: travelBans\nExpected Value: URL or WebContent\nMapping Notes: A specific property. Information about travel bans in the context of COVID-19, if applicable to the announcement.\nSome of the listed properties link to other schema.org types. Here is more information to clarify what these types are, and how they can be used:\n\nDataset: A body of structured information describing some topic(s) of interest. More information about the term within the context of schema.org can be found in the data and datasets overview.\nDateTime: A combination of date and time of day. Schema App\u2019s Editor allows you to select a date from a calendar, and automatically transforms it into ISO-8601 format.\nCivicStucture: A public structure, such as a town hall or concert hall. This type inherits all of the properties associated with Place.\nLocalBusiness: A particular physical business or branch of an organization. This type contains required properties that may result in errors if they are not fulfilled. For a full tutorial of creating LocalBusiness markup, see Schema App\u2019s How-to Guide for Local Business Schema Markup.\nObservation: Schema.org describes Observation as a type  used to specify observations about an entity (which may or may not be an instance of a StatisticalPopulation), at a particular time. The principal properties of an Observation are observedNode, measuredProperty, measuredValue (or median, etc.) and observationDate (measuredProperty properties can, but need not always, be W3C RDF Data Cube \u201cmeasure properties\u201d, as in the lifeExpectancy example). See also StatisticalPopulation, and the data and datasets overview for more details.\nPlace: Entities that have a somewhat fixed, physical extension. A Place is best defined by way of a Wikipedia or Wikidata URL.\nWebContent: WebContent is a type representing all WebPage, WebSite and WebPageElement content. In some cases the WebContent type can be used in place of a URL. It contains additional properties that can be leveraged to further describe linked content.\n\nGovernment Service\nThe governmentBenefitsInfo property can be used to provide more specific information about government benefits related to the SpecialAnnouncement. This property expects a GovernmentService data item which, itself, expects the following properties and values:\nRequired Properties\nSchema Property: audience\nExpected Value: Audience\nMapping Notes: The audience that is eligible to receive the government benefits. An Audience data item requires the name property to describe the intended audience. For example, \u201cSmall Businesses\u201d\nSchema Property: name\nExpected Value: text\nMapping Notes: The name of the government benefits. For example, \u201cPaycheck Protection Program\u201d.\nSchema Property: provider\nExpected Value: GovernmentOrganization\nMapping Notes: The government organization that is providing the benefits. A GovernmentOrganization data item requires the name property to describe the government organization that is providing the benefits. For example, \u201cUS Small Business Administration\u201d.\nSchema Property: serviceType\nExpected Value: GovernmentOrganization\nMapping Notes: The type of government benefits that support the COVID-19 situation. Use one of the following enumerations:\n\nhttp:\/\/schema.org\/BasicIncome\nhttp:\/\/schema.org\/BusinessSupport\nhttp:\/\/schema.org\/DisabilitySupport\nhttp:\/\/schema.org\/HealthCare\nhttp:\/\/schema.org\/OneTimePayments\nhttp:\/\/schema.org\/PaidLeave\nhttp:\/\/schema.org\/ParentalSupport\nhttp:\/\/schema.org\/UnemploymentSupport\n\nIf none of the listed enumerations are adequate to describe the benefits type, a textual description can also be used.\nSchema Property: url\nExpected Value: URL\nMapping Notes: The URL to more information about the government benefits.\nJSON-LD from Video Example\n<script type=\"application\/ld+json\">\n{\n \"@context\": \"http:\/\/schema.org\",\n \"@type\": \"SpecialAnnouncement\",\n \"category\": \"https:\/\/www.wikidata.org\/wiki\/Q81068910\",\n \"name\": \"AdventHealth Durand\",\n \"datePosted\": \"2020-04-15T00:00\",\n \"text\": \"If you are experiencing any symptoms (fever, shortness of breath, and or coughing) please register for our drive-in Covid-19 screening.\",\n \"newsUpdatesAndGuidelines\": \"https:\/\/www.adventhealth.com\/coronavirus-resource-hub\/coronavirus-covid-19-screening-and-testing\",\n \"announcementLocation\": {\n \"@type\": \"CivicStructure\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"1220 3rd ave\",\n \"name\": \"Durand Location \",\n \"addressLocality\": \"Durand\",\n \"addressCountry\": \"USA\",\n \"addressRegion\": \"WI\",\n \"@id\": \"https:\/\/www.adventhealth.events\/event.cfm?id=7489#PostalAddress\"\n },\n \"url\": \"https:\/\/www.adventhealth.com\/coronavirus-resource-hub\/coronavirus-covid-19-screening-and-testing\",\n \"name\": \"AdventHealth Durand\",\n \"@id\": \"https:\/\/www.adventhealth.events\/event.cfm?id=7489#CivicStructure\"\n },\n \"@id\": \"https:\/\/www.adventhealth.events\/event.cfm?id=7489\"\n}\n<\/script>\nOther Opportunities for Enhancement\nMost pages that are eligible for SpecialAnnouncement markup likely contain other information of interest. Adding structured data to this content can both provide more context for your SpecialAnnouncement, and benefit from being informed by the SpecialAnnouncement\u2019s markup. Here are some examples of schema.org types that may be of interest, and the properties that can be used to connect them to your SpecialAnnouncement.\nOther Types and Properties\nSchema Property: mentions\nExpected Value: Physician\nMapping Notes: Physicians mentioned on a SpecialAnnouncement page can be marked up using properties like availableService, hospitalAffiliation and medicalSpecialty.\nSchema Property: hasPart\nExpected Value: FAQPage\nMapping Notes: The SpecialAnnouncement page may have an FAQ section that can be called out with the hasPart property. Marking up your FAQs can make them eligible for rich results in search, improving the visibility and accessibility of this essential and informative content. For more information about marking up FAQs, see our tutorial Creating \u201cFAQPage\u201d Schema Markup Using the Schema App Editor.\nSchema Property: subjectOf\nExpected Value: Article or BlogPosting\nMapping Notes: Articles and Blog Posts that have the SpecialAnnouncement as their subject, and are listed or linked to on the SpecialAnnouncement page, can be called out using the subjectOf property. If they pertain to another related topic, use the mentions property. If they are cited within the SpecialAnnouncement, use the citation property. For more information about marking up Articles and BlogPostings, see our tutorial video How to Optimize an Article with Schema App Editor.\nSchema Property: subjectOf\nExpected Value: MedicalWebPage\nMapping Notes: A web page that provides medical information can be marked up using the MedicalWebPage type. If the SpecialAnnouncement is the subject of this page, use the subjectOf property. If it pertains to another related topic, use the mentions property.\nSchema Property: subjectOf\nExpected Value: VideoObject\nMapping Notes: Using the VideoObject type allows you to call out Videos existing on the Special Announcement page. The subjectOf property ensures that search engines know the SpecialAnnouncement is the subjectOf the VideoObject. If the video pertains to another related topic, utilize the video or associatedMedia properties instead.  For more information about marking up videos, see our tutorial video How to Optimize a VideoObject with Schema App Editor.\nSince Google\u2019s documentation is currently in beta, it is expected that the required and recommended properties will change over time. Schema App\u2019s tools will be modified to accommodate these changes as they occur.\nResources\nLatest updates (Google Search; April 16th, 2020)\nIntroducing a new way for sites to highlight COVID-19 announcements on Google Search (Webmaster Central Blog; April 03, 2020)\nSchema for Coronavirus special announcements, Covid-19 Testing Facilities and more (Schema.org blog; March 16th, 2020)\nBing adopts schema.org markup for special announcements for COVID-19 (Bing blogs; March 23rd, 2020)\nAdd structured data to COVID-19 announcements (BETA) (Google Search; March 16th, 2020)\nAs you can see, the schema.org vocabulary and Google\u2019s structured data guidelines are always changing. We see these changes as opportunities to find new ways for our customers to maximize their results from structured data! Schema App\u2019s tools are constantly being modified and updated to accommodate any vocabulary changes. Set up a strategy call with one of our technical experts today to get started!\nStart reaching your online business goals with structured data.Let\u2019s Talk\n ","datePublished":"2020-04-17T13:18:44+00:00","mainEntityOfPage":"https:\/\/www.schemaapp.com\/schema-markup\/your-guide-to-covid-19-structured-data\/","image":[{"@type":"ImageObject","@id":"https:\/\/www.schemaapp.com\/schema-markup\/your-guide-to-covid-19-structured-data\/#BlogPosting_image_ImageObject","url":"https:\/\/www.schemaapp.com\/wp-content\/uploads\/2021\/03\/Your-Guide-to-COVID-19-Structured-Data.png"}],"description":"This document is intended as a comprehensive guide for using schema to mark up information about COVID-19.","dateModified":"2024-01-12T18:25:47+00:00","headline":"Your Guide to COVID-19 Structured Data"},{"@context":"http:\/\/schema.org","@type":"Organization","address":{"@type":"PostalAddress","streetAddress":"201 - 412 Laird Road","postalCode":"N1G 3X7","addressRegion":"Ontario","addressLocality":"Guelph","addressCountry":"https:\/\/www.schemaapp.com\/#Country","name":"Schema App Address","@id":"https:\/\/www.schemaapp.com\/#PostalAddress"},"logo":{"@type":"ImageObject","width":"290","height":"93","url":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2020\/07\/SA_Logo_Main_Orange_w300-1.png?strip=all&lossy=1&ssl=1","@id":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2020\/07\/SA_Logo_Main_Orange_w300-1.png?strip=all&lossy=1&ssl=1"},"potentialAction":{"@type":"ScheduleAction","name":"Schedule a Demo","url":"https:\/\/www.schemaapp.com\/book-a-demo\/","@id":"https:\/\/www.schemaapp.com\/#ScheduleAction"},"image":{"@type":"ImageObject","width":"1350","height":"650","url":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/04\/Schema-App-Featured-Image.png?strip=all&lossy=1&ssl=1","@id":"https:\/\/ezk8caoodod.exactdn.com\/wp-content\/uploads\/2021\/04\/Schema-App-Featured-Image.png?strip=all&lossy=1&ssl=1"},"description":"Schema App is an end-to-end Schema Markup solution that helps enterprise SEO teams develop a knowledge graph and drive search performance.","knowsAbout":["http:\/\/www.wikidata.org\/entity\/Q1891170","https:\/\/www.wikidata.org\/wiki\/Q6108942","https:\/\/www.wikidata.org\/wiki\/Q26813700","https:\/\/www.wikidata.org\/wiki\/Q180711","http:\/\/www.wikidata.org\/entity\/Q33002955"],"keywords":["Structured Data","Knowledge Graph","Rich Results","Semantic Search","Search Engine Optimization","Schema Markup","Semantic Technology"],"location":"http:\/\/www.wikidata.org\/entity\/Q504114","sameAs":["https:\/\/www.instagram.com\/lifeatschemaapp\/","https:\/\/www.linkedin.com\/company\/2480720\/","https:\/\/twitter.com\/schemaapptool","https:\/\/www.youtube.com\/channel\/UCqVBXnwZ3YNf2BVP1jXcp6Q"],"legalName":"Hunch Manifest Inc","name":"Schema App","telephone":"+18554448624","url":"https:\/\/www.schemaapp.com\/","email":"support@schemaapp.com","knowsLanguage":"http:\/\/www.wikidata.org\/entity\/Q1860","areaServed":"http:\/\/www.wikidata.org\/entity\/Q13780930","@id":"https:\/\/www.schemaapp.com\/#Organization"},{"@context":"http:\/\/schema.org","@type":"Thing","name":"Structured Data","sameAs":["kg:\/m\/05p2j70","http:\/\/www.wikidata.org\/entity\/Q26813700","https:\/\/en.wikipedia.org\/wiki\/Structured_data"],"description":"information with a formal data model","alternateName":"Schema Markup","@id":"https:\/\/www.schemaapp.com\/entity#Thing6"}],{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Schema Markup","item":"https:\/\/www.schemaapp.com\/schema-markup\/#breadcrumbitem"},{"@type":"ListItem","position":2,"name":"Your Guide to COVID-19 Structured Data","item":"https:\/\/www.schemaapp.com\/schema-markup\/your-guide-to-covid-19-structured-data\/#breadcrumbitem"}]}]