Este demo ejercita el módulo: SeoHead emite las meta/canonical/OG en el
<head> de esta página, JsonLd incrusta el JSON-LD, y los
endpoints generan sitemap.xml / robots.txt / llms.txt.
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Showcase",
"url": "https://showcase.blackangeldragonagency.dev",
"logo": "https://showcase.blackangeldragonagency.dev/favicon.svg"
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Inicio",
"item": "https://showcase.blackangeldragonagency.dev/"
},
{
"@type": "ListItem",
"position": 2,
"name": "SEO",
"item": "https://showcase.blackangeldragonagency.dev/seo"
}
]
},
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Escritorio elevable",
"description": "Producto de ejemplo para el JSON-LD Product/AggregateOffer.",
"image": [
"https://showcase.blackangeldragonagency.dev/img/escritorio.jpg"
],
"brand": {
"@type": "Brand",
"name": "Showcase"
},
"offers": {
"@type": "AggregateOffer",
"priceCurrency": "MXN",
"lowPrice": 6900,
"highPrice": 12900,
"availability": "https://schema.org/InStock",
"url": "https://showcase.blackangeldragonagency.dev/producto/escritorio-elevable"
}
}
] En vivo: /sitemap.xml · /robots.txt · /llms.txt
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://showcase.blackangeldragonagency.dev/</loc></url> <url><loc>https://showcase.blackangeldragonagency.dev/ui</loc></url> <url><loc>https://showcase.blackangeldragonagency.dev/seo</loc></url> <url><loc>https://showcase.blackangeldragonagency.dev/producto</loc></url> </urlset>
User-agent: * Allow: / Sitemap: https://showcase.blackangeldragonagency.dev/sitemap.xml
# Showcase > Vitrina del core @blackangeldragonagency Core reutilizable de la plataforma, consumido por Arca, Papeliq y Vigenta. ## Módulos - ui - catalog - seo - panel