fsc.org
Home
Just as we depend on forests, forests depend on us. At the Forest Stewardship Council (FSC) we unite citizens, businesses, governments, and NGOs under a common goal: protecting healthy, resilient forests for all, forever.
45
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ○ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +55 points:
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for fsc.org
Made from what Actuent already knows. Edit it, then publish it at
https://fsc.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "fsc.org",
"name": "Home",
"language": "en",
"pages": {
"/": {
"title": "Home | Forest Stewardship Council",
"content": "Just as we depend on forests, forests depend on us. At the Forest Stewardship Council (FSC) we unite citizens, businesses, governments, and NGOs under a common goal: protecting healthy, resilient forests for all, forever."
},
"/en/about-us": {
"title": "About us fsc.org",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
},
"/en/contact-us": {
"title": "Contact us Forest Stewardship Council",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
},
"/es/contact-us": {
"title": "Contact Us Forest Stewardship Council",
"content": "Pasar al contenido principal Main navigation Sobre nosotros Lo que hacemos Acerca del FSC Como líder en silvicultura sostenible, se confía en el FSC para proteger los bosques para todos, para siempre. Más información sobre FSC > Quiénes somos Nuestra Historia Nuestros Valores Liderazgo Global Con"
},
"/en/submit-your-story": {
"title": "Submit Your Story Forest Stewardship Council",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
},
"/en/fsc-at-global-events": {
"title": "FSC at global events fsc.org",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
},
"/en/chief-programme-officer": {
"title": "Chief Programme Officer fsc.org",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
},
"/en/product-catalog-fashion": {
"title": "Product Catalog: Fashion Forest Stewardship Council",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
},
"/en/ecosystem-services-for-businesses": {
"title": "Ecosystem Services for Businesses Forest Stewardship Council",
"content": "Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Committee Permanent Indi"
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Home"
},
{
"id": "sign_in",
"name": "Sign in",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign in",
"log in",
"login",
"account"
],
"description": "Log in to an account"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Home",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Home",
"url": "https://fsc.org",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Search the site
Search Home
searchfindlook upSign in
Log in to an account
sign inlog inloginaccountPages
Home | Forest Stewardship Council /
Just as we depend on forests, forests depend on us. At the Forest Stewardship Council (FSC) we unite citizens, businesses, governments, and NGOs under a common goal: protecting healthy, resilient forests for all, forever.
About us fsc.org /en/about-us
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
Contact us Forest Stewardship Council /en/contact-us
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
Contact Us Forest Stewardship Council /es/contact-us
Pasar al contenido principal Main navigation Sobre nosotros Lo que hacemos Acerca del FSC Como líder en silvicultura sostenible, se confía en el FSC para proteger los bosques para todos, para siempre. Más información sobre FSC > Quiénes somos Nuestra Historia Nuestros Valores
Submit Your Story Forest Stewardship Council /en/submit-your-story
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
FSC at global events fsc.org /en/fsc-at-global-events
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
Chief Programme Officer fsc.org /en/chief-programme-officer
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
Product Catalog: Fashion Forest Stewardship Council /en/product-catalog-fashion
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
Ecosystem Services for Businesses Forest Stewardship Council /en/ecosystem-services-for-businesses
Skip to main content Main navigation About us What we do About FSC As the leader in sustainable forestry, FSC is trusted to protect forests for all, forever. Learn more about FSC > Who we are Our History Our Values Global Leadership Board of Directors Policy and Standards Comm
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=fsc.org
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim fsc.org to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="fsc.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=fsc.org&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
