Verified AgentReady.md certificate
Issued sig: ada0eabbe572129c Verify →

Analyzed URL

https://www.billy.dk/

Analyze another URL

AI-Ready Score

53 / D

Poor

out of 100

Token Savings

HTML tokens 25.091
Markdown tokens 823
Savings 97%

Score Breakdown

Semantic HTML 41/100
Content Efficiency 55/100
AI Discoverability 25/100
Structured Data 75/100
Accessibility 93/100

Emerging protocols

0 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
  • 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.

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

No sitemap found. A sitemap helps AI agents discover all pages on your site.

How to implement

Create a /sitemap.xml listing all your public pages. Most CMS platforms can generate this automatically.

No Content-Signal directives found. These tell AI agents how they may use your content (search indexing, AI input, training data). The recommended location is robots.txt.

How to implement

Add Content-Signal to your robots.txt: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. You can also add it as an HTTP header on markdown responses.

{\n res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n done();\n});"}] }'>

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 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.

Some images lack descriptive alt text. Good alt text helps AI agents understand image content and context.

How to implement

Add descriptive alt attributes to all images. Describe what the image shows, not just 'image' or 'photo'. For decorative images, use alt="" (empty).

No canonical URL found. This helps AI agents identify the preferred version of a page and avoid duplicate content.

How to implement

Add a <link rel="canonical" href="..."> tag pointing to the canonical URL of the page.

Markdown tokens: 823
![](https://images.prismic.io/billy-dk/ZiD11PPdc1huKmWT_Photo15.png?auto=auto%3Dcompress%2Cformat&w=1000)

![Læs mere om bogføring](https://images.prismic.io/billy-dk/ZiDc5vPdc1huKmKa_Photo3.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

### Automatisk bogføring

Få hjælp til at bogføre dine udgifter korrekt hver gang med vores bogføringshelt - og slip for at bekymre dig om besværlige skatte- og momsregler.

![Læs mere om moms & skat](https://images.prismic.io/billy-dk/ZiDc8PPdc1huKmKk_Photo13.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

![](https://images.prismic.io/billy-dk/d21d79c5-562b-4bbe-949e-70af63f26401_lp_cair_product_l%C3%B8nseddel_left_white.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

![Nem regnskabsløsning](https://images.prismic.io/billy-dk/ZiDc5_Pdc1huKmKb_Photo4.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

### Sæt regnskabet på autopilot

Med mere end 80 integrationer kan du gøre dit arbejde nemmere. Med en integration til dit lønsystem, din webshop eller dit kassesystem kan Billy automatisere din bogføring.

![](https://images.prismic.io/billy-dk/aRRd6bpReVYa4Xxn_logo-badge-billy.png?auto=auto%3Dcompress%2Cformat&w=1000)

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIffUMTzAJOCdvP_Group%2CUser.svg?auto=compress,format)

Over 30.000 selvstændige bruger Billy

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfeUMTzAJOCdvL_Hand%2CArm%2CHeart.svg?auto=compress,format)

Vi har hjulpet danske selvstændige i over 10 år.

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfg0MTzAJOCdvV_chat-review-like.svg?auto=compress,format)

Vi gør det nemt at samarbejde med din revisor

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfe0MTzAJOCdvN_Headphones%2CCustomer%2Csupport.svg?auto=compress,format)

Vores support hjælper dig alle dage fra 07 til 22

[Prøv gratis nu](https://www.billy.dk/signup)

![support image](https://images.prismic.io/billy-dk/455560dd-15da-4521-9cb4-7dc5c3e2f527_support-marketing-block-image.png?auto=auto%3Dcompress%2Cformat&w=1000)

### Gratis support hele ugen

Få gratis support hele ugen i Billy på både chat, e-mail og telefon. Du kan også finde hjælp til dit regnskab i alle vores hjælpeartikler og videoer.

Vores support har åben fra kl. 07-22 alle ugens dage.
Gratis og let regnskabsprogram - Kom i gang på 2 min.

# Regnskabsprogrammet selvstændige anbefaler

Billy er skræddersyet til selvstændige samt små og mellemstore virksomheder. Send professionelle fakturaer, bogfør regninger og afregn moms med få klik.

![](https://www.billy.dk/assets/new_identity/icons/eye-icon.svg)

Få en gratis konto nu

Acceptér vores [forretningsbetingelser](https://www.billy.dk/generelle-betingelser/) og [privatlivspolitik](https://www.billy.dk/cookie-privatlivs-politik/) \*

Acceptér Billy' mails med nyheder, opdateringer og tilbud

![Regnskabsprogrammet selvstændige anbefaler](https://images.prismic.io/billy-dk/ZjNPJkMTzAJOCfHr_dashboard-danish-cropped.png?auto=auto%3Dcompress%2Cformat&w=1600)

[

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfeEMTzAJOCdvK_documents-file-text.svg?auto=compress,format)

##### Send fakturaerSend tilbud og fakturaer - og hold styr på dit salg ét sted.](https://www.billy.dk/fakturaservice/)[

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjM7CkMTzAJOCfAJ_Book.svg)

##### Bogfør udgifterScan, upload & gem bilag digitalt - så slipper du for tastearbejdet.](https://www.billy.dk/bogfoeringsprogram/)[

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfhkMTzAJOCdvY_PieGraph.svg?auto=compress,format)

##### Lav moms & regnskabAfslut momsen nemt - og få et overblik over dit regnskab.](https://www.billy.dk/moms-og-regnskab/)[

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfdkMTzAJOCdvI_search-list-position-results.svg?auto=compress,format)

##### Integreret lønsystemUdbetal løn til dig og dine medarbejdere, og få det bogført automatisk.](https://www.billy.dk/integreret-lon/)

[Få en gratis konto nu](https://www.billy.dk/signup)

![](https://images.prismic.io/billy-dk/ZiD11PPdc1huKmWT_Photo15.png?auto=auto%3Dcompress%2Cformat&w=1000)

### Fakturér & bliv betalt hurtigere

Det tager under 1 minut at lave din første faktura - og bruger du MobilePay eller kreditkort bliver du betalt hurtigere.

-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Send fakturaer i dit eget design - også på farten
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Modtag betaling via kreditkort & MobilePay
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Opret tilbud og abonnementer

[Læs mere om fakturering](https://www.billy.dk/fakturaservice/)

![Læs mere om bogføring](https://images.prismic.io/billy-dk/ZiDc5vPdc1huKmKa_Photo3.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

### Automatisk bogføring

Få hjælp til at bogføre dine udgifter korrekt hver gang med vores bogføringshelt - og slip for at bekymre dig om besværlige skatte- og momsregler.

-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Scan, upload og gem dine kvitteringer digitalt
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Digital bogføringshjælper, der hjælper dig med at
    bogføre korrekt
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Spar tid på at taste oplysninger ind i regnskabet

[Læs mere om bogføring](https://www.billy.dk/bogfoeringsprogram/)

![Læs mere om moms & skat](https://images.prismic.io/billy-dk/ZiDc8PPdc1huKmKk_Photo13.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

### Få styr på moms & skat

Få et fuldt overblik over dit regnskab og din økonomi. Vi giver dig alt, du skal bruge, når du skal indberette til SKAT med få klik direkte fra Billy.

-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Indberet dine momstal direkte til SKAT
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Bliv hjulpet godt i mål med dit årsregnskab
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Forbind din bank og gør regnskabet nemt

[Læs mere om moms & skat](https://www.billy.dk/moms-og-regnskab/)

![](https://images.prismic.io/billy-dk/d21d79c5-562b-4bbe-949e-70af63f26401_lp_cair_product_l%C3%B8nseddel_left_white.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

### Lav din løn direkte i Billy

Udbetal løn til dig og dine medarbejdere, og hold styr på hele din løn direkte fra Billy. Og bedst af alt, får du det hele automatisk bogført.

-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Lav dine lønsedler direkte fra dit regnskabsprogram
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Automatisk bogføring af din løn - helt uden integrationer
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Du betaler kun pr. lønseddel og sparer 50% de første 12 måneder

[Læs mere om løn](https://www.billy.dk/integreret-lon/)

## Tag dit regnskab med på farten

Med Billy mobilapp kan du tage dit regnskab med dig, så du altid har et overblik over din økonomi. Du kan nemt scanne bilag eller oprette fakturaer, når du er ude hos dine kunder.

-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Scan, upload og gem kvitteringer i skyen
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Send tilbud og fakturaer på farten
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Hav et overblik over din økonomi i lommen

[Læs mere](https://www.billy.dk/mobil-app/)

![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)

[![Billy Regnskabs-app til iPhone](https://www.billy.dk/assets/next/images/icons/external-brands/apple-app-store.svg)](https://apps.apple.com/dk/app/billy-accounting-software/id1137649737)

[![Billy Regnskabs-app til Android](https://www.billy.dk/assets/next/images/icons/external-brands/google-play-store.svg)](https://play.google.com/store/apps/details?id=com.appscaptain.billyapp&hl=da)

![Nem regnskabsløsning](https://images.prismic.io/billy-dk/ZiDc5_Pdc1huKmKb_Photo4.jpg?auto=auto%3Dcompress%2Cformat&w=1000)

### Sæt regnskabet på autopilot

Med mere end 80 integrationer kan du gøre dit arbejde nemmere. Med en integration til dit lønsystem, din webshop eller dit kassesystem kan Billy automatisere din bogføring.

[Læs mere](https://www.billy.dk/apps/)

![](https://images.prismic.io/billy-dk/aRRd6bpReVYa4Xxn_logo-badge-billy.png?auto=auto%3Dcompress%2Cformat&w=1000)

### Overhold den nye bogføringslov

Den nye bogføringslov kommer med en række krav til digitalt regnskab, der er vigtige at overholde. I Billy har vi været en del af udarbejdelsen af de nye lovkrav i samarbejde med Erhvervsstyrelsen, hvilket betyder, at du kommer til at overholde alle kravene hos os, fx:

-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Digital opbevaring af bilag
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Sikker opbevaring af regnskabsdata
-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Integration til offentlige systemer

[Læs mere om bogføringsloven](https://www.billy.dk/ny-bogforingslov/)

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIffUMTzAJOCdvP_Group%2CUser.svg?auto=compress,format)

Over 30.000 selvstændige bruger Billy

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfeUMTzAJOCdvL_Hand%2CArm%2CHeart.svg?auto=compress,format)

Vi har hjulpet danske selvstændige i over 10 år.

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfg0MTzAJOCdvV_chat-review-like.svg?auto=compress,format)

Vi gør det nemt at samarbejde med din revisor

![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfe0MTzAJOCdvN_Headphones%2CCustomer%2Csupport.svg?auto=compress,format)

Vores support hjælper dig alle dage fra 07 til 22

[Prøv gratis nu](https://www.billy.dk/signup)

![support image](https://images.prismic.io/billy-dk/455560dd-15da-4521-9cb4-7dc5c3e2f527_support-marketing-block-image.png?auto=auto%3Dcompress%2Cformat&w=1000)

### Gratis support hele ugen

Få gratis support hele ugen i Billy på både chat, e-mail og telefon. Du kan også finde hjælp til dit regnskab i alle vores hjælpeartikler og videoer.

Vores support har åben fra kl. 07-22 alle ugens dage.

[Besøg vores support](https://www.billy.dk/support/)

[![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27120%27%20height=%2740%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)](https://www.billy.dk/)Fiolstræde 17B
1171 København KCVR-nr. 33239106

![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2714%27%20height=%2714%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)

[89 87 87 00](tel:+4589878700/)

![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2714%27%20height=%2714%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)

[[email protected]](mailto:[email protected])

[![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2728%27%20height=%2728%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)](https://www.facebook.com/billybyshine)[![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2728%27%20height=%2728%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)](https://linkedin.com/company/billybyshine)

##### Om os

[Historie](https://www.billy.dk/om-billy/)[Kontakt](https://www.billy.dk/support/)[Jobs](https://careers.shine.co/)

##### Revisor

[Find selv revisor](https://www.billy.dk/revisor/find-selv-revisor/)[For revisorer](https://www.billy.dk/revisor/funktion/for-revisorer/)

##### Samarbejde

[Integrationer](https://www.billy.dk/apps/)[For udviklere](https://www.billy.dk/api/)[Affiliate partner](https://www.billy.dk/affiliate-partner/)

##### Links

[Forretningsbetingelser](https://shine.co/dk/legal/terms)[Privatlivspolitik](https://shine.co/dk/legal/privacy)[Cookiepolitik](https://shine.co/dk/legal/cookies)[Databehandleraftale](https://shine.co/dk/legal/dpa)[Finanstilsynet rapport](https://www.billy.dk/finanstilsynet-rapport/)[Billypedia](https://www.billy.dk/billypedia/)[Blog](https://www.billy.dk/blog/)[Sammenligning af regnskabsprogrammer](https://www.billy.dk/sammenlign/)

![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27380.79999999999995%27%20height=%2726.599999999999998%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)

© 2026 Billy

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
# billy.dk

> Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.

## Main
- [Gratis og let regnskabsprogram - Kom i gang på 2 min.](https://www.billy.dk/): Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogf…
- [Priser](https://www.billy.dk/pris/)
- [Opret gratis bruger](https://www.billy.dk/signup)

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

Upload this file to https://www.billy.dk/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 (55/100)

3 heading level skip(s)

Uses semantic HTML elements (3/100)

1 semantic elements, 127 divs (ratio: 1%)

Meaningful image alt texts (46/100)

25/54 images with meaningful alt text

Low div nesting depth (100/100)

Avg div depth: 4.7, max: 9

Content Efficiency

Good token reduction ratio (100/100)

97% token reduction (HTML→Markdown)

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

Content ratio: 0.9% (784 content chars / 83265 HTML bytes)

Minimal inline styles (0/100)

35/438 elements with inline styles (8.0%)

Reasonable page weight (100/100)

HTML size: 81KB

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 (0/100)

No sitemap found

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

Structured Data

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

JSON-LD found: Organization, WebSite, SoftwareApplication, BreadcrumbList, WebPage

Has Open Graph tags (100/100)

All OG tags present

Has meta description (100/100)

Meta description: 156 chars

Has canonical URL (0/100)

No canonical URL

Has lang attribute (0/100)

No lang attribute on <html>

Accessibility

Content available without JavaScript (100/100)

Content available without JavaScript

Reasonable page size (100/100)

Page size: 81KB

Content appears early in HTML (75/100)

Main content starts at 25% of HTML

{
  "url": "https://www.billy.dk/",
  "timestamp": 1778081841433,
  "fetch": {
    "mode": "simple",
    "timeMs": 396,
    "htmlSizeBytes": 83265,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "none"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "Gratis og let regnskabsprogram - Kom i gang på 2 min.",
    "excerpt": "Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.",
    "byline": null,
    "siteName": null,
    "lang": null,
    "contentLength": 784,
    "metadata": {
      "description": "Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.",
      "ogTitle": "Gratis og let regnskabsprogram - Kom i gang på 2 min.",
      "ogDescription": "Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.",
      "ogImage": "https://images.prismic.io/billy-dk/ZiZcF_Pdc1huKrM9_Dashboarddanish.png?auto=format,compress",
      "ogType": "website",
      "canonical": null,
      "lang": null,
      "schemas": [
        {
          "@type": "Organization",
          "@id": "https://www.billy.dk/#organization",
          "name": "Billy ApS",
          "url": "https://www.billy.dk/",
          "logo": {
            "@type": "ImageObject",
            "@id": "https://www.billy.dk/#logo",
            "url": "https://images.prismic.io/billy-dk/Z78OoJ7c43Q3gQZY_Billy-Positive%402x.png?auto=format,compress",
            "width": 294,
            "height": 84,
            "caption": "Billy ApS"
          },
          "sameAs": [
            "https://www.facebook.com/regnskabsprogram.online/",
            "https://www.linkedin.com/company/billysbilling/"
          ],
          "contactPoint": {
            "@type": "ContactPoint",
            "contactType": "customer support",
            "email": "[email protected]",
            "url": "https://www.billy.dk//support/",
            "availableLanguage": [
              "da",
              "en"
            ]
          }
        },
        {
          "@type": "WebSite",
          "@id": "https://www.billy.dk/#website",
          "url": "https://www.billy.dk/",
          "name": "Billy ApS",
          "description": "Billy er skræddersyet til selvstændige og små og mellemstore virksomheder. Send professionelle fakturaer, bogfør bilag og afregn moms med få klik.",
          "inLanguage": "da-DK",
          "publisher": {
            "@id": "https://www.billy.dk/#organization"
          }
        },
        {
          "@type": "SoftwareApplication",
          "@id": "https://www.billy.dk/#product",
          "name": "Billy",
          "description": "Billy er skræddersyet til selvstændige og små og mellemstore virksomheder. Send professionelle fakturaer, bogfør bilag og afregn moms med få klik.",
          "applicationCategory": "Regnskabsprogram",
          "operatingSystem": "Web, iOS, Android",
          "offers": {
            "@type": "AggregateOffer",
            "priceCurrency": "DKK",
            "lowPrice": 0,
            "highPrice": 595,
            "offerCount": 4,
            "offers": [
              {
                "@type": "Offer",
                "name": "Free",
                "price": 0,
                "priceCurrency": "DKK",
                "description": "Et ægte gratis regnskabsprodukt til dig der bare skal i gang eller har et minimalt behov for bogføring."
              },
              {
                "@type": "Offer",
                "name": "Basic",
                "price": 160,
                "priceCurrency": "DKK",
                "description": "Bogføringsløsningen til dig der allerede er godt i gang og ikke behøver automatik og fancy features."
              },
              {
                "@type": "Offer",
                "name": "Plus",
                "price": 295,
                "priceCurrency": "DKK",
                "description": "Pakken til dig der gerne vil have fremtidens regnskabsprodukt, spare tid på bogføring og undgå fejl."
              },
              {
                "@type": "Offer",
                "name": "Complete",
                "price": 595,
                "priceCurrency": "DKK",
                "description": "Ultimativ regnskabsstyrhed. Vi hjælper dig med at holde styr på det hele, så dit regnskab altid er i topform."
              }
            ]
          },
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": 4.5,
            "reviewCount": 2273,
            "bestRating": 5,
            "worstRating": 1
          }
        },
        {
          "@type": "BreadcrumbList",
          "@id": "https://www.billy.dk/frontpage/#breadcrumb",
          "itemListElement": [
            {
              "@type": "ListItem",
              "position": 1,
              "name": "Home",
              "item": "https://www.billy.dk/"
            },
            {
              "@type": "ListItem",
              "position": 2,
              "name": "Product",
              "item": "https://www.billy.dk/frontpage/"
            }
          ]
        },
        {
          "@type": "WebPage",
          "@id": "https://www.billy.dk/frontpage/#schema-page",
          "name": "Gratis og let regnskabsprogram - Kom i gang på 2 min.",
          "description": "Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.",
          "url": "https://www.billy.dk/frontpage/",
          "publisher": {
            "@id": "https://www.billy.dk/#organization"
          },
          "potentialAction": {
            "@type": "RegisterAction",
            "target": {
              "@type": "EntryPoint",
              "urlTemplate": "https://www.billy.dk/signup/"
            }
          }
        }
      ],
      "robotsMeta": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
      "author": null,
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "![](https://images.prismic.io/billy-dk/ZiD11PPdc1huKmWT_Photo15.png?auto=auto%3Dcompress%2Cformat&w=1000)\n\n![Læs mere om bogføring](https://images.prismic.io/billy-dk/ZiDc5vPdc1huKmKa_Photo3.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Automatisk bogføring\n\nFå hjælp til at bogføre dine udgifter korrekt hver gang med vores bogføringshelt - og slip for at bekymre dig om besværlige skatte- og momsregler.\n\n![Læs mere om moms & skat](https://images.prismic.io/billy-dk/ZiDc8PPdc1huKmKk_Photo13.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n![](https://images.prismic.io/billy-dk/d21d79c5-562b-4bbe-949e-70af63f26401_lp_cair_product_l%C3%B8nseddel_left_white.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n![Nem regnskabsløsning](https://images.prismic.io/billy-dk/ZiDc5_Pdc1huKmKb_Photo4.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Sæt regnskabet på autopilot\n\nMed mere end 80 integrationer kan du gøre dit arbejde nemmere. Med en integration til dit lønsystem, din webshop eller dit kassesystem kan Billy automatisere din bogføring.\n\n![](https://images.prismic.io/billy-dk/aRRd6bpReVYa4Xxn_logo-badge-billy.png?auto=auto%3Dcompress%2Cformat&w=1000)\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIffUMTzAJOCdvP_Group%2CUser.svg?auto=compress,format)\n\nOver 30.000 selvstændige bruger Billy\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfeUMTzAJOCdvL_Hand%2CArm%2CHeart.svg?auto=compress,format)\n\nVi har hjulpet danske selvstændige i over 10 år.\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfg0MTzAJOCdvV_chat-review-like.svg?auto=compress,format)\n\nVi gør det nemt at samarbejde med din revisor\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfe0MTzAJOCdvN_Headphones%2CCustomer%2Csupport.svg?auto=compress,format)\n\nVores support hjælper dig alle dage fra 07 til 22\n\n[Prøv gratis nu](https://www.billy.dk/signup)\n\n![support image](https://images.prismic.io/billy-dk/455560dd-15da-4521-9cb4-7dc5c3e2f527_support-marketing-block-image.png?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Gratis support hele ugen\n\nFå gratis support hele ugen i Billy på både chat, e-mail og telefon. Du kan også finde hjælp til dit regnskab i alle vores hjælpeartikler og videoer.\n\nVores support har åben fra kl. 07-22 alle ugens dage.\n",
  "fullPageMarkdown": "Gratis og let regnskabsprogram - Kom i gang på 2 min.\n\n# Regnskabsprogrammet selvstændige anbefaler\n\nBilly er skræddersyet til selvstændige samt små og mellemstore virksomheder. Send professionelle fakturaer, bogfør regninger og afregn moms med få klik.\n\n![](https://www.billy.dk/assets/new_identity/icons/eye-icon.svg)\n\nFå en gratis konto nu\n\nAcceptér vores [forretningsbetingelser](https://www.billy.dk/generelle-betingelser/) og [privatlivspolitik](https://www.billy.dk/cookie-privatlivs-politik/) \\*\n\nAcceptér Billy' mails med nyheder, opdateringer og tilbud\n\n![Regnskabsprogrammet selvstændige anbefaler](https://images.prismic.io/billy-dk/ZjNPJkMTzAJOCfHr_dashboard-danish-cropped.png?auto=auto%3Dcompress%2Cformat&w=1600)\n\n[\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfeEMTzAJOCdvK_documents-file-text.svg?auto=compress,format)\n\n##### Send fakturaerSend tilbud og fakturaer - og hold styr på dit salg ét sted.](https://www.billy.dk/fakturaservice/)[\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjM7CkMTzAJOCfAJ_Book.svg)\n\n##### Bogfør udgifterScan, upload & gem bilag digitalt - så slipper du for tastearbejdet.](https://www.billy.dk/bogfoeringsprogram/)[\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfhkMTzAJOCdvY_PieGraph.svg?auto=compress,format)\n\n##### Lav moms & regnskabAfslut momsen nemt - og få et overblik over dit regnskab.](https://www.billy.dk/moms-og-regnskab/)[\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfdkMTzAJOCdvI_search-list-position-results.svg?auto=compress,format)\n\n##### Integreret lønsystemUdbetal løn til dig og dine medarbejdere, og få det bogført automatisk.](https://www.billy.dk/integreret-lon/)\n\n[Få en gratis konto nu](https://www.billy.dk/signup)\n\n![](https://images.prismic.io/billy-dk/ZiD11PPdc1huKmWT_Photo15.png?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Fakturér & bliv betalt hurtigere\n\nDet tager under 1 minut at lave din første faktura - og bruger du MobilePay eller kreditkort bliver du betalt hurtigere.\n\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Send fakturaer i dit eget design - også på farten\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Modtag betaling via kreditkort & MobilePay\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Opret tilbud og abonnementer\n\n[Læs mere om fakturering](https://www.billy.dk/fakturaservice/)\n\n![Læs mere om bogføring](https://images.prismic.io/billy-dk/ZiDc5vPdc1huKmKa_Photo3.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Automatisk bogføring\n\nFå hjælp til at bogføre dine udgifter korrekt hver gang med vores bogføringshelt - og slip for at bekymre dig om besværlige skatte- og momsregler.\n\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Scan, upload og gem dine kvitteringer digitalt\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Digital bogføringshjælper, der hjælper dig med at\n    bogføre korrekt\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Spar tid på at taste oplysninger ind i regnskabet\n\n[Læs mere om bogføring](https://www.billy.dk/bogfoeringsprogram/)\n\n![Læs mere om moms & skat](https://images.prismic.io/billy-dk/ZiDc8PPdc1huKmKk_Photo13.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Få styr på moms & skat\n\nFå et fuldt overblik over dit regnskab og din økonomi. Vi giver dig alt, du skal bruge, når du skal indberette til SKAT med få klik direkte fra Billy.\n\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Indberet dine momstal direkte til SKAT\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Bliv hjulpet godt i mål med dit årsregnskab\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Forbind din bank og gør regnskabet nemt\n\n[Læs mere om moms & skat](https://www.billy.dk/moms-og-regnskab/)\n\n![](https://images.prismic.io/billy-dk/d21d79c5-562b-4bbe-949e-70af63f26401_lp_cair_product_l%C3%B8nseddel_left_white.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Lav din løn direkte i Billy\n\nUdbetal løn til dig og dine medarbejdere, og hold styr på hele din løn direkte fra Billy. Og bedst af alt, får du det hele automatisk bogført.\n\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Lav dine lønsedler direkte fra dit regnskabsprogram\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Automatisk bogføring af din løn - helt uden integrationer\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Du betaler kun pr. lønseddel og sparer 50% de første 12 måneder\n\n[Læs mere om løn](https://www.billy.dk/integreret-lon/)\n\n## Tag dit regnskab med på farten\n\nMed Billy mobilapp kan du tage dit regnskab med dig, så du altid har et overblik over din økonomi. Du kan nemt scanne bilag eller oprette fakturaer, når du er ude hos dine kunder.\n\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Scan, upload og gem kvitteringer i skyen\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Send tilbud og fakturaer på farten\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Hav et overblik over din økonomi i lommen\n\n[Læs mere](https://www.billy.dk/mobil-app/)\n\n![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)\n\n[![Billy Regnskabs-app til iPhone](https://www.billy.dk/assets/next/images/icons/external-brands/apple-app-store.svg)](https://apps.apple.com/dk/app/billy-accounting-software/id1137649737)\n\n[![Billy Regnskabs-app til Android](https://www.billy.dk/assets/next/images/icons/external-brands/google-play-store.svg)](https://play.google.com/store/apps/details?id=com.appscaptain.billyapp&hl=da)\n\n![Nem regnskabsløsning](https://images.prismic.io/billy-dk/ZiDc5_Pdc1huKmKb_Photo4.jpg?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Sæt regnskabet på autopilot\n\nMed mere end 80 integrationer kan du gøre dit arbejde nemmere. Med en integration til dit lønsystem, din webshop eller dit kassesystem kan Billy automatisere din bogføring.\n\n[Læs mere](https://www.billy.dk/apps/)\n\n![](https://images.prismic.io/billy-dk/aRRd6bpReVYa4Xxn_logo-badge-billy.png?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Overhold den nye bogføringslov\n\nDen nye bogføringslov kommer med en række krav til digitalt regnskab, der er vigtige at overholde. I Billy har vi været en del af udarbejdelsen af de nye lovkrav i samarbejde med Erhvervsstyrelsen, hvilket betyder, at du kommer til at overholde alle kravene hos os, fx:\n\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Digital opbevaring af bilag\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Sikker opbevaring af regnskabsdata\n-   ![checkmark](https://www.billy.dk/assets/new_identity/icons/green-check-icon.svg)Integration til offentlige systemer\n\n[Læs mere om bogføringsloven](https://www.billy.dk/ny-bogforingslov/)\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIffUMTzAJOCdvP_Group%2CUser.svg?auto=compress,format)\n\nOver 30.000 selvstændige bruger Billy\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfeUMTzAJOCdvL_Hand%2CArm%2CHeart.svg?auto=compress,format)\n\nVi har hjulpet danske selvstændige i over 10 år.\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfg0MTzAJOCdvV_chat-review-like.svg?auto=compress,format)\n\nVi gør det nemt at samarbejde med din revisor\n\n![](https://billy-dk.cdn.prismic.io/billy-dk/ZjIfe0MTzAJOCdvN_Headphones%2CCustomer%2Csupport.svg?auto=compress,format)\n\nVores support hjælper dig alle dage fra 07 til 22\n\n[Prøv gratis nu](https://www.billy.dk/signup)\n\n![support image](https://images.prismic.io/billy-dk/455560dd-15da-4521-9cb4-7dc5c3e2f527_support-marketing-block-image.png?auto=auto%3Dcompress%2Cformat&w=1000)\n\n### Gratis support hele ugen\n\nFå gratis support hele ugen i Billy på både chat, e-mail og telefon. Du kan også finde hjælp til dit regnskab i alle vores hjælpeartikler og videoer.\n\nVores support har åben fra kl. 07-22 alle ugens dage.\n\n[Besøg vores support](https://www.billy.dk/support/)\n\n[![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27120%27%20height=%2740%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)](https://www.billy.dk/)Fiolstræde 17B\n1171 København KCVR-nr. 33239106\n\n![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2714%27%20height=%2714%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)\n\n[89 87 87 00](tel:+4589878700/)\n\n![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2714%27%20height=%2714%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)\n\n[[email protected]](mailto:[email protected])\n\n[![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2728%27%20height=%2728%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)](https://www.facebook.com/billybyshine)[![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2728%27%20height=%2728%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)](https://linkedin.com/company/billybyshine)\n\n##### Om os\n\n[Historie](https://www.billy.dk/om-billy/)[Kontakt](https://www.billy.dk/support/)[Jobs](https://careers.shine.co/)\n\n##### Revisor\n\n[Find selv revisor](https://www.billy.dk/revisor/find-selv-revisor/)[For revisorer](https://www.billy.dk/revisor/funktion/for-revisorer/)\n\n##### Samarbejde\n\n[Integrationer](https://www.billy.dk/apps/)[For udviklere](https://www.billy.dk/api/)[Affiliate partner](https://www.billy.dk/affiliate-partner/)\n\n##### Links\n\n[Forretningsbetingelser](https://shine.co/dk/legal/terms)[Privatlivspolitik](https://shine.co/dk/legal/privacy)[Cookiepolitik](https://shine.co/dk/legal/cookies)[Databehandleraftale](https://shine.co/dk/legal/dpa)[Finanstilsynet rapport](https://www.billy.dk/finanstilsynet-rapport/)[Billypedia](https://www.billy.dk/billypedia/)[Blog](https://www.billy.dk/blog/)[Sammenligning af regnskabsprogrammer](https://www.billy.dk/sammenlign/)\n\n![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27380.79999999999995%27%20height=%2726.599999999999998%27/%3e)![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)\n\n© 2026 Billy\n",
  "markdownStats": {
    "images": 11,
    "links": 1,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 3
  },
  "tokens": {
    "htmlTokens": 25091,
    "markdownTokens": 823,
    "reduction": 24268,
    "reductionPercent": 97
  },
  "score": {
    "score": 53,
    "grade": "D",
    "dimensions": {
      "semanticHtml": {
        "score": 41,
        "weight": 20,
        "grade": "D",
        "checks": {
          "uses_article_or_main": {
            "score": 0,
            "weight": 20,
            "details": "Missing <article> and <main> elements"
          },
          "proper_heading_hierarchy": {
            "score": 55,
            "weight": 25,
            "details": "3 heading level skip(s)"
          },
          "semantic_elements": {
            "score": 3,
            "weight": 20,
            "details": "1 semantic elements, 127 divs (ratio: 1%)"
          },
          "meaningful_alt_texts": {
            "score": 46,
            "weight": 15,
            "details": "25/54 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 20,
            "details": "Avg div depth: 4.7, 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: 0.9% (784 content chars / 83265 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 15,
            "details": "35/438 elements with inline styles (8.0%)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 15,
            "details": "HTML size: 81KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 25,
        "weight": 25,
        "grade": "F",
        "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": 0,
            "weight": 10,
            "details": "No sitemap found"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 25,
            "details": "No Markdown for Agents support detected"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 20,
            "details": "No Content-Signal found (robots.txt or HTTP headers)"
          }
        }
      },
      "structuredData": {
        "score": 75,
        "weight": 15,
        "grade": "B",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 30,
            "details": "JSON-LD found: Organization, WebSite, SoftwareApplication, BreadcrumbList, WebPage"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 25,
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 156 chars"
          },
          "has_canonical_url": {
            "score": 0,
            "weight": 15,
            "details": "No canonical URL"
          },
          "has_lang_attribute": {
            "score": 0,
            "weight": 10,
            "details": "No lang attribute on <html>"
          }
        }
      },
      "accessibility": {
        "score": 93,
        "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: 81KB"
          },
          "fast_content_position": {
            "score": 75,
            "weight": 30,
            "details": "Main content starts at 25% 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: 0.9% (784 content chars / 83265 HTML bytes)"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "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": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_sitemap",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "effort": "quick-win",
      "estimatedImpact": 5,
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "add_content_signals",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "effort": "quick-win",
      "estimatedImpact": 5,
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "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": "35/438 elements with inline styles (8.0%)"
    },
    {
      "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": 3,
      "checkDetails": "1 semantic elements, 127 divs (ratio: 1%)"
    },
    {
      "id": "improve_alt_texts",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.improve_alt_texts.title",
      "descriptionKey": "rec.improve_alt_texts.description",
      "howToKey": "rec.improve_alt_texts.howto",
      "effort": "moderate",
      "estimatedImpact": 4,
      "checkScore": 46,
      "checkDetails": "25/54 images with meaningful alt text"
    },
    {
      "id": "add_canonical_url",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_canonical_url.title",
      "descriptionKey": "rec.add_canonical_url.description",
      "howToKey": "rec.add_canonical_url.howto",
      "effort": "quick-win",
      "estimatedImpact": 3,
      "checkScore": 0,
      "checkDetails": "No canonical URL"
    }
  ],
  "llmsTxtPreview": "# billy.dk\n\n> Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.\n\n## Main\n- [Gratis og let regnskabsprogram - Kom i gang på 2 min.](https://www.billy.dk/): Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogf…\n- [Priser](https://www.billy.dk/pris/)\n- [Opret gratis bruger](https://www.billy.dk/signup)\n\n",
  "llmsTxtExisting": null,
  "emergingProtocols": {
    "oauthDiscovery": {
      "exists": false,
      "url": "https://www.billy.dk/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://www.billy.dk/.well-known/mcp.json"
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://www.billy.dk/.well-known/agent.json"
    },
    "count": 0
  },
  "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": "# billy.dk\n\n> Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogføring. Opret en bruger på 2 minutter.\n\n## Main\n- [Gratis og let regnskabsprogram - Kom i gang på 2 min.](https://www.billy.dk/): Billy er et gratis regnskabsprogram til små og mellemstore virksomheder. Send let fakturaer, og få styr på moms og bogf…\n- [Priser](https://www.billy.dk/pris/)\n- [Opret gratis bruger](https://www.billy.dk/signup)\n\n",
      "filename": "/llms.txt"
    },
    {
      "id": "add_canonical_url",
      "title": "Add canonical URL",
      "description": "The canonical URL tells AI agents which version of the page is the \"official\" one, avoiding duplicate content issues.",
      "language": "html",
      "code": "<link rel=\"canonical\" href=\"https://www.billy.dk/\">",
      "filename": "<head>"
    },
    {
      "id": "add_sitemap",
      "title": "Create /sitemap.xml",
      "description": "A sitemap helps AI agents discover all your pages. Most CMS platforms generate one automatically.",
      "language": "xml",
      "code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  <url>\n    <loc>https://www.billy.dk/</loc>\n    <lastmod>2026-05-06</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "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_content_signals",
      "title": "Add Content-Signal directives",
      "description": "Content-Signal tells AI agents how they may use your content. The canonical location is robots.txt, but you can also expose it as an HTTP header from any stack.",
      "language": "txt",
      "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no",
      "filename": "/robots.txt",
      "stacks": [
        {
          "id": "robots",
          "label": "robots.txt",
          "language": "txt",
          "filename": "/robots.txt",
          "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no"
        },
        {
          "id": "nginx",
          "label": "Nginx",
          "language": "nginx",
          "filename": "server block",
          "code": "# Inside your server { } block:\nadd_header Content-Signal \"search=yes, ai-input=yes, ai-train=no\" always;"
        },
        {
          "id": "apache",
          "label": "Apache",
          "language": "apache",
          "filename": ".htaccess",
          "code": "# In .htaccess (or VirtualHost):\nHeader set Content-Signal \"search=yes, ai-input=yes, ai-train=no\""
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// In your theme's functions.php or a small mu-plugin\nadd_action('send_headers', function () {\n    header('Content-Signal: search=yes, ai-input=yes, ai-train=no');\n});\n\n// Optional: also append the directive to the dynamic robots.txt\nadd_filter('robots_txt', function ($output) {\n    return $output . \"\\nContent-Signal: search=yes, ai-input=yes, ai-train=no\\n\";\n}, 10, 1);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "middleware.ts",
          "code": "// middleware.ts (Next.js 13+ App Router or Pages Router)\nimport { NextResponse } from 'next/server';\nexport function middleware() {\n  const res = NextResponse.next();\n  res.headers.set(\n    'Content-Signal',\n    'search=yes, ai-input=yes, ai-train=no'\n  );\n  return res;\n}\nexport const config = { matcher: '/:path*' };"
        },
        {
          "id": "cloudflare",
          "label": "Cloudflare Workers",
          "language": "javascript",
          "filename": "worker.js",
          "code": "// Cloudflare Worker that proxies your origin and adds the header\nexport default {\n  async fetch(request, env, ctx) {\n    const res = await fetch(request);\n    const newRes = new Response(res.body, res);\n    newRes.headers.set(\n      'Content-Signal',\n      'search=yes, ai-input=yes, ai-train=no'\n    );\n    return newRes;\n  },\n};"
        },
        {
          "id": "express",
          "label": "Express / Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Express\napp.use((req, res, next) => {\n  res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n  reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  done();\n});"
        }
      ]
    },
    {
      "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.billy.dk
Script Recommended
<script src="https://agentready.md/badge.js" data-id="94144459-76be-42fb-8348-fa68381ea221" data-domain="www.billy.dk"></script>
Markdown
[![AgentReady.md score for www.billy.dk](https://agentready.md/badge/www.billy.dk.svg)](https://agentready.md/r/94144459-76be-42fb-8348-fa68381ea221)

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.