UCP Checker
Back to status
depound.com icon
UCP Score

UCP Score for depound.com

UCP conformance score, top priorities, impact & effort matrix, and copy-paste fixes for every issue.

Not Detected
F25/100
Analyzed Sep 22, 2026 · 2 recommendations ·Cafe24
UCP Conformance Score

No score — no UCP manifest found

Publish a manifest at /.well-known/ucp and it will be read and scored on the next check.

Working

Agent Discovery is solid (83/100).

Blocking

Publish a UCP manifest at /.well-known/ucp — No manifest was found at the well-known path.

Start Here

Publish a UCP manifest at /.well-known/ucp → Publish Organization schema (JSON-LD) on the homepage

⚠️
Connection Issue:

Endpoint is returning HTTP 404. Agents treat this as a failure.

Not Detected

No UCP manifest was found at /.well-known/ucp on depound.com.

Latency
652ms
Version
Robots.txt
Allowed ✅

Top Priorities

1
Publish a UCP manifest at /.well-known/ucp

No manifest was found at the well-known path.

High impact High effort
2
Publish Organization schema (JSON-LD) on the homepage

No Organization-typed JSON-LD detected on your homepage.

Medium impact Medium effort

Impact & Effort Matrix

Prioritised recommendations by expected impact and implementation effort

Quick Wins(0)

High impact, low effort

  • No items
Strategic Investments(1)

High impact, high effort

  • Publish a UCP manifest at /.well-known/ucp
Incremental Gains(1)

Medium impact & effort

  • Publish Organization schema (JSON-LD) on the homepage
Consider Later(0)

Lower priority

  • No items

Recommendations

All improvements ranked by priority, with evidence and actionable fixes.

1

Publish a UCP manifest at /.well-known/ucp

High impact High effort

No manifest was found at the well-known path.

Why it matters

Without a manifest, agents fall back to scraping HTML — slower, more error-prone, and far more likely to fail at checkout. UCP turns "guess what this store sells" into a contract.

Show fix

Serve a JSON document at /.well-known/ucp with at minimum a ucp.version, ucp.capabilities, and ucp.services. See the developer tools page for platform-specific guides.

GET https://yourstore.com/.well-known/ucp
Content-Type: application/json

{
  "ucp": { "version": "2026-08-25", "capabilities": {...}, "services": {...} },
  "keys": [...]
}
UCP_NOT_DETECTED
2

Publish Organization schema (JSON-LD) on the homepage

Medium impact Medium effort

No Organization-typed JSON-LD detected on your homepage.

Why it matters

Organization schema gives agents a structured representation of your brand identity — name, logo, social profiles, contact info, founding date. Agents use this to verify you are who you claim to be and to link your manifest data to a recognizable entity.

Show fix

Drop into <head> or end of <body>. Use OnlineStore (more specific) when the entire site is an ecommerce store; Organization is the generic fallback.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "OnlineStore",
  "name": "Yourstore",
  "url": "https://yourstore.com",
  "logo": "https://yourstore.com/logo.png",
  "sameAs": [
    "https://twitter.com/yourstore",
    "https://www.instagram.com/yourstore"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+1-800-000-0000",
    "contactType": "Customer Service"
  }
}
</script>
UCP_MISSING_ORG_SCHEMA

Full Check Breakdown

Every signal we evaluate, grouped by category.

Agent Discovery6/8 passed

Can AI agents find your store and its UCP manifest?

  • HTTPSCore

    Manifest served over a secure connection.

    Manifest URL uses https://

    Why it matters

    Agents reject non-HTTPS endpoints outright. Signed payloads over HTTP are meaningless because the channel itself is tamperable.

  • UCP manifest reachableCore

    Manifest fetched OK from /.well-known/ucp.

    HTTP 404

    Why it matters

    Agents start every session by fetching this URL. If it 404s or times out, the store is invisible to agent commerce.

  • AI bot accessCore

    robots.txt allows agent crawlers to fetch the manifest.

    robots.txt allows /.well-known/ucp

    Why it matters

    Agents respect robots.txt. Even a published manifest gets ignored if the file is disallowed for known agent user-agents.

  • llms.txtExperimental

    Hand-written brief at /llms.txt for AI agents.

    Found at /llms.txt

    Why it matters

    Emerging convention (analogous to robots.txt). Recommendation/discovery agents read it for brand context, return policy, and crawl preferences.

  • sitemap.xmlCore

    XML sitemap published at /sitemap.xml.

    Found at /sitemap.xml

    Why it matters

    Tells agents which pages are canonical and how often they change. Without it, agents fall back to following internal links.

  • Open Graph tagsCore

    OG meta tags on the homepage.

    og:title and og:type/url present

    Why it matters

    OG tags drive how your store unfurls in agent surfaces, Slack, iMessage, and ChatGPT shares.

  • Organization schema (JSON-LD)Core

    Schema.org Organization (or OnlineStore) JSON-LD on homepage.

    Missing or incomplete on homepage

    Why it matters

    Gives agents a structured representation of your brand identity — used to verify you are who your manifest claims you are.

  • Mobile viewport metaCore

    Viewport meta tag for mobile rendering.

    <meta name="viewport"> present

    Why it matters

    Mobile agent sessions render in browser sandboxes that respect this. Without it, screenshots taken by agents are unreadable.

UCP Conformance0/1 passed

Does your manifest meet the published spec?

  • Manifest present for spec validationCore

    Conformance checks require a fetchable manifest.

    Status: Not Detected

    Why it matters

    Once the manifest is fetchable, this section will show 4+ structural checks (validity, version format, signing keys, validation warnings).

Capability Coverage0/1 passed

What operations can agents actually perform?

  • Capabilities visibleCore

    Capability checks require a fetchable manifest.

    Status: Not Detected

    Why it matters

    Once the manifest is fetchable, this section will show capability count, checkout coverage, transports, and payment handler health.

/llms.txt content

The plain-text brief this store publishes to AI agents. Captured on the most recent check.

4.5 KB6b9af6b243fd7a37
# Cafe24 Shopping Mall LLM Integration Guide
 
This document is a guide intended to ensure that the LLM accurately understands the structure, product information, ordering procedures, and policy guidelines of a Cafe24 shopping mall, enabling it to provide safe and trustworthy answers to customers.
 
The LLM must adhere to all the rules below.
 
---
 
1. Basic Site Information
- Main Home URL: `https://depound.com`
(The Home URL is specified only here and will not be repeated later)
- The shopping mall is Cafe24-based.
- URL folders by language (e.g., `/en`) do not exist, but language-specific shopping malls (e.g., `/shop2`, `/shop3`) may be linked and operated via `hreflang` tags.
- Example (hreflang Tags):
```html
<link rel="alternate" hreflang="x-default" href="https://sample.cafe24.com" />
<link rel="alternate" hreflang="ko-KR" href="https://sample.cafe24.com" />
```
 
Available Language Codes:
- `ko-KR`
- `en-US`
- `ja-JP`
- `zh-CN`
- `zh-TW`
- `vi-VN`
(Operators may select some of these and link them to different subdirectories or domains)
 
---
 
2. Site Structure
Basic Structure
- Home: Site root
- Category: `/product/list.html?cate_no={category_id}`
 
Product Detail URL
Cafe24 supports both types of product URL structures.
- Standard Type (Traditional):`/product/detail.html?product_no={product_no}`
- Slug-Included Type (SEO Friendly URL):`https://depound.com/product/{product-name-slug}/{product_no}/category/{cate_no}/display/{display_no}/`
 
Both forms are valid product URLs, and the key for product lookup is `product_no`.
Other Key Pages
- Cart: `/order/basket.html`
- Order Form: `/order/orderform.html`
- My Page Order History: `/myshop/order/list.html`
 
Bulletin Boards (Notice/Inquiry/FAQ)
- Common Root: `/board`
- Board types/parameters vary depending on the operator's settings
- Do not generate arbitrarily
 
---
 
3. Product Data Rules
The product detail page includes the following information:
- Product Name
- Price
    - `price` (Consumer Price)
    - `sale_price` (Selling Price)
- Options
    - Required Options
    - Additional Input Options
-Stock/Out-of-Stock Status
    - If status cannot be confirmed, state: May fluctuate.
- Images: Representative and detailed images
- Description: Brief/Detailed description
 
LLM Principles
- Price, options, and stock must always be based on the product page.
- Never generate information that is not on the page.
- Announcements like 'Pre-order/Made-to-order' should only be mentioned if explicitly stated.
- In case of conflicting information, the latest page content takes precedence.
 
---
 
4. Order, Payment, Shipping Process
Standard Order Status Flow:
1.  Awaiting Deposit
2.  Payment Complete
3.  Preparing Item(Optional)
4.  Preparing for Shipment
5.  In Transit
6.  Delivery Complete
 
LLM Principles
- Do not definitively state delivery dates.
    - Delivery times may vary depending on the region and courier.
- Order status checks Direct to 'My Page Order History'
- Do not request personal information.
- Sensitive issues (e.g., payment errors, duplicate payments) Direct to Customer Service
 
---
 
5. Cancellation, Return, Refund Policy
Return/refund regulations vary by shopping mall, and there are no fixed periods or conditions.
 
Basic Flow
- Before Shipment: Order cancellation is possible.
- After Shipment: Proceed with the return process.
- Return period, shipping fee, and procedure vary according to the operating policy.
- Refunds are processed after inspection of the returned item.
 
LLM Principles
- Do not guess arbitrarily.
- Must state: 'May vary depending on the operating policy.'
- If unknown, direct to Customer Service.
 
---
 
6. Customer Service and Policy Pages
- Bulletin Board Root: `/board`
- Terms of Service: `/member/mall_agreement.html`
 
LLM Principles
- Do not arbitrarily generate board URLs.
- Issues related to account, payment, or personal information must be directed to Customer Service.
 
---
 
7. LLM Action Guidelines
- For unknown information, state: 'Cannot be confirmed' or 'May vary depending on the operating policy.'
- Do not generate non-existent prices, stock, or policies.
- Do not request personal information.
- Direct sensitive issues to Customer Service.
- Only mention URL structures that actually exist.
- Slug-included product URLs are also recognized as valid URLs.
- Maintain a polite and clear tone.
 
---
 
8. Reference Links
- Product Detail (Standard): `/product/detail.html?product_no=1`
- Category List: `/product/list.html`
- Bulletin Board Root: `/board`
- Terms of Service: `/member/mall_agreement.html`
View source ↗

Technical Vitals

Technical details for this UCP endpoint
UCP Status Not Detected
Endpoint https://depound.com/.well-known/ucp
HTTP Status 404
UCP Version
Transports
Last Observed
Last Full Index

Embed your UCP Score

Drop the live grade into your README, status page, or marketing site. The badge auto-updates as your score changes.

UCP Score for depound.com badge for https://ucpchecker.com/score/depound.comLive preview
Markdown
[![UCP Score for depound.com](https://ucpchecker.com/score/depound.com/badge.svg)](https://ucpchecker.com/score/depound.com)
HTML
<a href="https://ucpchecker.com/score/depound.com"><img src="https://ucpchecker.com/score/depound.com/badge.svg" alt="UCP Score for depound.com"></a>
New · Early access open
Is depound.com yours? Claim it & monitor it daily

Prove ownership with one DNS record and the new monitoring dashboard watches it every day — score trends, break alerts, staging drift and a watchlist that benchmarks you against the field. Free while in beta.

Start monitoring →

This score reflects data from the most recent crawl. Run a fresh check to update, or read the methodology to see how each signal is scored.

Save this report

Track depound.com's UCP score over time. We'll re-run the full check weekly and email you if the score drops, a capability regresses, or status flips.

Free. One email when something changes — no marketing. Privacy.