Umbraco.Community.uSchema 1.0.1

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.uSchema" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.uSchema" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.uSchema" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.uSchema --version 1.0.1
                    
#r "nuget: Umbraco.Community.uSchema, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Community.uSchema@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.uSchema&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.uSchema&version=1.0.1
                    
Install as a Cake Tool

uSchema

Downloads NuGet GitHub license

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.

uSchema workspace tab showing JSON-LD validation results

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
  • @graph block 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

  1. Open any published content node in the Umbraco backoffice
  2. Click the Schema tab
  3. uSchema fetches the live page and displays all JSON-LD blocks with their validation status

Dashboard

  1. Go to Content > uSchema in the left navigation
  2. Use the content picker to select any published page
  3. 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.

uSchema dashboard

Source & Issues

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 124 3/20/2026
1.0.1 111 3/10/2026