| |
| <script type="application/ld+json">{
|
| "@context": "https://schema.org",
|
| "@type": "Person",
|
| "@id": "{author_url}#person",
|
| "name": "%%author_name%%",
|
| "givenName": "%%author_givenname%%",
|
| "familyName": "%%author_familyname%%",
|
| "additionalName": "%%author_middlename%%",
|
| "gender": "%%author_gender%%",
|
| "description": "%%author_description%%",
|
| "contactPoint": {
|
| "@type": "ContactPoint",
|
| "contactType": "%%contact_type%%",
|
| "email": "%%contact_email%%",
|
| "telephone": "%%contact_phone%%",
|
| "availableLanguage": [
|
| "%%available_language_1%%",
|
| "%%available_language_2%%"
|
| ]
|
| },
|
| "jobTitle": "%%author_jobtitle%%",
|
| "worksFor": {
|
| "@type": "Organization",
|
| "@id": "%%org_url%%/#organization",
|
| "name": "%%author_worksfor%%",
|
| "url": "%%org_url%%"
|
| },
|
| "hasOccupation": {
|
| "@type": "Occupation",
|
| "name": "%%author_occupation%%",
|
| "skills": "%%author_skills%%"
|
| },
|
| "alumniOf": [
|
| {
|
| "@type": "EducationalOrganization",
|
| "name": "%%education_institution%%",
|
| "url": "%%education_url%%"
|
| }
|
| ],
|
| "affiliation": [
|
| {
|
| "@type": "Organization",
|
| "name": "%%affiliation_name%%",
|
| "url": "%%affiliation_url%%"
|
| }
|
| ],
|
| "hasCredential": [
|
| {
|
| "@type": "EducationalOccupationalCredential",
|
| "name": "%%author_credential_name%%",
|
| "url": "%%author_credential_url%%",
|
| "description": "%%author_credential_description%%"
|
| }
|
| ],
|
| "knowsAbout": [
|
| "%%author_knowsabout%%",
|
| "%%author_knowsabout_2%%",
|
| "%%author_knowsabout_3%%",
|
| "%%author_knowsabout_4%%",
|
| "%%author_knowsabout_5%%"
|
| ],
|
| "knowsLanguage": [
|
| "%%author_knowslanguage%%"
|
| ],
|
| "nationality": {
|
| "@type": "Country",
|
| "name": "%%author_nationality%%"
|
| },
|
| "address": {
|
| "@type": "PostalAddress",
|
| "streetAddress": "%%author_street%%",
|
| "addressLocality": "%%author_city%%",
|
| "addressRegion": "%%author_state%%",
|
| "postalCode": "%%author_postal%%",
|
| "addressCountry": "%%author_country%%"
|
| },
|
| "email": "%%author_email%%",
|
| "telephone": "%%author_phone%%",
|
| "memberOf": [
|
| {
|
| "@type": "Organization",
|
| "name": "%%author_memberof_org%%",
|
| "url": "%%org_url%%"
|
| }
|
| ],
|
| "award": [
|
| "%%author_award_1%%",
|
| "%%author_award_2%%"
|
| ],
|
| "honorificPrefix": "%%author_prefix%%",
|
| "honorificSuffix": "%%author_suffix%%",
|
| "image": {
|
| "@type": "ImageObject",
|
| "url": "%%author_image_url%%",
|
| "contentUrl": "%%author_image_url%%",
|
| "width": "%%image_width%%",
|
| "height": "%%image_height%%",
|
| "caption": "%%image_caption%%"
|
| },
|
| "sameAs": [
|
| "%%author_facebook%%",
|
| "%%author_instagram%%",
|
| "%%author_twitter%%",
|
| "%%author_linkedin%%",
|
| "%%author_youtube%%",
|
| "%%author_website%%"
|
| ],
|
| "seeks": {
|
| "@type": "Demand",
|
| "description": "%%author_services_offered%%"
|
| },
|
| "spouse": {
|
| "@type": "Person",
|
| "name": "%%author_spouse%%"
|
| },
|
| "mainEntityOfPage": {
|
| "@type": "WebPage",
|
| "@id": "{author_url}"
|
| }
|
| }
|
| </script>
|
| |
| |
Comments