認証済み AgentReady.md 証明書
発行日時 sig: 42c35cd52c4b6325 検証 →

分析済みURL

https://www.banktcg.com/

別のURLを分析

AI-Readyスコア

71 / C

普通

/ 100

トークン削減量

HTMLトークン 26.214
Markdownトークン 759
削減率 97%

スコア内訳

セマンティックHTML 64/100
コンテンツ効率 55/100
AI発見可能性 57/100
構造化データ 100/100
アクセシビリティ 100/100

新興プロトコル

3件中1件検出

AIエージェントが探すwell-knownエンドポイント。検出されればエージェントが自動的にあなたのサービスを発見・接続できます。

  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
    • issuer: https://securetoken.google.com/banktcg-3d60a
    • token_endpoint: https://oauth2.googleapis.com/token
    • 2 grant type(s)
  • MCP Server Card Anthropic
    /.well-known/mcp.json
  • A2A Agent Card Google
    /.well-known/agent.json

サイトにllms.txtファイルがありません。これはAIエージェントがサイト構造を理解するための新しい標準です。

実装方法

llmstxt.org仕様に従って/llms.txtファイルを作成してください。サイトの説明と主要ページへのリンクを含めてください。

ページに<article>または<main>要素がありません。これらのセマンティックコンテナはAIエージェントがメインコンテンツ領域を特定し、ナビゲーション、サイドバー、フッターを無視するのに役立ちます。

実装方法

ページのメインコンテンツの周りに<main>要素を追加し、ブログ投稿や製品説明などの独立したコンテンツブロックには<article>を使用してください。

ページの実際のコンテンツとHTML全体の比率が低いです。ページ重量の多くがコンテンツではなくマークアップ、スクリプト、スタイルです。

実装方法

CSSを外部スタイルシートに移動し、インラインスタイルを削除し、JavaScriptを最小化し、HTMLがコンテンツ構造に集中するようにしてください。

多くの要素にインラインスタイル属性があります。これらはAIエージェントがコンテンツを抽出する際のノイズになります。

実装方法

すべてのインラインスタイルをスタイルシートのCSSクラスに移動してください。多くの固有スタイルが必要な場合はTailwindなどのユーティリティCSSフレームワークを使用してください。

サイトがMarkdown for Agentsに対応していません。このCloudflare標準により、AIエージェントがmarkdown形式でコンテンツをリクエストでき、トークン使用量を約80%削減できます。

実装方法

以下の1つ以上を実装してください:(1) Accept: text/markdownにmarkdownコンテンツで応答。(2) .md URL(例:/page.md)を提供。(3) <link rel="alternate" type="text/markdown">タグを追加。(4) markdown検出用のLink HTTPヘッダーを追加。

{\n res.setHeader('Vary', 'Accept');\n res.setHeader('Link', '; rel=\"alternate\"; type=\"text/markdown\"');\n if ((req.headers.accept || '').includes('text/markdown')) {\n res.type('text/markdown; charset=utf-8');\n return res.send(renderMarkdown('page'));\n }\n res.render('page');\n});"},{"id":"fastify","label":"Fastify","language":"javascript","filename":"server.js","code":"// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n reply.header('Vary', 'Accept');\n reply.header('Link', '; rel=\"alternate\"; type=\"text/markdown\"');\n if ((req.headers.accept || '').includes('text/markdown')) {\n return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n }\n return reply.view('/page.ejs');\n});"},{"id":"nextjs","label":"Next.js","language":"typescript","filename":"app/page/route.ts","code":"// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n const accept = req.headers.get('accept') || '';\n if (accept.includes('text/markdown')) {\n return new Response(await renderMarkdown('page'), {\n headers: {\n 'Content-Type': 'text/markdown; charset=utf-8',\n 'Vary': 'Accept',\n },\n });\n }\n // Fall through to the page component\n return new Response(null, { status: 404 });\n}"},{"id":"wordpress","label":"WordPress","language":"php","filename":"functions.php","code":"post_content));\n exit;\n});"},{"id":"static","label":"Hugo / Jekyll / Astro","language":"txt","filename":"static/page.md","code":"# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in :\n# "}] }'>

ページが<div>要素に大きく依存しています。<section>、<nav>、<header>、<footer>、<aside>などのセマンティック要素はAIエージェントに意味のある構造を提供します。

実装方法

汎用的な<div>コンテナを適切なセマンティック要素に置き換えてください。テーマ別グループには<section>、ナビゲーションには<nav>、ページ/セクションのヘッダーとフッターには<header>/<footer>を使用してください。

Markdownトークン: 759
## Stop Overpaying at Card Shows.

Scan. Grade. Value. Build Your TCG Portfolio.

Professional Card Grading & Valuation in Your Pocket

[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)

Scan showcases5+ pricing sourcesPre-grade before PSA

**10,000+** collectors check prices before they buy

[Explore Features](https://www.banktcg.com/#features)

## Everything You Need at Card Shows

Price any card. Pre-grade before PSA. Track your collection value.

### Is This Card Worth $300 or $80?

Cross-check eBay sold listings, TCGplayer, and live auctions in 5 seconds

Works offline • Compare 5+ sources • Scan whole binder pages

![Is This Card Worth $300 or $80? feature preview](https://qckxhjbdhjbfs.imgix.net/feature-grading.png?auto=format%2Ccompress&fit=max&w=3840&q=80)

### Scan a Whole Binder Page at Once

Photograph 9+ cards. Get prices for all of them instantly

Pokémon • Magic • Yu-Gi-Oh! • One Piece • 127,000+ cards

### Don't Grade 8s Thinking They're 10s

Instant centering measurements. See edge wear and surface issues before you pay PSA $25

94% accuracy • 2,100 bad submissions avoided this year

### Get Alerts When Cards Spike

That Charizard you're watching just jumped from $180 to $340 overnight

Track up to 50 cards • Never miss a spike

### See What Your Collection Is Worth

Track every card's value in real-time. Know which cards are making you money

Sync across devices • Export to CSV

## Here's How It Works at a Show

Price check any card. Pre-grade before PSA. Track what you buy.

1

### Check the Price

Vendor says $300. You scan it. Real price: $180. Walk away.

2

### Scan the Table

Photograph a whole binder page. Get prices for all 9 cards instantly.

3

### Pre-Grade

That Charizard looks mint. Check centering before you pay PSA $25.

4

### Track It

Add to your portfolio. See if it goes up or down over time.

## See What You Actually Own

Track every card's value in real-time. See which cards are making you money.

-   See which cards went up (and which went down)
-   Track your best cards across shows and online buys
-   Get alerts when cards in your collection spike

![Bank TCG mobile app portfolio interface showing card collection, grades, and market values](https://qckxhjbdhjbfs.imgix.net/portfolio.png?auto=format%2Ccompress&fit=max&w=640&q=80)

Free Tools

## Built for Collectors, Free to Use

## Your Questions, Answered

Everything you need to know about using Bank TCG to value, grade, and manage your collection.

Have more questions? [Contact Support](https://www.banktcg.com/support)

## Don't Be the Guy Who Paid $400 for a $180 Card

10,000+ collectors check prices with BankTCG before they buy.

[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)

4.8★ from collectors like you
Bank TCG - Scan, Grade & Manage Your Trading Card Collection

# Stop Overpaying at Card Shows.

Scan. Grade. Value. Build Your TCG Portfolio.

Professional Card Grading & Valuation in Your Pocket

[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)

Scan showcases5+ pricing sourcesPre-grade before PSA

**10,000+** collectors check prices before they buy

[Explore Features](https://www.banktcg.com/#features)

## Everything You Need at Card Shows

Price any card. Pre-grade before PSA. Track your collection value.

### Is This Card Worth $300 or $80?

Cross-check eBay sold listings, TCGplayer, and live auctions in 5 seconds

Works offline • Compare 5+ sources • Scan whole binder pages

![Is This Card Worth $300 or $80? feature preview](https://qckxhjbdhjbfs.imgix.net/feature-grading.png?auto=format%2Ccompress&fit=max&w=3840&q=80)

### Scan a Whole Binder Page at Once

Photograph 9+ cards. Get prices for all of them instantly

Pokémon • Magic • Yu-Gi-Oh! • One Piece • 127,000+ cards

### Don't Grade 8s Thinking They're 10s

Instant centering measurements. See edge wear and surface issues before you pay PSA $25

94% accuracy • 2,100 bad submissions avoided this year

### Get Alerts When Cards Spike

That Charizard you're watching just jumped from $180 to $340 overnight

Track up to 50 cards • Never miss a spike

### See What Your Collection Is Worth

Track every card's value in real-time. Know which cards are making you money

Sync across devices • Export to CSV

## Here's How It Works at a Show

Price check any card. Pre-grade before PSA. Track what you buy.

1

### Check the Price

Vendor says $300. You scan it. Real price: $180. Walk away.

2

### Scan the Table

Photograph a whole binder page. Get prices for all 9 cards instantly.

3

### Pre-Grade

That Charizard looks mint. Check centering before you pay PSA $25.

4

### Track It

Add to your portfolio. See if it goes up or down over time.

## See What You Actually Own

Track every card's value in real-time. See which cards are making you money.

-   See which cards went up (and which went down)
-   Track your best cards across shows and online buys
-   Get alerts when cards in your collection spike

![Bank TCG mobile app portfolio interface showing card collection, grades, and market values](https://qckxhjbdhjbfs.imgix.net/portfolio.png?auto=format%2Ccompress&fit=max&w=640&q=80)

Free Tools

## Built for Collectors, Free to Use

[

Free Tool

### PSA Profit Calculator

Enter your card cost, PSA tier, and expected pop rate — instantly see your projected profit, ROI, and the break-even PSA 10 rate you need to hit.

Calculate now

](https://www.banktcg.com/tools/psa-profit-calculator)

## Your Questions, Answered

Everything you need to know about using Bank TCG to value, grade, and manage your collection.

### How accurate is the AI Grade Estimation?

### Which Trading Card Games are supported?

### What is the BankTCG Chrome Extension?

### How does the card valuation work?

### Do I need both the mobile app and Chrome extension?

### Is my collection data private and secure?

### Who is behind Bank TCG?

Have more questions? [Contact Support](https://www.banktcg.com/support)

## Don't Be the Guy Who Paid $400 for a $180 Card

10,000+ collectors check prices with BankTCG before they buy.

[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)

4.8★ from collectors like you

Or get weekly market insights via email

Subscribe

Free insights. Unsubscribe anytime. [Privacy Policy](https://www.banktcg.com/privacy)

Pre-Grade Free • Save $5K+ Yearly

10,000+ collectors trust Bank TCG

[Try 5 FreeTry Free](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)

このファイルをサーバーの/index.mdとしてアップロードし、AIエージェントがページのクリーンなバージョンにアクセスできるようにしましょう。Accept: text/markdownコンテンツネゴシエーションを設定して自動的に配信することもできます。

この単一ページ用に生成されたllms.txt

llms.txtをダウンロード
# Bank TCG

> Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI), track market values, and manage your TCG portfolio.

## Main
- [Bank TCG - Scan, Grade & Manage Your Trading Card Collection](https://www.banktcg.com/): Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI)…
- [Chrome Extension](https://www.banktcg.com/chrome-extension)
- [Trade Shows](https://www.banktcg.com/trade-shows)
- [Pokémon TCG](https://www.banktcg.com/cards/pokemon)
- [Magic: The Gathering](https://www.banktcg.com/cards/magic)
- [Yu-Gi-Oh!](https://www.banktcg.com/cards/yugioh)
- [One Piece](https://www.banktcg.com/cards/one-piece)

## Blog
- [Blog](https://www.banktcg.com/blog)

## Legal
- [Privacy Policy](https://www.banktcg.com/privacy)
- [Terms of Service](https://www.banktcg.com/terms)

## Support
- [Support](https://www.banktcg.com/support)

完全なllms.txtにはドメイン全体の分析が必要です(近日公開)

このファイルをドメインのルートにhttps://www.banktcg.com/llms.txtとしてアップロードしてください。ChatGPT、Claude、PerplexityなどのAIエージェントはこのファイルを確認してサイト構造を理解します。

セマンティックHTML

articleまたはmain要素を使用 (0/100)

Missing <article> and <main> elements

適切な見出し階層 (100/100)

Clean heading hierarchy

セマンティックHTML要素を使用 (18/100)

10 semantic elements, 177 divs (ratio: 5%)

意味のある画像alt属性 (100/100)

7/7 images with meaningful alt text

低いdivネスト深度 (100/100)

Avg div depth: 4.5, max: 9

コンテンツ効率

良好なトークン削減率 (100/100)

97% token reduction (HTML→Markdown)

良好なコンテンツ対ノイズ比 (0/100)

Content ratio: 2.4% (2077 content chars / 87510 HTML bytes)

最小限のインラインスタイル (0/100)

27/533 elements with inline styles (5.1%)

適切なページ重量 (100/100)

HTML size: 85KB

AI発見可能性

llms.txtファイルあり (0/100)

No llms.txt found

robots.txtファイルあり (100/100)

robots.txt exists

robots.txtがAIボットを許可 (100/100)

All major AI bots allowed

sitemap.xmlあり (100/100)

Sitemap found

Markdown for Agentsサポート (40/100) Cloudflare CDN
&#10003; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Content-Signalあり(robots.txtまたはHTTPヘッダー) (60/100)
&#10003; robots.txt &#10007; HTTP header &#10007; Policy

構造化データ

Schema.org / JSON-LDあり (100/100)

JSON-LD found: SoftwareApplication, Organization, SoftwareApplication, BreadcrumbList, FAQPage

Open Graphタグあり (100/100)

All OG tags present

メタディスクリプションあり (100/100)

Meta description: 172 chars

正規URLあり (100/100)

Canonical URL present

lang属性あり (100/100)

lang="en"

アクセシビリティ

JavaScript不要でコンテンツ利用可能 (100/100)

Content available without JavaScript

適切なページサイズ (100/100)

Page size: 85KB

HTML内でコンテンツが早い位置に配置 (100/100)

Main content starts at 16% of HTML

{
  "url": "https://www.banktcg.com/",
  "timestamp": 1778608540634,
  "fetch": {
    "mode": "simple",
    "timeMs": 596,
    "htmlSizeBytes": 87510,
    "supportsMarkdown": true,
    "markdownAgents": {
      "contentNegotiation": true,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": "360",
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "cloudflare"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "Bank TCG - Scan, Grade & Manage Your Trading Card Collection",
    "excerpt": "The ultimate mobile app for serious TCG collectors. AI-powered scanning, grading estimation, valuation, and portfolio management.",
    "byline": "Bank TCG Team",
    "siteName": "Bank TCG",
    "lang": "en",
    "contentLength": 2077,
    "metadata": {
      "description": "Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI), track market values, and manage your TCG portfolio.",
      "ogTitle": "Bank TCG - Scan, Grade & Manage Your Trading Card Collection",
      "ogDescription": "The ultimate mobile app for serious TCG collectors. AI-powered scanning, grading estimation, valuation, and portfolio management.",
      "ogImage": "https://www.banktcg.com/og-holographic.jpg",
      "ogType": "website",
      "canonical": "https://www.banktcg.com",
      "lang": "en",
      "schemas": [
        {
          "@context": "https://schema.org",
          "@type": "SoftwareApplication",
          "name": "Bank TCG",
          "alternateName": "Bank TCG - TCG Portfolio Tracker",
          "description": "The ultimate mobile app for serious TCG collectors and investors. AI-powered scanning, grading estimation, real-time valuation, and portfolio management.",
          "url": "https://www.banktcg.com",
          "applicationCategory": "FinanceApplication",
          "applicationSubCategory": "Investment Management",
          "operatingSystem": "iOS 15.0 or later",
          "downloadUrl": "https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065",
          "screenshot": [
            "https://www.banktcg.com/og3.png",
            "https://www.banktcg.com/portfolio.png"
          ],
          "image": "https://www.banktcg.com/logo.png",
          "datePublished": "2024-01-01",
          "dateModified": "2026-02-10",
          "softwareVersion": "1.0.0",
          "offers": {
            "@type": "Offer",
            "price": "0",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock",
            "priceValidUntil": "2027-12-31",
            "category": "Free with in-app purchases"
          },
          "brand": {
            "@type": "Brand",
            "name": "Bank TCG",
            "logo": "https://www.banktcg.com/logo.png"
          },
          "publisher": {
            "@type": "Organization",
            "name": "Bank TCG",
            "logo": {
              "@type": "ImageObject",
              "url": "https://www.banktcg.com/logo.png"
            }
          },
          "featureList": [
            "AI-Powered Card Scanner with 99.5% Accuracy",
            "Grade Estimation (PSA, BGS, CGC) with 94% Accuracy",
            "Real-Time Market Valuation",
            "Portfolio Management with ROI Analytics",
            "Real-Time Price Alerts",
            "Supports Pokémon, Magic: The Gathering, Yu-Gi-Oh!, One Piece, Disney Lorcana"
          ],
          "inLanguage": "en-US",
          "countryOfOrigin": "United States"
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "Bank TCG",
          "url": "https://www.banktcg.com",
          "logo": "https://www.banktcg.com/logo.png",
          "description": "Bank TCG provides AI-powered trading card collection management for serious collectors and investors."
        },
        {
          "@context": "https://schema.org",
          "@type": "SoftwareApplication",
          "name": "BankTCG - Card Price Intelligence",
          "applicationCategory": "BrowserExtension",
          "operatingSystem": "Chrome",
          "description": "Real-time card pricing, grading estimates, and portfolio integration while browsing eBay. Free Chrome extension for Pokemon, Magic, Yu-Gi-Oh! & One Piece collectors.",
          "url": "https://www.banktcg.com/chrome-extension",
          "downloadUrl": "https://chromewebstore.google.com/detail/banktcg-card-price-intell/moeomfefeafccigmoedoajmcjbapioil",
          "screenshot": "https://www.banktcg.com/hero-1280x800.png",
          "image": "https://www.banktcg.com/store-icon-128x128.png",
          "softwareVersion": "1.0.0",
          "datePublished": "2026-02-10",
          "dateModified": "2026-02-10",
          "offers": {
            "@type": "Offer",
            "price": "0",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock"
          },
          "author": {
            "@type": "Organization",
            "name": "Bank TCG",
            "url": "https://www.banktcg.com"
          },
          "browserRequirements": "Requires Chrome 88+",
          "featureList": [
            "Instant card pricing on eBay listings",
            "Deal detection and price comparison",
            "One-click portfolio sync",
            "Price alerts from eBay",
            "Works on 14 international eBay domains",
            "Supports Pokemon, Magic, Yu-Gi-Oh!, One Piece"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            {
              "@type": "ListItem",
              "position": 1,
              "name": "Home",
              "item": "https://www.banktcg.com"
            },
            {
              "@type": "ListItem",
              "position": 2,
              "name": "Features",
              "item": "https://www.banktcg.com#features"
            },
            {
              "@type": "ListItem",
              "position": 3,
              "name": "Blog",
              "item": "https://www.banktcg.com/blog"
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "How accurate is the AI Grade Estimation?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Our AI provides an estimate based on centering, corners, edges, and surface - the same criteria PSA and BGS use. It gives you a good idea of what grade your card might get. While it's useful for checking before you submit, we always recommend professional grading for expensive cards."
              }
            },
            {
              "@type": "Question",
              "name": "Which Trading Card Games are supported?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Bank TCG supports Pokémon (English & Japanese), Magic: The Gathering, Yu-Gi-Oh!, One Piece, Lorcana, and major Sports Cards. Our database is updated quarterly to include emerging TCGs and new sets from existing games, ensuring your entire collection is covered. Both our mobile app and Chrome extension support these games."
              }
            },
            {
              "@type": "Question",
              "name": "What is the BankTCG Chrome Extension?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Our free Chrome extension gives you instant card pricing and deal analysis while browsing eBay. It automatically detects cards on eBay listings, shows real-time market value, flags great deals vs overpriced listings, and lets you add cards to your portfolio with one click. It works on 14 international eBay domains and is 100% free to use."
              }
            },
            {
              "@type": "Question",
              "name": "How does the card valuation work?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "We pull data directly from the eBay sold listings API. This shows what cards are actually selling for in Raw, PSA 9, and PSA 10 conditions - current market prices based on real sales. You can access these valuations in our mobile app or see them automatically on eBay with our Chrome extension."
              }
            },
            {
              "@type": "Question",
              "name": "Do I need both the mobile app and Chrome extension?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "No, they work independently but are better together. Use the mobile app for AI-powered grading, card scanning, and portfolio management. Use the Chrome extension for instant price checks while shopping on eBay. They sync automatically - cards added via the extension appear in your mobile app portfolio."
              }
            },
            {
              "@type": "Question",
              "name": "Is my collection data private and secure?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Absolutely. Your collection data is encrypted and stored securely. We believe your portfolio is your private asset. We do not sell or share your personal collection data with any third parties. For more details, please see our full Privacy Policy."
              }
            },
            {
              "@type": "Question",
              "name": "Who is behind Bank TCG?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Bank TCG was founded by a team of lifelong TCG collectors and experienced software engineers. We couldn't find good tools for tracking our cards, so we built the platform we always wanted. Our team is based in Australia and we're building tools collectors actually need."
              }
            }
          ]
        }
      ],
      "robotsMeta": "index, follow",
      "author": "Bank TCG Team",
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "## Stop Overpaying at Card Shows.\n\nScan. Grade. Value. Build Your TCG Portfolio.\n\nProfessional Card Grading & Valuation in Your Pocket\n\n[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)\n\nScan showcases5+ pricing sourcesPre-grade before PSA\n\n**10,000+** collectors check prices before they buy\n\n[Explore Features](https://www.banktcg.com/#features)\n\n## Everything You Need at Card Shows\n\nPrice any card. Pre-grade before PSA. Track your collection value.\n\n### Is This Card Worth $300 or $80?\n\nCross-check eBay sold listings, TCGplayer, and live auctions in 5 seconds\n\nWorks offline • Compare 5+ sources • Scan whole binder pages\n\n![Is This Card Worth $300 or $80? feature preview](https://qckxhjbdhjbfs.imgix.net/feature-grading.png?auto=format%2Ccompress&fit=max&w=3840&q=80)\n\n### Scan a Whole Binder Page at Once\n\nPhotograph 9+ cards. Get prices for all of them instantly\n\nPokémon • Magic • Yu-Gi-Oh! • One Piece • 127,000+ cards\n\n### Don't Grade 8s Thinking They're 10s\n\nInstant centering measurements. See edge wear and surface issues before you pay PSA $25\n\n94% accuracy • 2,100 bad submissions avoided this year\n\n### Get Alerts When Cards Spike\n\nThat Charizard you're watching just jumped from $180 to $340 overnight\n\nTrack up to 50 cards • Never miss a spike\n\n### See What Your Collection Is Worth\n\nTrack every card's value in real-time. Know which cards are making you money\n\nSync across devices • Export to CSV\n\n## Here's How It Works at a Show\n\nPrice check any card. Pre-grade before PSA. Track what you buy.\n\n1\n\n### Check the Price\n\nVendor says $300. You scan it. Real price: $180. Walk away.\n\n2\n\n### Scan the Table\n\nPhotograph a whole binder page. Get prices for all 9 cards instantly.\n\n3\n\n### Pre-Grade\n\nThat Charizard looks mint. Check centering before you pay PSA $25.\n\n4\n\n### Track It\n\nAdd to your portfolio. See if it goes up or down over time.\n\n## See What You Actually Own\n\nTrack every card's value in real-time. See which cards are making you money.\n\n-   See which cards went up (and which went down)\n-   Track your best cards across shows and online buys\n-   Get alerts when cards in your collection spike\n\n![Bank TCG mobile app portfolio interface showing card collection, grades, and market values](https://qckxhjbdhjbfs.imgix.net/portfolio.png?auto=format%2Ccompress&fit=max&w=640&q=80)\n\nFree Tools\n\n## Built for Collectors, Free to Use\n\n## Your Questions, Answered\n\nEverything you need to know about using Bank TCG to value, grade, and manage your collection.\n\nHave more questions? [Contact Support](https://www.banktcg.com/support)\n\n## Don't Be the Guy Who Paid $400 for a $180 Card\n\n10,000+ collectors check prices with BankTCG before they buy.\n\n[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)\n\n4.8★ from collectors like you\n",
  "fullPageMarkdown": "Bank TCG - Scan, Grade & Manage Your Trading Card Collection\n\n# Stop Overpaying at Card Shows.\n\nScan. Grade. Value. Build Your TCG Portfolio.\n\nProfessional Card Grading & Valuation in Your Pocket\n\n[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)\n\nScan showcases5+ pricing sourcesPre-grade before PSA\n\n**10,000+** collectors check prices before they buy\n\n[Explore Features](https://www.banktcg.com/#features)\n\n## Everything You Need at Card Shows\n\nPrice any card. Pre-grade before PSA. Track your collection value.\n\n### Is This Card Worth $300 or $80?\n\nCross-check eBay sold listings, TCGplayer, and live auctions in 5 seconds\n\nWorks offline • Compare 5+ sources • Scan whole binder pages\n\n![Is This Card Worth $300 or $80? feature preview](https://qckxhjbdhjbfs.imgix.net/feature-grading.png?auto=format%2Ccompress&fit=max&w=3840&q=80)\n\n### Scan a Whole Binder Page at Once\n\nPhotograph 9+ cards. Get prices for all of them instantly\n\nPokémon • Magic • Yu-Gi-Oh! • One Piece • 127,000+ cards\n\n### Don't Grade 8s Thinking They're 10s\n\nInstant centering measurements. See edge wear and surface issues before you pay PSA $25\n\n94% accuracy • 2,100 bad submissions avoided this year\n\n### Get Alerts When Cards Spike\n\nThat Charizard you're watching just jumped from $180 to $340 overnight\n\nTrack up to 50 cards • Never miss a spike\n\n### See What Your Collection Is Worth\n\nTrack every card's value in real-time. Know which cards are making you money\n\nSync across devices • Export to CSV\n\n## Here's How It Works at a Show\n\nPrice check any card. Pre-grade before PSA. Track what you buy.\n\n1\n\n### Check the Price\n\nVendor says $300. You scan it. Real price: $180. Walk away.\n\n2\n\n### Scan the Table\n\nPhotograph a whole binder page. Get prices for all 9 cards instantly.\n\n3\n\n### Pre-Grade\n\nThat Charizard looks mint. Check centering before you pay PSA $25.\n\n4\n\n### Track It\n\nAdd to your portfolio. See if it goes up or down over time.\n\n## See What You Actually Own\n\nTrack every card's value in real-time. See which cards are making you money.\n\n-   See which cards went up (and which went down)\n-   Track your best cards across shows and online buys\n-   Get alerts when cards in your collection spike\n\n![Bank TCG mobile app portfolio interface showing card collection, grades, and market values](https://qckxhjbdhjbfs.imgix.net/portfolio.png?auto=format%2Ccompress&fit=max&w=640&q=80)\n\nFree Tools\n\n## Built for Collectors, Free to Use\n\n[\n\nFree Tool\n\n### PSA Profit Calculator\n\nEnter your card cost, PSA tier, and expected pop rate — instantly see your projected profit, ROI, and the break-even PSA 10 rate you need to hit.\n\nCalculate now\n\n](https://www.banktcg.com/tools/psa-profit-calculator)\n\n## Your Questions, Answered\n\nEverything you need to know about using Bank TCG to value, grade, and manage your collection.\n\n### How accurate is the AI Grade Estimation?\n\n### Which Trading Card Games are supported?\n\n### What is the BankTCG Chrome Extension?\n\n### How does the card valuation work?\n\n### Do I need both the mobile app and Chrome extension?\n\n### Is my collection data private and secure?\n\n### Who is behind Bank TCG?\n\nHave more questions? [Contact Support](https://www.banktcg.com/support)\n\n## Don't Be the Guy Who Paid $400 for a $180 Card\n\n10,000+ collectors check prices with BankTCG before they buy.\n\n[![Download on the App Store](https://www.banktcg.com/app-store-badge1.svg)](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)\n\n4.8★ from collectors like you\n\nOr get weekly market insights via email\n\nSubscribe\n\nFree insights. Unsubscribe anytime. [Privacy Policy](https://www.banktcg.com/privacy)\n\nPre-Grade Free • Save $5K+ Yearly\n\n10,000+ collectors trust Bank TCG\n\n[Try 5 FreeTry Free](https://apps.apple.com/us/app/banktcg-premium-card-scanner/id6747311065)\n",
  "markdownStats": {
    "images": 5,
    "links": 5,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 16
  },
  "tokens": {
    "htmlTokens": 26214,
    "markdownTokens": 759,
    "reduction": 25455,
    "reductionPercent": 97
  },
  "score": {
    "score": 71,
    "grade": "C",
    "dimensions": {
      "semanticHtml": {
        "score": 64,
        "weight": 20,
        "grade": "C",
        "checks": {
          "uses_article_or_main": {
            "score": 0,
            "weight": 20,
            "details": "Missing <article> and <main> elements"
          },
          "proper_heading_hierarchy": {
            "score": 100,
            "weight": 25,
            "details": "Clean heading hierarchy"
          },
          "semantic_elements": {
            "score": 18,
            "weight": 20,
            "details": "10 semantic elements, 177 divs (ratio: 5%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "details": "7/7 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 20,
            "details": "Avg div depth: 4.5, max: 9"
          }
        }
      },
      "contentEfficiency": {
        "score": 55,
        "weight": 25,
        "grade": "D",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "details": "97% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "details": "Content ratio: 2.4% (2077 content chars / 87510 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 15,
            "details": "27/533 elements with inline styles (5.1%)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 15,
            "details": "HTML size: 85KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 57,
        "weight": 25,
        "grade": "D",
        "checks": {
          "has_llms_txt": {
            "score": 0,
            "weight": 20,
            "details": "No llms.txt found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "details": "robots.txt exists"
          },
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 15,
            "details": "All major AI bots allowed"
          },
          "has_sitemap": {
            "score": 100,
            "weight": 10,
            "details": "Sitemap found"
          },
          "supports_markdown_negotiation": {
            "score": 40,
            "weight": 25,
            "details": "CDN level (Cloudflare) — Content negotiation"
          },
          "has_content_signals": {
            "score": 60,
            "weight": 20,
            "details": "robots.txt: ai-train=no, search=yes, ai-input=yes"
          }
        }
      },
      "structuredData": {
        "score": 100,
        "weight": 15,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 30,
            "details": "JSON-LD found: SoftwareApplication, Organization, SoftwareApplication, BreadcrumbList, FAQPage"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 25,
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 172 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "details": "lang=\"en\""
          }
        }
      },
      "accessibility": {
        "score": 100,
        "weight": 15,
        "grade": "A",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 40,
            "details": "Content available without JavaScript"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 30,
            "details": "Page size: 85KB"
          },
          "fast_content_position": {
            "score": 100,
            "weight": 30,
            "details": "Main content starts at 16% of HTML"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "add_llms_txt",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_llms_txt.title",
      "descriptionKey": "rec.add_llms_txt.description",
      "howToKey": "rec.add_llms_txt.howto",
      "effort": "quick-win",
      "estimatedImpact": 10,
      "checkScore": 0,
      "checkDetails": "No llms.txt found"
    },
    {
      "id": "add_article_main",
      "priority": "critical",
      "category": "semanticHtml",
      "titleKey": "rec.add_article_main.title",
      "descriptionKey": "rec.add_article_main.description",
      "howToKey": "rec.add_article_main.howto",
      "effort": "quick-win",
      "estimatedImpact": 8,
      "checkScore": 0,
      "checkDetails": "Missing <article> and <main> elements"
    },
    {
      "id": "improve_content_ratio",
      "priority": "critical",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "effort": "moderate",
      "estimatedImpact": 6,
      "checkScore": 0,
      "checkDetails": "Content ratio: 2.4% (2077 content chars / 87510 HTML bytes)"
    },
    {
      "id": "remove_inline_styles",
      "priority": "critical",
      "category": "contentEfficiency",
      "titleKey": "rec.remove_inline_styles.title",
      "descriptionKey": "rec.remove_inline_styles.description",
      "howToKey": "rec.remove_inline_styles.howto",
      "effort": "moderate",
      "estimatedImpact": 3,
      "checkScore": 0,
      "checkDetails": "27/533 elements with inline styles (5.1%)"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "effort": "significant",
      "estimatedImpact": 6,
      "checkScore": 40,
      "checkDetails": "CDN level (Cloudflare) — Content negotiation"
    },
    {
      "id": "add_semantic_elements",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "effort": "moderate",
      "estimatedImpact": 5,
      "checkScore": 18,
      "checkDetails": "10 semantic elements, 177 divs (ratio: 5%)"
    }
  ],
  "llmsTxtPreview": "# Bank TCG\n\n> Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI), track market values, and manage your TCG portfolio.\n\n## Main\n- [Bank TCG - Scan, Grade & Manage Your Trading Card Collection](https://www.banktcg.com/): Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI)…\n- [Chrome Extension](https://www.banktcg.com/chrome-extension)\n- [Trade Shows](https://www.banktcg.com/trade-shows)\n- [Pokémon TCG](https://www.banktcg.com/cards/pokemon)\n- [Magic: The Gathering](https://www.banktcg.com/cards/magic)\n- [Yu-Gi-Oh!](https://www.banktcg.com/cards/yugioh)\n- [One Piece](https://www.banktcg.com/cards/one-piece)\n\n## Blog\n- [Blog](https://www.banktcg.com/blog)\n\n## Legal\n- [Privacy Policy](https://www.banktcg.com/privacy)\n- [Terms of Service](https://www.banktcg.com/terms)\n\n## Support\n- [Support](https://www.banktcg.com/support)\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthDiscovery": {
      "exists": true,
      "url": "https://www.banktcg.com/.well-known/oauth-authorization-server",
      "issuer": "https://securetoken.google.com/banktcg-3d60a",
      "authorizationEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
      "tokenEndpoint": "https://oauth2.googleapis.com/token",
      "grantTypesSupported": [
        "authorization_code",
        "refresh_token"
      ],
      "scopesSupported": [
        "openid",
        "email",
        "profile"
      ]
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://www.banktcg.com/.well-known/mcp.json"
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://www.banktcg.com/.well-known/agent.json"
    },
    "count": 1
  },
  "snippets": [
    {
      "id": "add_llms_txt",
      "title": "Create /llms.txt",
      "description": "Upload this file to your web root. It tells AI agents what your site is about and which pages matter.",
      "language": "markdown",
      "code": "# Bank TCG\n\n> Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI), track market values, and manage your TCG portfolio.\n\n## Main\n- [Bank TCG - Scan, Grade & Manage Your Trading Card Collection](https://www.banktcg.com/): Bank TCG is the ultimate mobile app for serious trading card collectors. Instantly scan, identify, estimate grades (AI)…\n- [Chrome Extension](https://www.banktcg.com/chrome-extension)\n- [Trade Shows](https://www.banktcg.com/trade-shows)\n- [Pokémon TCG](https://www.banktcg.com/cards/pokemon)\n- [Magic: The Gathering](https://www.banktcg.com/cards/magic)\n- [Yu-Gi-Oh!](https://www.banktcg.com/cards/yugioh)\n- [One Piece](https://www.banktcg.com/cards/one-piece)\n\n## Blog\n- [Blog](https://www.banktcg.com/blog)\n\n## Legal\n- [Privacy Policy](https://www.banktcg.com/privacy)\n- [Terms of Service](https://www.banktcg.com/terms)\n\n## Support\n- [Support](https://www.banktcg.com/support)\n\n",
      "filename": "/llms.txt"
    },
    {
      "id": "add_article_main",
      "title": "Wrap content in <main> and <article>",
      "description": "Semantic HTML landmarks help AI agents identify the main content of your page.",
      "language": "html",
      "code": "<main>\n  <article>\n    <h1>Your Page Title</h1>\n    <p>Your content here...</p>\n  </article>\n</main>",
      "filename": "<body>"
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Let AI agents request a clean Markdown version of any page via content negotiation, .md alternate URLs, link tags or Link headers.",
      "language": "html",
      "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        },
        {
          "id": "express",
          "label": "Express",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\napp.get('/page', (req, res) => {\n  res.setHeader('Vary', 'Accept');\n  res.setHeader('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    res.type('text/markdown; charset=utf-8');\n    return res.send(renderMarkdown('page'));\n  }\n  res.render('page');\n});"
        },
        {
          "id": "fastify",
          "label": "Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n  reply.header('Vary', 'Accept');\n  reply.header('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n  }\n  return reply.view('/page.ejs');\n});"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page/route.ts",
          "code": "// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n  const accept = req.headers.get('accept') || '';\n  if (accept.includes('text/markdown')) {\n    return new Response(await renderMarkdown('page'), {\n      headers: {\n        'Content-Type': 'text/markdown; charset=utf-8',\n        'Vary': 'Accept',\n      },\n    });\n  }\n  // Fall through to the page component\n  return new Response(null, { status: 404 });\n}"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Mechanism 1: respond to Accept: text/markdown on the same URL\nadd_action('template_redirect', function () {\n    if (!is_singular()) return;\n    $accept = $_SERVER['HTTP_ACCEPT'] ?? '';\n    if (strpos($accept, 'text/markdown') === false) return;\n    header('Content-Type: text/markdown; charset=utf-8');\n    header('Vary: Accept');\n    $post = get_queried_object();\n    echo \"# \" . get_the_title($post) . \"\\n\\n\";\n    echo wp_strip_all_tags(apply_filters('the_content', $post->post_content));\n    exit;\n});"
        },
        {
          "id": "static",
          "label": "Hugo / Jekyll / Astro",
          "language": "txt",
          "filename": "static/page.md",
          "code": "# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in <head>:\n#   <link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        }
      ]
    }
  ]
}

APIを使用してプログラムで取得できます(近日公開)

このJSONは内部使用向けです — MarkdownやllMs.txtファイルとは異なり、サイトにアップロードするものではありません。スコアの経時変化を追跡するための基準値として保存するか、開発チームと共有するか、CI/CDパイプラインに統合してください。

結果を共有

Twitter LinkedIn

バッジを埋め込む

このバッジをサイトに追加してください。AI対応スコアが変わると自動的に更新されます。

AgentReady.md score for www.banktcg.com
Script 推奨
<script src="https://agentready.md/badge.js" data-id="76849991-7c0b-4dc3-83e1-672fac27f682" data-domain="www.banktcg.com"></script>
Markdown
[![AgentReady.md score for www.banktcg.com](https://agentready.md/badge/www.banktcg.com.svg)](https://agentready.md/ja/r/76849991-7c0b-4dc3-83e1-672fac27f682)

近日公開: ドメイン全体分析

ドメイン全体をクロールし、llms.txtを生成し、AI対応スコアを経時的にモニタリング。ウェイトリストに登録して通知を受け取りましょう。

リストに登録されました!サービス開始時にお知らせします。