Structured Data // TOOLPOOL.SAMPLES
Organization Structured Data Sample
A fixture page that describes a site operator or brand as Organization.
Target URL
https://toolpool.tools/en/samples/schema/organization
This fixture page is marked noindex. Use it from the category sample index.
What to check
Use this to check common properties such as name, URL, and logo.
- An Organization JSON-LD item is detected
- name, URL, logo, and similar properties are visible
- A site-level organization example can be checked
Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://toolpool.tools#organization",
"name": "TOOLPOOL",
"url": "https://toolpool.tools",
"logo": "https://toolpool.tools/icon-512.png",
"description": "A collection of browser-based tools for small web production and development tasks.",
"sameAs": [
"https://toolpool.tools"
],
"mainEntityOfPage": "https://toolpool.tools/en/samples/schema/organization"
}
</script>