Home / Admin / SEO Ready™ – Schema: ProfilePage
Duplicate Snippet

Embed Snippet on Your Site

SEO Ready™ – Schema: ProfilePage

Code Preview
universal
<script type="application/ld+json">{
  "@context": "https://schema.org",
  "@type": "ProfilePage",
  "@id": "{author_url}#person",
  "name": "%%author_givenname%% %%author_familyname%%",
  "isPartOf": {
    "@type": "WebSite",
    "@id": "%%org_url%%/#Website",
    "name": "%%site_name%%",
    "description": "%%site_description%%"
  },
  "datePublished": "%%page_published_date%%",
  "dateModified": "%%page_modified_date%%",
  "inLanguage": "%%page_language%%",
  "primaryImageOfPage": {
    "@type": "ImageObject",
    "url": "%%author_image_url%%",
    "contentUrl": "%%author_image_url%%",
    "width": "%%image_width%%",
    "height": "%%image_height%%",
    "caption": "%%image_caption%%"
  },
  "mainEntity": {
    "@type": "Person",
    "@id": "{author_url}#person",
    "givenName": "%%author_givenname%%",
    "familyName": "%%author_familyname%%",
    "name": "%%author_givenname%% %%author_familyname%%",
    "url": "%%author_website%%",
    "description": "%%author_description%%",
    "gender": "%%author_gender%%",
    "nationality": {
      "@type": "Country",
      "name": "%%author_nationality%%"
    },
    "alumniOf": {
      "@type": "EducationalOrganization",
      "name": "%%author_education%%",
      "url": "%%education_url%%"
    },
    "hasCredential": [
      "%%author_credentials%%"
    ],
    "knowsLanguage": [
      "%%author_knowslanguage%%"
    ],
    "knowsAbout": [
      "%%author_knowsabout%%",
      "%%author_knowsabout_2%%",
      "%%author_knowsabout_3%%",
      "%%author_knowsabout_4%%",
      "%%author_knowsabout_5%%"
    ],
    "jobTitle": "%%author_jobtitle%%",
    "worksFor": {
      "@type": "Organization",
	  	"@id": "%%org_url%%/#organization",
      "name": "%%author_worksfor%%",
      "url": "%%org_url%%
    },
    "memberOf": {
      "@type": "Organization",
      "name": "%%author_memberof_org%%",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "%%org_street%%",
        "addressLocality": "%%org_city%%",
        "addressRegion": "%%org_state%%",
        "postalCode": "%%org_postal%%",
        "addressCountry": "%%org_country%%"
      },
      "url": "%%org_url%%"
    },
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "%%author_city%%",
      "addressRegion": "%%author_state%%",
      "addressCountry": "%%author_country%%"
    },
    "award": [
      "%%author_award_1%%",
      "%%author_award_2%%"
    ],
    "makesOffer": [
      {
        "@type": "Offer",
        "name": "%%service_1%%",
        "description": "%%service_1_description%%",
        "url": "%%service_1_url%%"
      },
      {
        "@type": "Offer",
        "name": "%%service_2%%",
        "description": "%%service_2_description%%",
        "url": "%%service_2_url%%"
      }
    ],
    "image": {
      "@type": "ImageObject",
      "url": "%%author_image_url%%",
      "contentUrl": "%%author_image_url%%",
      "width": "%%image_width%%",
      "height": "%%image_height%%"
    },
    "sameAs": [
      "%%author_linkedin%%",
      "%%author_facebook%%",
      "%%author_twitter%%",
      "%%author_instagram%%",
      "%%author_youtube%%",
      "%%author_knowledge_graph%%"
    ],
    "priceRange": "%%price_range%%",
    "telephone": "%%author_phone%%",
    "email": "%%author_email%%"
  }
}
</script>

Comments

Add a Comment