Verified AgentReady.md certificate
Issued sig: 42c35cd52c4b6325 Verify →

Analyzed URL

https://www.banktcg.com/

Analyze another URL

AI-Ready Score

71 / C

Fair

out of 100

Token Savings

HTML tokens 26.214
Markdown tokens 759
Savings 97%

Score Breakdown

Semantic HTML 64/100
Content Efficiency 55/100
AI Discoverability 57/100
Structured Data 100/100
Accessibility 100/100

Emerging protocols

1 of 3 detected

Well-known endpoints AI agents look for. Detected here means an agent can discover and connect to your service automatically.

  • 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

Your site doesn't have an llms.txt file. This is the emerging standard for helping AI agents understand your site structure.

How to implement

Create an /llms.txt file following the llmstxt.org specification. Include a site description and links to your key pages.

Your page doesn't use <article> or <main> elements. These semantic containers help AI agents identify the primary content area and ignore navigation, sidebars, and footers.

How to implement

Add a <main> element around your page's primary content, and use <article> for self-contained content blocks like blog posts or product descriptions.

Your page has a low ratio of actual content to total HTML. Much of the page weight is markup, scripts, or styles rather than content.

How to implement

Move CSS to external stylesheets, remove inline styles, minimize JavaScript, and ensure the HTML focuses on content structure.

Many elements have inline style attributes. These add noise for AI agents extracting content.

How to implement

Move all inline styles to CSS classes in your stylesheet. Use utility CSS frameworks like Tailwind if you need many unique styles.

Your site doesn't support Markdown for Agents. This Cloudflare standard lets AI agents request content in markdown format, reducing token usage by ~80%.

How to implement

Implement one or more: (1) Respond to Accept: text/markdown with markdown content. (2) Serve .md URLs (e.g., /page.md). (3) Add <link rel="alternate" type="text/markdown"> tags. (4) Add Link HTTP headers for markdown discovery.

{\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# "}] }'>

Your page relies heavily on <div> elements. Semantic elements like <section>, <nav>, <header>, <footer>, and <aside> provide meaningful structure for AI agents.

How to implement

Replace generic <div> containers with appropriate semantic elements. Use <section> for thematic groups, <nav> for navigation, <header>/<footer> for page/section headers and footers.

Markdown tokens: 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)

Upload this file as /index.md on your server so AI agents can access a clean version of your page. You can also configure Accept: text/markdown content negotiation to serve it automatically.

Generated llms.txt for this single page

Download 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)

Full llms.txt requires domain-wide analysis (coming soon)

Upload this file to https://www.banktcg.com/llms.txt at the root of your domain. AI agents like ChatGPT, Claude, and Perplexity check this file to understand your site structure.

Semantic HTML

Uses article or main element (0/100)

Missing <article> and <main> elements

Proper heading hierarchy (100/100)

Clean heading hierarchy

Uses semantic HTML elements (18/100)

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

Meaningful image alt texts (100/100)

7/7 images with meaningful alt text

Low div nesting depth (100/100)

Avg div depth: 4.5, max: 9

Content Efficiency

Good token reduction ratio (100/100)

97% token reduction (HTML→Markdown)

Good content-to-noise ratio (0/100)

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

Minimal inline styles (0/100)

27/533 elements with inline styles (5.1%)

Reasonable page weight (100/100)

HTML size: 85KB

AI Discoverability

Has llms.txt file (0/100)

No llms.txt found

Has robots.txt file (100/100)

robots.txt exists

Robots.txt allows AI bots (100/100)

All major AI bots allowed

Has sitemap.xml (100/100)

Sitemap found

Markdown for Agents support (40/100) Cloudflare CDN
&#10003; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10007; Link header
Has Content-Signal (robots.txt or HTTP headers) (60/100)
&#10003; robots.txt &#10007; HTTP header &#10007; Policy

Structured Data

Has Schema.org / JSON-LD (100/100)

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

Has Open Graph tags (100/100)

All OG tags present

Has meta description (100/100)

Meta description: 172 chars

Has canonical URL (100/100)

Canonical URL present

Has lang attribute (100/100)

lang="en"

Accessibility

Content available without JavaScript (100/100)

Content available without JavaScript

Reasonable page size (100/100)

Page size: 85KB

Content appears early in 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\">"
        }
      ]
    }
  ]
}

Use our API to get this programmatically (coming soon)

This JSON is for internal use — unlike the Markdown and llms.txt files, it's not meant to be uploaded to your site. Save it as a baseline to track your score over time, share it with your dev team, or integrate it into your CI/CD pipeline.

Share your results

Twitter LinkedIn

Embed your badge

Add this badge to your site. It updates automatically as your AI-readiness score changes.

AgentReady.md score for www.banktcg.com
Script Recommended
<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/r/76849991-7c0b-4dc3-83e1-672fac27f682)

Coming soon: Full Domain Analysis

Crawl your entire domain, generate llms.txt, and monitor your AI-readiness score over time. Join the waitlist to be notified.

You're on the list! We'll notify you when it launches.