Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="application/ld+json">
- {
- "@context": "https://schema.org/",
- "@type": "WebPage",
- "mainEntity": {
- "@type": "Person",
- "name": "John Doe", // selector de nombre, creo que es el <h1>
- "image": "https://example.com/images/john-doe.jpg", // url de la imagen del teacher
- "jobTitle": "Professor of Biology", // campo de job title
- "identifier": [
- {
- "@type": "PropertyValue",
- "propertyID": "ORCID",
- "value": "https://orcid.org/0000-0001-2345-6789" // el campo ORCID debe completar la url.
- },
- {
- "@type": "PropertyValue",
- "propertyID": "Scopus",
- "value": "https://www.scopus.com/authid/detail.uri?authorId=123456789" // el campo de Scopus tiene que terminar de completar el ?authorId="" de la url
- }
- ],
- "sameAs": [
- "https://www.linkedin.com/in/john-doe", // campo de linkedin
- "https://johndoe.com" // campo de personal web
- ]
- }
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement