Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="application/ld+json">
- {
- "@context": "https://schema.org/",
- "@type": "CreativeWork",
- "name": "Sustainable Energy Solutions", // el campo de title
- "dateCreated": "2024-10-01", // campo date
- "image": "https://example.com/images/sustainable-energy.jpg", // el campo de imagen principal dentro del schema
- "description": "This project explores innovative solutions for sustainable energy in urban environments. It focuses on reducing carbon emissions and promoting renewable energy sources.", // el campo de description
- "author": {
- "@type": "Person", // el campo de author no debería distinguir entre "teacher" o "student", solo volcar los datos. Lo complejo viene de que si seleccionamos "teacher" podemos añadir un dato global teacher.
- "name": "Jane Smith", // el nombre
- "role": "Student" // esto sí puede venir del checkbox al que hago mención más arriba
- },
- "url": "https://example.com/projects/sustainable-energy-solutions", // la url del project
- "about": {
- "@type": "EducationalOccupationalProgram",
- "name": "Environmental Science" // esto se rellena con el campo de asignatura
- }
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement