Generador JSON-LD Schema.org
Genera marcado de datos estructurados para esquemas de Artículo, Producto, Negocio Local, FAQ y Organización.
Validación
- • El título del artículo es requerido
- • El autor del artículo es requerido
{
"@context": "https://schema.org",
"@type": "Article"
}schemaGenerator.content.howToUse.title
schemaGenerator.content.howToUse.description
- schemaGenerator.content.howToUse.step1
- schemaGenerator.content.howToUse.step2
- schemaGenerator.content.howToUse.step3
- schemaGenerator.content.howToUse.step4
schemaGenerator.content.whatIs.title
schemaGenerator.content.whatIs.description
schemaGenerator.content.whatIs.benefits
schemaGenerator.content.schemaTypes.title
schemaGenerator.content.schemaTypes.description
- Article: schemaGenerator.content.schemaTypes.article
- Product: schemaGenerator.content.schemaTypes.product
- LocalBusiness: schemaGenerator.content.schemaTypes.localBusiness
- FAQ: schemaGenerator.content.schemaTypes.faq
- Organization: schemaGenerator.content.schemaTypes.organization
schemaGenerator.content.implementation.title
schemaGenerator.content.implementation.description
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Example Article"
}
</script>schemaGenerator.content.implementation.note