ccl.org
CCL
For 50+ years, we've delivered top-ranked global leadership development. Discover how we use research to grow better leaders at every level.
55
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 +45 points:
+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 ccl.org
Made from what Actuent already knows. Edit it, then publish it at
https://ccl.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "ccl.org",
"name": "CCL",
"language": "en",
"pages": {
"/": {
"title": "Leadership Development Trusted by 2/3 of the Fortune 1000 | CCL",
"content": "For 50+ years, we've delivered top-ranked global leadership development. Discover how we use research to grow better leaders at every level."
},
"/articles/": {
"title": "Articles",
"content": "Explore research-based articles and content from our experts at the Center for Creative Leadership."
},
"/articles/white-papers/adaptable-leadership/": {
"title": "Adaptable Leadership: How to Be a Quick-Change Artist | CCL",
"content": "Adaptable leadership is a necessity in today’s ever-changing world. In this white, paper, learn what defines adaptability and how to foster it."
},
"/articles/leading-effectively-articles/confront-problem-employees/": {
"title": "How to Deal With Difficult Employees | CCL",
"content": "Many of us have difficult colleagues, but don't know what to do about it. Here's how (and why) to confront and deal with difficult employees."
},
"/articles/leading-effectively-articles/adaptability-1-idea-3-facts-5-tips/": {
"title": "Adapting to Change Requires Flexible Leaders | CCL",
"content": "When faced with change, does your organization have flexible leaders who can adapt? Learn the 3 types of flexibility and 5 tips to help you adapt to change."
},
"/articles/leading-effectively-articles/authenticity-1-idea-3-facts-5-tips/": {
"title": "Authentic Leadership: What It Is, Why It Matters | CCL",
"content": "Leadership success starts with authenticity — learn why it’s important and how to become an authentic leader with these 5 tips."
},
"/articles/leading-effectively-articles/evaluate-impact-leadership-development/": {
"title": "How to Evaluate Leadership Development | CCL",
"content": "Are you responsible for evaluating leadership development and communicating findings to decision makers? Use our research-based framework."
},
"/articles/leading-effectively-articles/how-to-implement-360-feedback-initiative/": {
"title": "How to Implement an Organizational 360 Feedback Initiative | CCL",
"content": "360 feedback assessments can be powerful tools for your talent development. Here's how to roll out a successful 360 feedback initiative."
},
"/articles/leading-effectively-articles/achievable-personal-goals-align-with-values/": {
"title": "How to Set Achievable Goals That Align With Your Values | CCL",
"content": "To set achievable goals, make sure you connect your goals and values. Learn how setting values-based goals increases your odds of success."
},
"/articles/leading-effectively-articles/3-ways-make-big-impact-360-degree-assessments/": {
"title": "How HR Teams Can Use 360-Degree Feedback for Development",
"content": "You can do more with 360 assessments than measuring leadership competencies. Learn how to strategically use 360-degree feedback for leadership development."
},
"/articles/leading-effectively-articles/360-degree-assessment-feedback-best-practices-guidelines/": {
"title": "360 Degree Assessment Feedback Best Practice Guidelines | CCL",
"content": "Follow these 360 assessment best practices to unlock the true power of 360 feedback, not just for individuals, but your whole organization."
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search CCL"
},
{
"id": "shop",
"name": "Shop products",
"input": {
"type": "text",
"required": false
},
"intent": [
"shop",
"buy",
"products",
"store",
"catalog"
],
"description": "Browse and buy products"
},
{
"id": "contact",
"name": "Contact",
"input": {
"type": "text",
"required": false
},
"intent": [
"contact",
"get in touch",
"email",
"message",
"support"
],
"description": "Get in touch with the site owner"
},
{
"id": "find_store",
"name": "Find a store",
"input": {
"type": "text",
"required": false
},
"intent": [
"store locator",
"find a store",
"locations",
"near me"
],
"description": "Find a physical store or location"
},
{
"id": "subscribe",
"name": "Subscribe",
"input": {
"type": "text",
"required": false
},
"intent": [
"subscribe",
"newsletter",
"updates"
],
"description": "Subscribe to the newsletter or updates"
},
{
"id": "careers",
"name": "View jobs",
"input": {
"type": "text",
"required": false
},
"intent": [
"careers",
"jobs",
"hiring",
"work with us"
],
"description": "See open positions"
}
]
}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": "CCL",
"url": "https://ccl.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 CCL
searchfindlook upShop products
Browse and buy products
shopbuyproductsstorecatalogContact
Get in touch with the site owner
contactget in touchemailmessagesupportFind a store
Find a physical store or location
store locatorfind a storelocationsnear meSubscribe
Subscribe to the newsletter or updates
subscribenewsletterupdatesView jobs
See open positions
careersjobshiringwork with usPages
Leadership Development Trusted by 2/3 of the Fortune 1000 | CCL /
For 50+ years, we've delivered top-ranked global leadership development. Discover how we use research to grow better leaders at every level.
Articles /articles/
Explore research-based articles and content from our experts at the Center for Creative Leadership.
Adaptable Leadership: How to Be a Quick-Change Artist | CCL /articles/white-papers/adaptable-leadership/
Adaptable leadership is a necessity in today’s ever-changing world. In this white, paper, learn what defines adaptability and how to foster it.
How to Deal With Difficult Employees | CCL /articles/leading-effectively-articles/confront-problem-employees/
Many of us have difficult colleagues, but don't know what to do about it. Here's how (and why) to confront and deal with difficult employees.
Adapting to Change Requires Flexible Leaders | CCL /articles/leading-effectively-articles/adaptability-1-idea-3-facts-5-tips/
When faced with change, does your organization have flexible leaders who can adapt? Learn the 3 types of flexibility and 5 tips to help you adapt to change.
Authentic Leadership: What It Is, Why It Matters | CCL /articles/leading-effectively-articles/authenticity-1-idea-3-facts-5-tips/
Leadership success starts with authenticity — learn why it’s important and how to become an authentic leader with these 5 tips.
How to Evaluate Leadership Development | CCL /articles/leading-effectively-articles/evaluate-impact-leadership-development/
Are you responsible for evaluating leadership development and communicating findings to decision makers? Use our research-based framework.
How to Implement an Organizational 360 Feedback Initiative | CCL /articles/leading-effectively-articles/how-to-implement-360-feedback-initiative/
360 feedback assessments can be powerful tools for your talent development. Here's how to roll out a successful 360 feedback initiative.
How to Set Achievable Goals That Align With Your Values | CCL /articles/leading-effectively-articles/achievable-personal-goals-align-with-values/
To set achievable goals, make sure you connect your goals and values. Learn how setting values-based goals increases your odds of success.
How HR Teams Can Use 360-Degree Feedback for Development /articles/leading-effectively-articles/3-ways-make-big-impact-360-degree-assessments/
You can do more with 360 assessments than measuring leadership competencies. Learn how to strategically use 360-degree feedback for leadership development.
360 Degree Assessment Feedback Best Practice Guidelines | CCL /articles/leading-effectively-articles/360-degree-assessment-feedback-best-practices-guidelines/
Follow these 360 assessment best practices to unlock the true power of 360 feedback, not just for individuals, but your whole organization.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=ccl.org
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 27 Sep 2026
Is this your site?
Claim ccl.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="ccl.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=ccl.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.
