Structured Data // TOOLPOOL.SAMPLES
WebSite Structured Data Sample
A fixture page with WebSite structured data and SearchAction.
Target URL
https://toolpool.tools/en/samples/schema/website
This fixture page is marked noindex. Use it from the category sample index.
What to check
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
Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https://toolpool.tools#website",
"name": "TOOLPOOL",
"url": "https://toolpool.tools",
"inLanguage": "en-US",
"description": "Check, generate, format, and prepare small pieces of web work in the browser.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://toolpool.tools/en?query={search_term_string}",
"query-input": "required name=search_term_string"
},
"mainEntityOfPage": "https://toolpool.tools/en/samples/schema/website"
}
</script>