Task Library
Implement Person or LocalBusiness JSON-LD with sameAs links to every verified profile, stitching the brand into one machine-readable entity.
Category: Digital Plumbing
Use this when the site has no structured data, schema that fails validation, or schema whose sameAs list doesn't match the live social profiles.
Inputs
- Canonical NAP record and the live URLs of every verified profile (Facebook, Instagram, YouTube, LinkedIn, Google Maps listing)
- Real headshot (Person) or logo (LocalBusiness) hosted on the site
- Website admin access (theme header or SEO plugin such as Rank Math)
Steps
- Choose the type: Person for a personal brand site, LocalBusiness for a service business. A personal brand fronting a business can use both, linked (Person worksFor → LocalBusiness).
- Build the JSON-LD. Person: name, url, image (real headshot), jobTitle, worksFor, sameAs. LocalBusiness: name, url, image/logo, telephone, address, sameAs. Name, address, and telephone must match the canonical NAP character-for-character.
- Fill sameAs with every live, verified profile URL – Facebook, Instagram, YouTube, LinkedIn, and the Google Maps listing. No dead or unclaimed profiles.
- Install the JSON-LD site-wide via the SEO plugin or theme header – at minimum on the homepage and About page.
- Validate with Google's Rich Results Test and the Schema Markup Validator: zero errors, and warnings reviewed.
- Click every sameAs URL from the rendered source to confirm each resolves to the right profile.
- Re-run this skill whenever a profile URL changes – stale sameAs links break the entity graph.
Definition of done (QA checklist)
- JSON-LD present in page source on the homepage (and About page)
- Validates with zero errors in Rich Results Test / Schema Markup Validator
- sameAs lists all live profiles; every URL resolves correctly
- Schema NAP matches GBP and website NAP exactly
- Linked back to the definitive article and relevant siblings
- Complies with Blog Posting Guidelines (if it publishes content)
Example(s)
- Example needed – run the Meta-Article Prompt after first real run.
File in the zip: skills/digital-plumbing/add-schema-markup-person-localbusiness.md. Download the Task Library zip.
Index: Task Library. Article guidelines.
