cdnjs.com
cdnjs
cdnjs is the free, open-source CDN for the web's most popular libraries. JavaScript, CSS, and font resources, globally cached on Cloudflare's network. Trusted by 12.5% of all websites, serving 250 billion requests per month.
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 cdnjs.com
Made from what Actuent already knows. Edit it, then publish it at
https://cdnjs.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "cdnjs.com",
"name": "cdnjs",
"language": "en",
"pages": {
"/": {
"title": "cdnjs",
"content": "cdnjs is the free, open-source CDN for the web's most popular libraries. JavaScript, CSS, and font resources, globally cached on Cloudflare's network. Trusted by 12.5% of all websites, serving 250 billion requests per month."
},
"/about": {
"title": "About - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare About cdnjs A free, open-source CDN for the web& x27;s most popular JavaScript, CSS, and font resources. 12.5% of all websites 250B+ Requests per month 330+ Edge locations 2011 Founded What is cdnjs? cdnjs is"
},
"/libraries/store.js": {
"title": "store.js @ 2.0.12 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare store.js @ 2.0.12 A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood MIT licensed Keywords: storage https://cdnjs.cl"
},
"/libraries/booking-js": {
"title": "booking-js @ 3.1.1 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare booking-js @ 3.1.1 Make a beautiful embeddable booking widget in minutes MIT licensed GitHub repository Keywords: booking , js https://cdnjs.cloudflare.com/ajax/libs/booking-js/3.1.1/... 0 file s Version: 3.1"
},
"/libraries/collections": {
"title": "collections @ 5.1.13 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare collections @ 5.1.13 data structures with idiomatic JavaScript collection interfaces BSD-3-Clause licensed npm package http://www.collectionsjs.com Keywords: collections , data structures , observable , list "
},
"/libraries/jquery-price-format": {
"title": "jquery-price-format @ 2.2.0 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare jquery-price-format @ 2.2.0 jQuery Price Format plugin is useful to format input text fields or any HTML element as prices. MIT licensed GitHub repository http://jquerypriceformat.com Keywords: price , money "
},
"/libraries/mapbox-gl-directions": {
"title": "mapbox-gl-directions @ 4.3.3 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare mapbox-gl-directions @ 4.3.3 A mapboxgl plugin for the Mapbox Directions API ISC licensed npm package https://github.com/mapbox/mapbox-gl-directions readme Keywords: directions , routing , osm , gl https://cd"
},
"/libraries/bootstrap3-contact-form": {
"title": "bootstrap3-contact-form @ 1.4.1 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare bootstrap3-contact-form @ 1.4.1 A simple bootstrap 3 contact form using Google& x27;s reCAPTCHA. Submitted messages are sent to a specified email address using SMTP with support for SSL or TLS transport. MIT "
},
"/libraries/fontsource-gentium-book-plus": {
"title": "fontsource-gentium-book-plus @ 5.3.0 - Libraries - cdnjs",
"content": "About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare fontsource-gentium-book-plus @ 5.3.0 Self-host the Gentium Book Plus font in a neatly bundled NPM package. OFL-1.1 licensed npm package https://fontsource.org/fonts/gentium-book-plus Keywords: fontsource , fo"
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search cdnjs"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to cdnjs",
"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": "cdnjs",
"url": "https://cdnjs.com",
"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 cdnjs
searchfindlook upPages
cdnjs /
cdnjs is the free, open-source CDN for the web's most popular libraries. JavaScript, CSS, and font resources, globally cached on Cloudflare's network. Trusted by 12.5% of all websites, serving 250 billion requests per month.
About - cdnjs /about
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare About cdnjs A free, open-source CDN for the web& x27;s most popular JavaScript, CSS, and font resources. 12.5% of all websites 250B+ Requests per month 330+ Edge locations 2011 Founded Wha
store.js @ 2.0.12 - Libraries - cdnjs /libraries/store.js
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare store.js @ 2.0.12 A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood MIT licensed Keywords: stor
booking-js @ 3.1.1 - Libraries - cdnjs /libraries/booking-js
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare booking-js @ 3.1.1 Make a beautiful embeddable booking widget in minutes MIT licensed GitHub repository Keywords: booking , js https://cdnjs.cloudflare.com/ajax/libs/booking-js/3.1.1/... 0
collections @ 5.1.13 - Libraries - cdnjs /libraries/collections
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare collections @ 5.1.13 data structures with idiomatic JavaScript collection interfaces BSD-3-Clause licensed npm package http://www.collectionsjs.com Keywords: collections , data structures
jquery-price-format @ 2.2.0 - Libraries - cdnjs /libraries/jquery-price-format
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare jquery-price-format @ 2.2.0 jQuery Price Format plugin is useful to format input text fields or any HTML element as prices. MIT licensed GitHub repository http://jquerypriceformat.com Keyw
mapbox-gl-directions @ 4.3.3 - Libraries - cdnjs /libraries/mapbox-gl-directions
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare mapbox-gl-directions @ 4.3.3 A mapboxgl plugin for the Mapbox Directions API ISC licensed npm package https://github.com/mapbox/mapbox-gl-directions readme Keywords: directions , routing ,
bootstrap3-contact-form @ 1.4.1 - Libraries - cdnjs /libraries/bootstrap3-contact-form
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare bootstrap3-contact-form @ 1.4.1 A simple bootstrap 3 contact form using Google& x27;s reCAPTCHA. Submitted messages are sent to a specified email address using SMTP with support for SSL or
fontsource-gentium-book-plus @ 5.3.0 - Libraries - cdnjs /libraries/fontsource-gentium-book-plus
About Libraries API GitHub Status ≡ About Libraries API GitHub Status Powered by Cloudflare fontsource-gentium-book-plus @ 5.3.0 Self-host the Gentium Book Plus font in a neatly bundled NPM package. OFL-1.1 licensed npm package https://fontsource.org/fonts/gentium-book-plus Keywo
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=cdnjs.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim cdnjs.com 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="cdnjs.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=cdnjs.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
