Umbraco.Community.uSchema
1.0.1
See the version list below for details.
dotnet add package Umbraco.Community.uSchema --version 1.0.1
NuGet\Install-Package Umbraco.Community.uSchema -Version 1.0.1
<PackageReference Include="Umbraco.Community.uSchema" Version="1.0.1" />
<PackageVersion Include="Umbraco.Community.uSchema" Version="1.0.1" />
<PackageReference Include="Umbraco.Community.uSchema" />
paket add Umbraco.Community.uSchema --version 1.0.1
#r "nuget: Umbraco.Community.uSchema, 1.0.1"
#:package Umbraco.Community.uSchema@1.0.1
#addin nuget:?package=Umbraco.Community.uSchema&version=1.0.1
#tool nuget:?package=Umbraco.Community.uSchema&version=1.0.1
uSchema
Validate the JSON-LD structured data on your published Umbraco content pages — directly inside the backoffice.
uSchema adds a Schema tab to every content node workspace and a uSchema dashboard. Both fetch the live published page, parse every <script type="application/ld+json"> block, and validate each one against schema.org recommendations.

Features
- Schema workspace tab — validates the page you're editing without leaving the content node
- Schema dashboard — pick any published page by name and validate it on demand
- At-a-glance status — each JSON-LD block is marked Valid, Warning, or Invalid with a summary count
- Error & warning detail — clear descriptions of what's missing or incorrect, with direct links to schema.org and Google documentation
- Annotated JSON examples — colour-coded view showing exactly which properties need adding
- Broad schema type support — 30+ types including Article, NewsArticle, WebPage, Organization, BreadcrumbList, FAQPage, LocalBusiness, Product, Event, Recipe, Person, WebSite, VideoObject, HowTo, JobPosting, and more
@graphblock support — multi-entity JSON-LD documents are fully parsed- Source location indicator — shows whether each block is in
<head>or<body>
Requirements
- Umbraco 17+
- .NET 10+
Installation
dotnet add package Umbraco.Community.uSchema
No configuration is required. After installing and restarting your site, the Schema tab appears on all content nodes and the uSchema dashboard appears under the Content section.
Usage
Workspace tab
- Open any published content node in the Umbraco backoffice
- Click the Schema tab
- uSchema fetches the live page and displays all JSON-LD blocks with their validation status
Dashboard
- Go to Content > uSchema in the left navigation
- Use the content picker to select any published page
- Click Validate to see that page's JSON-LD results
Note: The page must be published for validation to work. Unpublished pages cannot be fetched.

Source & Issues
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- AngleSharp (>= 1.4.0)
- Umbraco.Cms.Api.Common (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Api.Management (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Web.Common (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Web.Website (>= 17.0.0 && < 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.