Schema: Person (copy)
{ “@context”: “https://schema.org”, “@type”: “Person”, “@id”: “%%author_website%%/about/#person”, “name”: “%%author_name%%”, “givenName”: “%%author_givenname%%”, “familyName”: “%%author_familyname%%”, “additionalName”: “%%author_middlename%%”, “birthDate”: “%%author_birthdate%%”, “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”:…Continue reading