top of page

Code for Adding Policies in your Schema Markups



"ownershipFundingInfo": [

    {

        "@type": "OwnershipInfo",

        "acquiredFrom": {

            "@type": "Organization",

            "name": "Funding source or Owner name",

            "url": "https://example.com/ownership-info"

        }

    }

],


"actionableFeedbackPolicy": {

    "@type": "CreativeWork",

    "name": "Actionable Feedback Policy",

    "url": "https://example.com/actionable-feedback-policy"

},


"correctionPolicy": {

    "@type": "CreativeWork",

    "name": "Correction Policy",

    "url": "https://example.com/correction-policy"

},


"ethicsPolicy": {

    "@type": "CreativeWork",

    "name": "Ethics Policy",

    "url": "https://example.com/ethics-policy"

},


"diversityPolicy": {

    "@type": "CreativeWork",

    "name": "Diversity Policy",

    "url": "https://example.com/diversity-policy"

},


"diversityStaffingReport": {

    "@type": "CreativeWork",

    "name": "Diversity Staffing Report",

    "url": "https://example.com/diversity-staffing-report"

}


 
 
 

Recent Posts

See All
Wix Studio Hover Text Animation[Code]

<div class="wrapper">   <div class="hero">     <h1 class="hero__heading">Travel Guide</h1>   </div>   <div class="hero hero--secondary" aria-hidden="true" data-hero>     <p class="hero__heading

 
 
 

Comments


bottom of page