Dados estruturados // TOOLPOOL.SAMPLES
WebSite Structured Data Sample
A fixture page with WebSite structured data and SearchAction.
URL de verificação
https://toolpool.tools/pt-BR/samples/schema/website
Esta página de teste está marcada como noindex. Use-a a partir do índice de exemplos da categoria.
O que verificar
Use this to check site-level information and SearchAction structure.
- A WebSite JSON-LD item is detected
- name, URL, and potentialAction are visible
- SearchAction target and query-input can be checked
Saída
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https://toolpool.tools#website",
"name": "TOOLPOOL",
"url": "https://toolpool.tools",
"inLanguage": "pt-BR",
"description": "Check, generate, format, and prepare small pieces of web work in the browser.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://toolpool.tools/pt-BR?query={search_term_string}",
"query-input": "required name=search_term_string"
},
"mainEntityOfPage": "https://toolpool.tools/pt-BR/samples/schema/website"
}
</script>