Actuent
budsgunshop.com

Bud

Shop Bud

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 · Clear description of the site
Add a meta description and a plain first paragraph that says what you do, where, and for whom.
+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.
Starter lawp.json for budsgunshop.com
Made from what Actuent already knows. Edit it, then publish it at https://budsgunshop.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "budsgunshop.com",
  "name": "Bud",
  "language": "en",
  "pages": {
    "/": {
      "title": "Bud's Gun Shop: Discount Guns for Sale Online",
      "content": "Shop Bud"
    },
    "/products": {
      "title": "All products",
      "content": "Browse and search the full catalog with filters."
    },
    "/team-buds": {
      "title": "Team Buds",
      "content": "Paid membership with pricing and shipping benefits."
    },
    "/categories": {
      "title": "Categories",
      "content": "Handguns, rifles, shotguns, ammunition, optics, and accessories."
    },
    "/gift-cards": {
      "title": "Gift cards",
      "content": "Purchase and redeem store gift cards."
    },
    "/find-my-gun": {
      "title": "Find My Gun",
      "content": "Guided tool to match shoppers with a firearm."
    },
    "/info-center": {
      "title": "Info Center",
      "content": "Company info, buying a gun online, FAQs, and support."
    },
    "/price-protection": {
      "title": "Price Protection",
      "content": "If we lower the price on any item you purchased within the last 30 days, we'll refund you the difference. It's that simple!"
    },
    "/buy-it-and-try-it": {
      "title": "Buy It and Try It",
      "content": "Handgun return/exchange program details."
    },
    "/monthly-sweepstakes": {
      "title": "Monthly Sweepstakes",
      "content": "Recurring firearm giveaway and entry rules."
    },
    "/categories/specials/auctions": {
      "title": "Auctions",
      "content": "Online firearm and accessory auctions."
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Bud"
    },
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "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": "view_cart",
      "name": "View cart",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "cart",
        "basket",
        "checkout",
        "order"
      ],
      "description": "See the shopping cart and check out"
    },
    {
      "id": "track_order",
      "name": "Track order",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "track order",
        "order status",
        "delivery",
        "shipping"
      ],
      "description": "Check the status of an order"
    },
    {
      "id": "call",
      "name": "Call",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "call",
        "phone",
        "telephone"
      ],
      "description": "Call +18593680371"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Bud",
      "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
          }
        ]
      }
    }
  ]
}

What AI agents can do here

Search the site
Search Bud
searchfindlook up
Shop products
Browse and buy products
shopbuyproductsstorecatalog
Sign in
Log in to an account
sign inlog inloginaccount
View cart
See the shopping cart and check out
cartbasketcheckoutorder
Track order
Check the status of an order
track orderorder statusdeliveryshipping
Call
Call +18593680371
callphonetelephone

Business details

1105 Industry Road, 40505-3846, Lexington, US
☎ 1-859-368-0371
Price range: $$

Pages

Bud's Gun Shop: Discount Guns for Sale Online /
Shop Bud
All products /products
Browse and search the full catalog with filters.
Team Buds /team-buds
Paid membership with pricing and shipping benefits.
Categories /categories
Handguns, rifles, shotguns, ammunition, optics, and accessories.
Gift cards /gift-cards
Purchase and redeem store gift cards.
Find My Gun /find-my-gun
Guided tool to match shoppers with a firearm.
Info Center /info-center
Company info, buying a gun online, FAQs, and support.
Price Protection /price-protection
If we lower the price on any item you purchased within the last 30 days, we'll refund you the difference. It's that simple!
Buy It and Try It /buy-it-and-try-it
Handgun return/exchange program details.
Monthly Sweepstakes /monthly-sweepstakes
Recurring firearm giveaway and entry rules.
Auctions /categories/specials/auctions
Online firearm and accessory auctions.

For AI agents

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

Is this your site?

Claim budsgunshop.com 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="budsgunshop.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=budsgunshop.com&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.