Actuent
consumerfinance.gov · Government

Consumer Financial Protection Bureau

The CFPB's vision is a consumer finance marketplace that works for American consumers, responsible providers, and the economy as a whole.

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 /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
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.
Starter lawp.json for consumerfinance.gov
Made from what Actuent already knows. Edit it, then publish it at https://consumerfinance.gov/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "consumerfinance.gov",
  "name": "Consumer Financial Protection Bureau",
  "language": "en",
  "pages": {
    "/": {
      "title": "Consumer Financial Protection Bureau",
      "content": "The CFPB's vision is a consumer finance marketplace that works for American consumers, responsible providers, and the economy as a whole."
    },
    "/about-us": {
      "title": "About us Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/your-story": {
      "title": "Your Money. Your Story. Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/about-us/contact-us": {
      "title": "Contact us Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/get-help-paying-rent": {
      "title": "Get help paying rent Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/rules-policy/junk-fees": {
      "title": "Junk fees Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/owning-a-home/explore-rates": {
      "title": "Explore interest rates Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/ask-cfpb/how-do-i-shop-for-buy-a-prepaid-card-en-395": {
      "title": "How do I shop for and buy a prepaid card? Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    },
    "/ask-cfpb/what-is-a-credit-monitoring-service-en-1365": {
      "title": "What is a credit monitoring service? Consumer Financial Protection Bureau",
      "content": "Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics Auto Loans Bank Acco"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Consumer Financial Protection Bureau"
    },
    {
      "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": "careers",
      "name": "View jobs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "careers",
        "jobs",
        "hiring",
        "work with us"
      ],
      "description": "See open positions"
    },
    {
      "id": "call",
      "name": "Call",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "call",
        "phone",
        "telephone"
      ],
      "description": "Call +1-855-411-2372"
    }
  ]
}
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": "Consumer Financial Protection Bureau",
  "url": "https://consumerfinance.gov",
  "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 Consumer Financial Protection Bureau
searchfindlook up
Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
View jobs
See open positions
careersjobshiringwork with us
Call
Call +1-855-411-2372
callphonetelephone

Pages

Consumer Financial Protection Bureau /
The CFPB's vision is a consumer finance marketplace that works for American consumers, responsible providers, and the economy as a whole.
About us Consumer Financial Protection Bureau /about-us
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
Your Money. Your Story. Consumer Financial Protection Bureau /your-story
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
Contact us Consumer Financial Protection Bureau /about-us/contact-us
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
Get help paying rent Consumer Financial Protection Bureau /get-help-paying-rent
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
Junk fees Consumer Financial Protection Bureau /rules-policy/junk-fees
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
Explore interest rates Consumer Financial Protection Bureau /owning-a-home/explore-rates
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
How do I shop for and buy a prepaid card? Consumer Financial Protection Bureau /ask-cfpb/how-do-i-shop-for-buy-a-prepaid-card-en-395
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics
What is a credit monitoring service? Consumer Financial Protection Bureau /ask-cfpb/what-is-a-credit-monitoring-service-en-1365
Skip to main content An official website of the United States government (855) 411-2372 Submit a Complaint Search Search Close Search Open the main menu Close the main menu Submit a Complaint Consumer Education Back Resources for Yourself Consumer Complaint Database Money Topics

AI bot access

✓ robots.txt lets AI crawlers and assistants in.

Compared with similar sites

#1 of 3 government on Actuent
What they have that Consumer Financial Protection Bureau doesn't: business details (address, hours, phone) (2 of 2).

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=consumerfinance.gov
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim consumerfinance.gov to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="consumerfinance.gov" async></script> or the image https://api.actuent.ai/badge.svg?domain=consumerfinance.gov&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.