You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the `head` section of `html` page.
@@ -40,8 +38,6 @@ If writing the result into a `<script>` element, be sure to use the `.ToHtmlEsca
40
38
41
39
Websites can define Structured Data in the `head` section of their `html` to enable search engines to show richer information in their search results. Here is an example of how [Google](https://developers.google.com/search/docs/guides/intro-structured-data) can display extended metadata about your site in it's search results.
42
40
43
-

44
-
45
41
Using structured data in `html` requires the use of a `script` tag with a MIME type of `application/ld+json` like so:
0 commit comments