{"id":987,"slug":"rule-gold-seal-use-schema-org-person-hascredential","title":"Rule (Tier-2 ICI GC sites): use schema.org Person + hasCredential + EducationalOccupationalCredential markup so Gold Seal credentials surface in Google knowledge panels and AI overviews","kind":"rule","scope":"business","status":"current","audiences":["kevin","claude-code","candid-team"],"topics":["schema-org","ai-citation","agency-methodology","gc-vertical","gold-seal-credential"],"reference_body":"On Tier-2 Ontario ICI GC client websites, **mark up team bios with schema.org `Person` schema, with `hasCredential` linking to `EducationalOccupationalCredential` entities** referencing each credential the team member holds.\n\nExample minimal markup for a GSC PM:\n\n```json\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Person\",\n  \"name\": \"Jane Smith\",\n  \"jobTitle\": \"Project Manager\",\n  \"worksFor\": { \"@type\": \"Organization\", \"name\": \"[Client Co]\" },\n  \"hasCredential\": [\n    {\n      \"@type\": \"EducationalOccupationalCredential\",\n      \"credentialCategory\": \"Professional Certification\",\n      \"name\": \"Gold Seal Certified (GSC) Project Manager\",\n      \"recognizedBy\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Canadian Construction Association\",\n        \"url\": \"https://www.cca-acc.com/gold-seal/\"\n      }\n    },\n    {\n      \"@type\": \"EducationalOccupationalCredential\",\n      \"credentialCategory\": \"Professional License\",\n      \"name\": \"P.Eng.\",\n      \"recognizedBy\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Professional Engineers Ontario\",\n        \"url\": \"https://www.peo.on.ca/\"\n      }\n    }\n  ]\n}\n```\n\n**Why:** Google knowledge panels and AI search engines (Perplexity, ChatGPT, Gemini, AI Overviews) extract credentials from `hasCredential` markup. A team bio that surfaces *\"Jane Smith, GSC Project Manager (CCA)\"* in an AI overview is materially more discoverable than one whose credentials are buried in body text. This is the same principle as the JSON-LD discipline applied on the B&J marketing site (see [[client-bjf-schema-deployment-verified-v2]]).\n\n**How to apply:**\n\n- Place the `Person` schema in the team-bio page `<head>` as a JSON-LD `<script>` block, one per person.\n- For the `/credentials` page (see [[rule-gold-seal-dedicated-credentials-page]]), use an `ItemList` of `EducationalOccupationalCredential` entities, one per credential the firm's staff hold.\n- Use the `recognizedBy.url` field to **link to the issuer's authoritative page** for each credential — Google uses this to disambiguate.\n- Validate every block with the **Schema Markup Validator** (validator.schema.org) before deploy.\n- This rule generalizes — the same `hasCredential` pattern serves P.Eng., PMP, CET, LEED AP, COR, NCSO, CHSC, CRSP, RenoMark (for renovator clients), and Red Seal.","rationale_body":null,"metadata":null,"links":{"outgoing":[{"slug":"gold-seal-adoption-pcl-ellisdon-and-tier-1-gcs","title":"Gold Seal adoption at major Ontario GCs: PCL CEO Chris Gower + COO Todd Craigen are GSC; EllisDon postings list \"PMP or Gold Seal\" preferred; Aecon/Bird/Maple Reinders/Pomerleau/Chandos/Graham/EBC on Gold Seal Employer roster","kind":"reference","scope":"business","link_type":"depends-on"}],"incoming":[{"slug":"research-brief-gold-seal-certification-program","title":"Research brief: Gold Seal Certification — the CCA credential for Canadian construction managers, with marketing implications for Tier-2 Ontario ICI GCs (May 24, 2026)","kind":"reference","scope":"business","link_type":"relates-to"},{"slug":"rule-gold-seal-dedicated-credentials-page","title":"Rule (Tier-2 ICI GC sites): build a single dedicated /credentials page listing every team credential (P.Eng., GSC, P.GSC, PMP, CET, LEED AP, Red Seal, COR, CHSC) with brief descriptions, no puffery","kind":"rule","scope":"business","link_type":"relates-to"},{"slug":"rule-hba-affiliations-page-with-year-joined-and-schema","title":"Rule (Ontario builder/renovator sites): build a dedicated /affiliations or /memberships page listing each HBA with a one-sentence description AND year joined, marked up with Organization schema + memberOf properties","kind":"rule","scope":"business","link_type":"relates-to"},{"slug":"schema-markup-for-contractor-sites-2026-google-guidance","title":"Schema markup for contractor sites (2026 Google guidance): GeneralContractor / HomeAndConstructionBusiness / LocalBusiness, Service per service-line, Review + AggregateRating, Person for principals, FAQPage on service pages, Project (Article subtype) on case studies","kind":"reference","scope":"business","link_type":"relates-to"}]},"created_at":"2026-05-24T15:56:52.954Z","updated_at":"2026-05-24T15:56:52.954Z"}