S SCHEMA.BIZ
Other Extends: WebPage

AboutPage Schema Markup

AboutPage identifies a page as containing information about the site's owner or organization.

When to Use AboutPage

About pages Company information pages

Properties

Property Type Status Description
name Text optional Page title.
url URL recommended Page URL.
mainEntity Organization or Person optional The entity described.

JSON-LD Examples

About Page

About page for a company.

{
  "@context": "https://schema.org",
  "@type": "AboutPage",
  "name": "About Acme Corp",
  "url": "https://acme.com/about",
  "mainEntity": {
    "@type": "Organization",
    "name": "Acme Corp",
    "url": "https://acme.com"
  }
}

Common Mistakes

Not linking the mainEntity to a full Organization markup elsewhere on the site.

Complete Guide to AboutPage Schema Markup

AboutPage is a simple WebPage subtype that tells Google a page is specifically about the site's owner or organization. Pair it with full Organization markup for maximum benefit.

Related Types

Ready to Create AboutPage Markup?

Use our free generator to create valid AboutPage JSON-LD markup with a visual form. No coding required.

Open Generator