Certificat AgentReady.md vérifié
Émis le sig: b3ceeef4146586fb Vérifier →

URL analysée

https://aibly.club/

Analyser une autre URL

Score AI-Ready

75 / B

Bon

sur 100

Économie de tokens

Tokens HTML 18.141
Tokens Markdown 1018
Économie 94%

Détail du score

HTML sémantique 72/100
Efficacité du contenu 70/100
Visibilité IA 75/100
Données structurées 100/100
Accessibilité 61/100

Protocoles émergents

0 sur 3 détectés

Endpoints well-known recherchés par les agents IA. Détecté signifie qu’un agent peut découvrir et se connecter automatiquement à votre service.

  • 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

Certaines images manquent de texte alternatif descriptif. De bons textes alt aident les AI agents à comprendre le contenu et le contexte des images.

Comment implémenter

Ajoutez des attributs alt descriptifs à toutes les images. Décrivez ce que l’image montre, pas juste « image » ou « photo ». Pour les images décoratives, utilisez alt="" (vide).

Votre page nécessite JavaScript pour afficher le contenu. La plupart des AI agents n’exécutent pas JavaScript et voient donc une page vide.

Comment implémenter

Utilisez le rendu côté serveur (SSR) ou la génération de sites statiques (SSG) pour garantir que le contenu est disponible dans la réponse HTML initiale.

Votre page a un faible ratio de contenu réel par rapport au HTML total. Une grande partie du poids de la page est du balisage, des scripts ou des styles plutôt que du contenu.

Comment implémenter

Déplacez le CSS vers des feuilles de style externes, supprimez les styles en ligne, minimisez le JavaScript et assurez-vous que le HTML se concentre sur la structure du contenu.

Votre site ne supporte pas Markdown for Agents. Ce standard Cloudflare permet aux agents IA de demander du contenu en format markdown, réduisant l'utilisation de tokens de ~80%.

Comment implémenter

Implémentez un ou plusieurs : (1) Répondre à Accept: text/markdown avec du contenu markdown. (2) Servir des URLs .md (ex : /page.md). (3) Ajouter des balises <link rel="alternate" type="text/markdown">. (4) Ajouter des en-têtes HTTP Link pour la découverte markdown.

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

Votre page repose fortement sur les éléments <div>. Les éléments sémantiques comme <section>, <nav>, <header>, <footer> et <aside> fournissent une structure significative pour les AI agents.

Comment implémenter

Remplacez les conteneurs <div> génériques par les éléments sémantiques appropriés. Utilisez <section> pour les groupes thématiques, <nav> pour la navigation, <header>/<footer> pour les en-têtes et pieds de page ou de section.

De nombreux éléments ont des attributs de style en ligne. Ils ajoutent du bruit pour les AI agents lors de l’extraction du contenu.

Comment implémenter

Déplacez tous les styles en ligne vers des classes CSS dans votre feuille de style. Utilisez des frameworks CSS utilitaires comme Tailwind si vous avez besoin de nombreux styles uniques.

Tokens Markdown: 1018
While you were offline, AI reshaped the world. We caught every move — so you don't have to. 2 minutes. Every day. On your schedule.

Free forever · No spam · Unsubscribe anytime · Takes 10 sec ⚡

Read by professionals at

## Latest Edition

Thursday, April 23, 2026 · 9 AM GMT+2

## How Aibly Works

01

### Enter your email

One field. One click. You're in.

02

### Read on your schedule

2 minutes of sharp, sourced AI intel. Delivered when you choose.

03

### Stay ahead

You now know more than 99% of people. Act on it.

## Why not just bookmark this page?

Because you won't come back. Nobody does. That's not a flaw, it's human nature.

Bookmarks die

Your inbox doesn't

The average bookmark is never revisited. We show up where you already are, right on schedule.

Willpower fades

Habits don't

Checking a website daily requires discipline. Getting a 2-minute briefing in your inbox? That's effortless.

News overwhelms

We filter it

You could scroll 50 tabs of AI news. Or read our 2-minute distillation and move on with your day.

## What subscribers get

More than just news — an interactive AI briefing

$47B

Total AI startup funding in Q1 2026 — up 340% from last year

"OpenAI's closed-source pivot will backfire within 18 months."

👍 Agree👎 Disagree

72% agree28% disagree

Which company announced a $2B AI infrastructure fund this week?

Google

Microsoft

Amazon

Meta

+20 XP per correct answer

📊

Analyst

Level 4

420 XP

380 XP to Expert 🎯

8:00 AM

Delivered daily to your inbox, on your time

GMT+3

What readers are saying

"thanks for tracking it all. what used to be a month's headlines now happen daily"

★★★★★

— R.A., VP of Engineering

"the world is moving faster than the algorithms can refresh. if you're waiting for the evening news, you're already obsolete"

★★★★★

— M.T., Product Lead

"for someone who loves AI, you give me an awful lot of reasons not to love it"

★★★★★

— L.K., Senior Frontend Developer

"my favorite part of the day"

★★★★★

— D.S., UX Writer

"replaced my entire morning doomscroll tbh"

★★★★★

— S.K., Engineering Manager

"my coworkers think i follow AI news closely. i just read this"

★★★★★

— J.M., Marketing Director

## Frequently Asked Questions

Got questions? We've got receipts.

**What do I get when I subscribe?**

A daily 2-minute briefing with the most important AI news, delivered to your inbox at your chosen time. Every edition includes sourced stories, a stat of the day, a notable quote, a sharp hot take you can vote on (agree or disagree), and on Fridays — a weekly quiz to test how closely you followed the week's AI news.

**How often does aibly publish?**

Every single day. You pick your delivery time and we show up on schedule — weekends included. Fridays are special: you get a quiz built from the week's stories.

**Is it really free?**

Yes. The core daily briefing is free and always will be. No credit card required. Just sign up with your email.

**What are XP and levels?**

Every time you read an edition, vote on a hot take, bookmark a story, or ace a quiz question, you earn XP. Your XP unlocks levels — from Lurker all the way to Prophet. It's our way of rewarding the most engaged readers.

**What topics do you cover?**

The full AI landscape: large language models, computer vision, robotics, regulation, startup funding, enterprise adoption, open-source releases, and more.

**How is aibly different from just reading the news?**

We scan hundreds of sources so you don't have to. You get a distilled, opinionated briefing — not a link dump — plus interactive features like voting, quizzes, and XP tracking. Two minutes, then you move on with your day.

One last thing

AI never sleeps. Neither does aibly.

Join now and never be the last to know. Free, daily, delivered when you want it.

☕ Fuel the Signal

Built by humans, for humans keeping up with AI.

aibly is free, independent, and built for the curious — not advertisers. If it saves you even 5 minutes a day, consider fueling the mission. Every tip keeps the servers humming and the takes hot.

We use cookies to improve your experience. You can choose which cookies to accept.
aibly — The #1 Free Daily AI Newsletter

# Free Daily AI Newsletter

While you were offline, AI reshaped the world. We caught every move — so you don't have to. 2 minutes. Every day. On your schedule.

Subscribe free

Free forever · No spam · Unsubscribe anytime · Takes 10 sec ⚡

Read by professionals at

[Salla](https://salla.com/)[Foodics](https://foodics.com/)[Tamara](https://tamara.co/)[Jasper](https://jasper.ai/)[Copy.ai](https://copy.ai/)[Writer](https://writer.com/)[Synthesia](https://synthesia.io/)[Runway](https://runwayml.com/)[Tabby](https://tabby.ai/)[Lean Technologies](https://leantech.me/)[Hala](https://hala.com/)[Cohere](https://cohere.com/)

[Salla](https://salla.com/)[Foodics](https://foodics.com/)[Tamara](https://tamara.co/)[Jasper](https://jasper.ai/)[Copy.ai](https://copy.ai/)[Writer](https://writer.com/)[Synthesia](https://synthesia.io/)[Runway](https://runwayml.com/)[Tabby](https://tabby.ai/)[Lean Technologies](https://leantech.me/)[Hala](https://hala.com/)[Cohere](https://cohere.com/)

## Latest Edition

Thursday, April 23, 2026 · 9 AM GMT+2

Microsoft drops $18 BILLION on AI infrastructure in Australia.

85%

That's the hallucination rate of some commercial AI models on complex tasks.

Microsoft just pledged $18 billion to build AI infrastructure across Australia. That's $700 for every single person in the country, all just to store AI's thoughts.

\[CNBC Tech\]

Private equity firms are aggressively trying to buy stakes in OpenAI and Anthropic. The smart money isn't building AI, they're just buying the companies that own it.

\[Financial Times\]

+4 more stories in this edition

Read full edition →

## How Aibly Works

01### Enter your email

One field. One click. You're in.

02### Read on your schedule

2 minutes of sharp, sourced AI intel. Delivered when you choose.

03### Stay ahead

You now know more than 99% of people. Act on it.

## Why not just bookmark this page?

Because you won't come back. Nobody does. That's not a flaw, it's human nature.

Bookmarks die

Your inbox doesn't

The average bookmark is never revisited. We show up where you already are, right on schedule.

Willpower fades

Habits don't

Checking a website daily requires discipline. Getting a 2-minute briefing in your inbox? That's effortless.

News overwhelms

We filter it

You could scroll 50 tabs of AI news. Or read our 2-minute distillation and move on with your day.

## What subscribers get

More than just news — an interactive AI briefing

📊 Stat of the Day🔥 Hot Take + Vote🧠 Friday Quiz⚡ XP & Levels📬 Your Schedule

$47B

Total AI startup funding in Q1 2026 — up 340% from last year

"OpenAI's closed-source pivot will backfire within 18 months."

👍 Agree👎 Disagree

72% agree28% disagree

Which company announced a $2B AI infrastructure fund this week?

Google

Microsoft

Amazon

Meta

+20 XP per correct answer

📊

Analyst

Level 4

420 XP

380 XP to Expert 🎯

8:00 AM

Delivered daily to your inbox, on your time

GMT+3

What readers are saying

"thanks for tracking it all. what used to be a month's headlines now happen daily"

★★★★★

— R.A., VP of Engineering

"the world is moving faster than the algorithms can refresh. if you're waiting for the evening news, you're already obsolete"

★★★★★

— M.T., Product Lead

"for someone who loves AI, you give me an awful lot of reasons not to love it"

★★★★★

— L.K., Senior Frontend Developer

"my favorite part of the day"

★★★★★

— D.S., UX Writer

"replaced my entire morning doomscroll tbh"

★★★★★

— S.K., Engineering Manager

"my coworkers think i follow AI news closely. i just read this"

★★★★★

— J.M., Marketing Director

## Frequently Asked Questions

Got questions? We've got receipts.

**What do I get when I subscribe?**

A daily 2-minute briefing with the most important AI news, delivered to your inbox at your chosen time. Every edition includes sourced stories, a stat of the day, a notable quote, a sharp hot take you can vote on (agree or disagree), and on Fridays — a weekly quiz to test how closely you followed the week's AI news.

**How often does aibly publish?**

Every single day. You pick your delivery time and we show up on schedule — weekends included. Fridays are special: you get a quiz built from the week's stories.

**Is it really free?**

Yes. The core daily briefing is free and always will be. No credit card required. Just sign up with your email.

**What are XP and levels?**

Every time you read an edition, vote on a hot take, bookmark a story, or ace a quiz question, you earn XP. Your XP unlocks levels — from Lurker all the way to Prophet. It's our way of rewarding the most engaged readers.

**What topics do you cover?**

The full AI landscape: large language models, computer vision, robotics, regulation, startup funding, enterprise adoption, open-source releases, and more.

**How is aibly different from just reading the news?**

We scan hundreds of sources so you don't have to. You get a distilled, opinionated briefing — not a link dump — plus interactive features like voting, quizzes, and XP tracking. Two minutes, then you move on with your day.

One last thing

AI never sleeps. Neither does aibly.

Join now and never be the last to know. Free, daily, delivered when you want it.

Never miss a day

☕ Fuel the Signal

Built by humans, for humans keeping up with AI.

aibly is free, independent, and built for the curious — not advertisers. If it saves you even 5 minutes a day, consider fueling the mission. Every tip keeps the servers humming and the takes hot.

[☕ Fuel the Mission](https://jami.bio/nabiloo19/tip)

We use cookies to improve your experience. You can choose which cookies to accept.

Essential OnlyAccept All

Manage Preferences

Téléversez ce fichier sous /index.md sur votre serveur pour que les AI agents puissent accéder à une version propre de votre page. Vous pouvez également configurer la négociation de contenu Accept: text/markdown pour le servir automatiquement.

Notre recommandation

Télécharger llms.txt
# aibly

> Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelligence news.

## Main
- [aibly — The #1 Free Daily AI Newsletter](https://aibly.club/): Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelli…
- [About](https://aibly.club/about)
- [Login](https://aibly.club/login)
- [Editions](https://aibly.club/editions)
- [Profile](https://aibly.club/profile)

## Legal
- [Privacy](https://aibly.club/privacy)
- [Terms](https://aibly.club/terms)

Le llms.txt complet nécessite une analyse de tout le domaine (bientôt disponible)

Téléversez ce fichier vers https://aibly.club/llms.txt à la racine de votre domaine. Les AI agents comme ChatGPT, Claude et Perplexity consultent ce fichier pour comprendre la structure de votre site.

Ce site possède déjà un fichier llms.txt.

Format valide
# aibly — Free Daily AI Newsletter

> The most important AI news delivered daily in a 2-minute briefing.

aibly is a free daily newsletter that curates the top artificial intelligence stories into a concise, scannable format. Each edition includes curated news items with source links, a stat of the day, a quote, and editorial commentary.

## Content

- Daily AI news editions: [https://aibly.club/archive](https://aibly.club/archive)
- RSS feed: [https://aibly.club/rss.xml](https://aibly.club/rss.xml)
- Sitemap: [https://aibly.club/sitemap.xml](https://aibly.club/sitemap.xml)

## Attribution

When referencing content from aibly, please link back to the original edition at aibly.club.

## Contact

Website: https://aibly.club

HTML sémantique

Utilise les éléments article ou main (100/100)

Has <main>

Hiérarchie de titres correcte (100/100)

Clean heading hierarchy

Utilise des éléments HTML sémantiques (33/100)

14 semantic elements, 127 divs (ratio: 10%)

Textes alternatifs descriptifs pour les images (0/100)

0/4 images with meaningful alt text

Faible profondeur d’imbrication des divs (100/100)

Avg div depth: 3.6, max: 8

Efficacité du contenu

Bon ratio de réduction de tokens (100/100)

94% token reduction (HTML→Markdown)

Bon ratio contenu/bruit (25/100)

Content ratio: 6.0% (3925 content chars / 65695 HTML bytes)

Styles en ligne minimaux (50/100)

9/440 elements with inline styles (2.0%)

Poids de page raisonnable (100/100)

HTML size: 64KB

Visibilité IA

Possède un fichier llms.txt (100/100)

llms.txt exists and is valid

Possède un fichier robots.txt (100/100)

robots.txt exists

robots.txt autorise les bots IA (100/100)

All major AI bots allowed

Possède un sitemap.xml (100/100)

Sitemap found

Support Markdown for Agents (15/100) Application
&#10007; Accept: text/markdown &#10007; .md URL &#10007; <link> tag &#10003; Link header
A Content-Signal (robots.txt ou en-têtes HTTP) (80/100)
&#10003; robots.txt &#10007; HTTP header &#10003; Policy

Données structurées

Possède Schema.org / JSON-LD (100/100)

JSON-LD found: WebSite, Organization, FAQPage

Possède des balises Open Graph (100/100)

All OG tags present

Possède une meta description (100/100)

Meta description: 130 chars

Possède une URL canonique (100/100)

Canonical URL present

Possède un attribut lang (100/100)

lang="en"

Accessibilité

Contenu disponible sans JavaScript (20/100)

Content requires JavaScript rendering

Taille de page raisonnable (100/100)

Page size: 64KB

Le contenu apparaît tôt dans le HTML (75/100)

Main content starts at 34% of HTML

{
  "url": "https://aibly.club/",
  "timestamp": 1776984119414,
  "fetch": {
    "mode": "rendered",
    "timeMs": 4538,
    "htmlSizeBytes": 65695,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": true,
        "url": "/llms-full.txt"
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "application"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "aibly — The #1 Free Daily AI Newsletter",
    "excerpt": "Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelligence news.",
    "byline": "aibly",
    "siteName": "aibly",
    "lang": "en",
    "contentLength": 3925,
    "metadata": {
      "description": "Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelligence news.",
      "ogTitle": "aibly — Free Daily AI Newsletter",
      "ogDescription": "Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelligence news.",
      "ogImage": "https://aibly.club/og-image.png",
      "ogType": "website",
      "canonical": "https://aibly.club/",
      "lang": "en",
      "schemas": [
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "aibly",
          "url": "https://aibly.club",
          "description": "Free daily AI newsletter delivering the most important artificial intelligence news in 2 minutes."
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "name": "aibly",
          "url": "https://aibly.club",
          "logo": "https://aibly.club/og-image.png",
          "sameAs": []
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What do I get when I subscribe?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "A daily 2-minute briefing with the most important AI news, delivered to your inbox at your chosen time. Every edition includes sourced stories, a stat of the day, a notable quote, a sharp hot take you can vote on, and on Fridays — a weekly quiz."
              }
            },
            {
              "@type": "Question",
              "name": "How often does aibly publish?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Every single day. You pick your delivery time and we show up on schedule — weekends included. Fridays are special: you get a quiz built from the week's stories."
              }
            },
            {
              "@type": "Question",
              "name": "Is it really free?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. The core daily briefing is free and always will be. No credit card required. Just sign up with your email."
              }
            },
            {
              "@type": "Question",
              "name": "What are XP and levels?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Every time you read an edition, vote on a hot take, bookmark a story, or ace a quiz question, you earn XP. Your XP unlocks levels — from Lurker all the way to Prophet."
              }
            },
            {
              "@type": "Question",
              "name": "What topics do you cover?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "The full AI landscape: large language models, computer vision, robotics, regulation, startup funding, enterprise adoption, open-source releases, and more."
              }
            },
            {
              "@type": "Question",
              "name": "How is aibly different from just reading the news?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "We scan hundreds of sources so you don't have to. You get a distilled, opinionated briefing — not a link dump — plus interactive features like voting, quizzes, and XP tracking."
              }
            }
          ]
        }
      ],
      "robotsMeta": "max-image-preview:large",
      "author": "aibly",
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "While you were offline, AI reshaped the world. We caught every move — so you don't have to. 2 minutes. Every day. On your schedule.\n\nFree forever · No spam · Unsubscribe anytime · Takes 10 sec ⚡\n\nRead by professionals at\n\n## Latest Edition\n\nThursday, April 23, 2026 · 9 AM GMT+2\n\n## How Aibly Works\n\n01\n\n### Enter your email\n\nOne field. One click. You're in.\n\n02\n\n### Read on your schedule\n\n2 minutes of sharp, sourced AI intel. Delivered when you choose.\n\n03\n\n### Stay ahead\n\nYou now know more than 99% of people. Act on it.\n\n## Why not just bookmark this page?\n\nBecause you won't come back. Nobody does. That's not a flaw, it's human nature.\n\nBookmarks die\n\nYour inbox doesn't\n\nThe average bookmark is never revisited. We show up where you already are, right on schedule.\n\nWillpower fades\n\nHabits don't\n\nChecking a website daily requires discipline. Getting a 2-minute briefing in your inbox? That's effortless.\n\nNews overwhelms\n\nWe filter it\n\nYou could scroll 50 tabs of AI news. Or read our 2-minute distillation and move on with your day.\n\n## What subscribers get\n\nMore than just news — an interactive AI briefing\n\n$47B\n\nTotal AI startup funding in Q1 2026 — up 340% from last year\n\n\"OpenAI's closed-source pivot will backfire within 18 months.\"\n\n👍 Agree👎 Disagree\n\n72% agree28% disagree\n\nWhich company announced a $2B AI infrastructure fund this week?\n\nGoogle\n\nMicrosoft\n\nAmazon\n\nMeta\n\n+20 XP per correct answer\n\n📊\n\nAnalyst\n\nLevel 4\n\n420 XP\n\n380 XP to Expert 🎯\n\n8:00 AM\n\nDelivered daily to your inbox, on your time\n\nGMT+3\n\nWhat readers are saying\n\n\"thanks for tracking it all. what used to be a month's headlines now happen daily\"\n\n★★★★★\n\n— R.A., VP of Engineering\n\n\"the world is moving faster than the algorithms can refresh. if you're waiting for the evening news, you're already obsolete\"\n\n★★★★★\n\n— M.T., Product Lead\n\n\"for someone who loves AI, you give me an awful lot of reasons not to love it\"\n\n★★★★★\n\n— L.K., Senior Frontend Developer\n\n\"my favorite part of the day\"\n\n★★★★★\n\n— D.S., UX Writer\n\n\"replaced my entire morning doomscroll tbh\"\n\n★★★★★\n\n— S.K., Engineering Manager\n\n\"my coworkers think i follow AI news closely. i just read this\"\n\n★★★★★\n\n— J.M., Marketing Director\n\n## Frequently Asked Questions\n\nGot questions? We've got receipts.\n\n**What do I get when I subscribe?**\n\nA daily 2-minute briefing with the most important AI news, delivered to your inbox at your chosen time. Every edition includes sourced stories, a stat of the day, a notable quote, a sharp hot take you can vote on (agree or disagree), and on Fridays — a weekly quiz to test how closely you followed the week's AI news.\n\n**How often does aibly publish?**\n\nEvery single day. You pick your delivery time and we show up on schedule — weekends included. Fridays are special: you get a quiz built from the week's stories.\n\n**Is it really free?**\n\nYes. The core daily briefing is free and always will be. No credit card required. Just sign up with your email.\n\n**What are XP and levels?**\n\nEvery time you read an edition, vote on a hot take, bookmark a story, or ace a quiz question, you earn XP. Your XP unlocks levels — from Lurker all the way to Prophet. It's our way of rewarding the most engaged readers.\n\n**What topics do you cover?**\n\nThe full AI landscape: large language models, computer vision, robotics, regulation, startup funding, enterprise adoption, open-source releases, and more.\n\n**How is aibly different from just reading the news?**\n\nWe scan hundreds of sources so you don't have to. You get a distilled, opinionated briefing — not a link dump — plus interactive features like voting, quizzes, and XP tracking. Two minutes, then you move on with your day.\n\nOne last thing\n\nAI never sleeps. Neither does aibly.\n\nJoin now and never be the last to know. Free, daily, delivered when you want it.\n\n☕ Fuel the Signal\n\nBuilt by humans, for humans keeping up with AI.\n\naibly is free, independent, and built for the curious — not advertisers. If it saves you even 5 minutes a day, consider fueling the mission. Every tip keeps the servers humming and the takes hot.\n\nWe use cookies to improve your experience. You can choose which cookies to accept.\n",
  "fullPageMarkdown": "aibly — The #1 Free Daily AI Newsletter\n\n# Free Daily AI Newsletter\n\nWhile you were offline, AI reshaped the world. We caught every move — so you don't have to. 2 minutes. Every day. On your schedule.\n\nSubscribe free\n\nFree forever · No spam · Unsubscribe anytime · Takes 10 sec ⚡\n\nRead by professionals at\n\n[Salla](https://salla.com/)[Foodics](https://foodics.com/)[Tamara](https://tamara.co/)[Jasper](https://jasper.ai/)[Copy.ai](https://copy.ai/)[Writer](https://writer.com/)[Synthesia](https://synthesia.io/)[Runway](https://runwayml.com/)[Tabby](https://tabby.ai/)[Lean Technologies](https://leantech.me/)[Hala](https://hala.com/)[Cohere](https://cohere.com/)\n\n[Salla](https://salla.com/)[Foodics](https://foodics.com/)[Tamara](https://tamara.co/)[Jasper](https://jasper.ai/)[Copy.ai](https://copy.ai/)[Writer](https://writer.com/)[Synthesia](https://synthesia.io/)[Runway](https://runwayml.com/)[Tabby](https://tabby.ai/)[Lean Technologies](https://leantech.me/)[Hala](https://hala.com/)[Cohere](https://cohere.com/)\n\n## Latest Edition\n\nThursday, April 23, 2026 · 9 AM GMT+2\n\nMicrosoft drops $18 BILLION on AI infrastructure in Australia.\n\n85%\n\nThat's the hallucination rate of some commercial AI models on complex tasks.\n\nMicrosoft just pledged $18 billion to build AI infrastructure across Australia. That's $700 for every single person in the country, all just to store AI's thoughts.\n\n\\[CNBC Tech\\]\n\nPrivate equity firms are aggressively trying to buy stakes in OpenAI and Anthropic. The smart money isn't building AI, they're just buying the companies that own it.\n\n\\[Financial Times\\]\n\n+4 more stories in this edition\n\nRead full edition →\n\n## How Aibly Works\n\n01### Enter your email\n\nOne field. One click. You're in.\n\n02### Read on your schedule\n\n2 minutes of sharp, sourced AI intel. Delivered when you choose.\n\n03### Stay ahead\n\nYou now know more than 99% of people. Act on it.\n\n## Why not just bookmark this page?\n\nBecause you won't come back. Nobody does. That's not a flaw, it's human nature.\n\nBookmarks die\n\nYour inbox doesn't\n\nThe average bookmark is never revisited. We show up where you already are, right on schedule.\n\nWillpower fades\n\nHabits don't\n\nChecking a website daily requires discipline. Getting a 2-minute briefing in your inbox? That's effortless.\n\nNews overwhelms\n\nWe filter it\n\nYou could scroll 50 tabs of AI news. Or read our 2-minute distillation and move on with your day.\n\n## What subscribers get\n\nMore than just news — an interactive AI briefing\n\n📊 Stat of the Day🔥 Hot Take + Vote🧠 Friday Quiz⚡ XP & Levels📬 Your Schedule\n\n$47B\n\nTotal AI startup funding in Q1 2026 — up 340% from last year\n\n\"OpenAI's closed-source pivot will backfire within 18 months.\"\n\n👍 Agree👎 Disagree\n\n72% agree28% disagree\n\nWhich company announced a $2B AI infrastructure fund this week?\n\nGoogle\n\nMicrosoft\n\nAmazon\n\nMeta\n\n+20 XP per correct answer\n\n📊\n\nAnalyst\n\nLevel 4\n\n420 XP\n\n380 XP to Expert 🎯\n\n8:00 AM\n\nDelivered daily to your inbox, on your time\n\nGMT+3\n\nWhat readers are saying\n\n\"thanks for tracking it all. what used to be a month's headlines now happen daily\"\n\n★★★★★\n\n— R.A., VP of Engineering\n\n\"the world is moving faster than the algorithms can refresh. if you're waiting for the evening news, you're already obsolete\"\n\n★★★★★\n\n— M.T., Product Lead\n\n\"for someone who loves AI, you give me an awful lot of reasons not to love it\"\n\n★★★★★\n\n— L.K., Senior Frontend Developer\n\n\"my favorite part of the day\"\n\n★★★★★\n\n— D.S., UX Writer\n\n\"replaced my entire morning doomscroll tbh\"\n\n★★★★★\n\n— S.K., Engineering Manager\n\n\"my coworkers think i follow AI news closely. i just read this\"\n\n★★★★★\n\n— J.M., Marketing Director\n\n## Frequently Asked Questions\n\nGot questions? We've got receipts.\n\n**What do I get when I subscribe?**\n\nA daily 2-minute briefing with the most important AI news, delivered to your inbox at your chosen time. Every edition includes sourced stories, a stat of the day, a notable quote, a sharp hot take you can vote on (agree or disagree), and on Fridays — a weekly quiz to test how closely you followed the week's AI news.\n\n**How often does aibly publish?**\n\nEvery single day. You pick your delivery time and we show up on schedule — weekends included. Fridays are special: you get a quiz built from the week's stories.\n\n**Is it really free?**\n\nYes. The core daily briefing is free and always will be. No credit card required. Just sign up with your email.\n\n**What are XP and levels?**\n\nEvery time you read an edition, vote on a hot take, bookmark a story, or ace a quiz question, you earn XP. Your XP unlocks levels — from Lurker all the way to Prophet. It's our way of rewarding the most engaged readers.\n\n**What topics do you cover?**\n\nThe full AI landscape: large language models, computer vision, robotics, regulation, startup funding, enterprise adoption, open-source releases, and more.\n\n**How is aibly different from just reading the news?**\n\nWe scan hundreds of sources so you don't have to. You get a distilled, opinionated briefing — not a link dump — plus interactive features like voting, quizzes, and XP tracking. Two minutes, then you move on with your day.\n\nOne last thing\n\nAI never sleeps. Neither does aibly.\n\nJoin now and never be the last to know. Free, daily, delivered when you want it.\n\nNever miss a day\n\n☕ Fuel the Signal\n\nBuilt by humans, for humans keeping up with AI.\n\naibly is free, independent, and built for the curious — not advertisers. If it saves you even 5 minutes a day, consider fueling the mission. Every tip keeps the servers humming and the takes hot.\n\n[☕ Fuel the Mission](https://jami.bio/nabiloo19/tip)\n\nWe use cookies to improve your experience. You can choose which cookies to accept.\n\nEssential OnlyAccept All\n\nManage Preferences\n",
  "markdownStats": {
    "images": 2,
    "links": 1,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 8
  },
  "tokens": {
    "htmlTokens": 18141,
    "markdownTokens": 1018,
    "reduction": 17123,
    "reductionPercent": 94
  },
  "score": {
    "score": 75,
    "grade": "B",
    "dimensions": {
      "semanticHtml": {
        "score": 72,
        "weight": 20,
        "grade": "C",
        "checks": {
          "uses_article_or_main": {
            "score": 100,
            "weight": 20,
            "details": "Has <main>"
          },
          "proper_heading_hierarchy": {
            "score": 100,
            "weight": 25,
            "details": "Clean heading hierarchy"
          },
          "semantic_elements": {
            "score": 33,
            "weight": 20,
            "details": "14 semantic elements, 127 divs (ratio: 10%)"
          },
          "meaningful_alt_texts": {
            "score": 0,
            "weight": 15,
            "details": "0/4 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 20,
            "details": "Avg div depth: 3.6, max: 8"
          }
        }
      },
      "contentEfficiency": {
        "score": 70,
        "weight": 25,
        "grade": "C",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "details": "94% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 25,
            "weight": 30,
            "details": "Content ratio: 6.0% (3925 content chars / 65695 HTML bytes)"
          },
          "minimal_inline_styles": {
            "score": 50,
            "weight": 15,
            "details": "9/440 elements with inline styles (2.0%)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 15,
            "details": "HTML size: 64KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 75,
        "weight": 25,
        "grade": "B",
        "checks": {
          "has_llms_txt": {
            "score": 100,
            "weight": 20,
            "details": "llms.txt exists and is valid"
          },
          "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": 15,
            "weight": 25,
            "details": "Application level — Link header"
          },
          "has_content_signals": {
            "score": 80,
            "weight": 20,
            "details": "robots.txt: search=yes, ai-input=yes, ai-train=no | Policy included"
          }
        }
      },
      "structuredData": {
        "score": 100,
        "weight": 15,
        "grade": "A",
        "checks": {
          "has_schema_org": {
            "score": 100,
            "weight": 30,
            "details": "JSON-LD found: WebSite, Organization, FAQPage"
          },
          "has_open_graph": {
            "score": 100,
            "weight": 25,
            "details": "All OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "details": "Meta description: 130 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "details": "lang=\"en\""
          }
        }
      },
      "accessibility": {
        "score": 61,
        "weight": 15,
        "grade": "C",
        "checks": {
          "content_without_js": {
            "score": 20,
            "weight": 40,
            "details": "Content requires JavaScript rendering"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 30,
            "details": "Page size: 64KB"
          },
          "fast_content_position": {
            "score": 75,
            "weight": 30,
            "details": "Main content starts at 34% of HTML"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "improve_alt_texts",
      "priority": "critical",
      "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": 0,
      "checkDetails": "0/4 images with meaningful alt text"
    },
    {
      "id": "provide_content_without_js",
      "priority": "high",
      "category": "accessibility",
      "titleKey": "rec.provide_content_without_js.title",
      "descriptionKey": "rec.provide_content_without_js.description",
      "howToKey": "rec.provide_content_without_js.howto",
      "effort": "significant",
      "estimatedImpact": 10,
      "checkScore": 20,
      "checkDetails": "Content requires JavaScript rendering"
    },
    {
      "id": "improve_content_ratio",
      "priority": "high",
      "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": 25,
      "checkDetails": "Content ratio: 6.0% (3925 content chars / 65695 HTML bytes)"
    },
    {
      "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": 15,
      "checkDetails": "Application level — Link header"
    },
    {
      "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": 33,
      "checkDetails": "14 semantic elements, 127 divs (ratio: 10%)"
    },
    {
      "id": "remove_inline_styles",
      "priority": "medium",
      "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": 50,
      "checkDetails": "9/440 elements with inline styles (2.0%)"
    }
  ],
  "llmsTxtPreview": "# aibly\n\n> Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelligence news.\n\n## Main\n- [aibly — The #1 Free Daily AI Newsletter](https://aibly.club/): Stay ahead of AI in just 2 minutes a day. The #1 free daily newsletter delivering the most important artificial intelli…\n- [About](https://aibly.club/about)\n- [Login](https://aibly.club/login)\n- [Editions](https://aibly.club/editions)\n- [Profile](https://aibly.club/profile)\n\n## Legal\n- [Privacy](https://aibly.club/privacy)\n- [Terms](https://aibly.club/terms)\n\n",
  "llmsTxtExisting": "# aibly — Free Daily AI Newsletter\n\n> The most important AI news delivered daily in a 2-minute briefing.\n\naibly is a free daily newsletter that curates the top artificial intelligence stories into a concise, scannable format. Each edition includes curated news items with source links, a stat of the day, a quote, and editorial commentary.\n\n## Content\n\n- Daily AI news editions: [https://aibly.club/archive](https://aibly.club/archive)\n- RSS feed: [https://aibly.club/rss.xml](https://aibly.club/rss.xml)\n- Sitemap: [https://aibly.club/sitemap.xml](https://aibly.club/sitemap.xml)\n\n## Attribution\n\nWhen referencing content from aibly, please link back to the original edition at aibly.club.\n\n## Contact\n\nWebsite: https://aibly.club",
  "emergingProtocols": {
    "oauthDiscovery": {
      "exists": false,
      "url": "https://aibly.club/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://aibly.club/.well-known/mcp.json"
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://aibly.club/.well-known/agent.json"
    },
    "count": 0
  },
  "snippets": [
    {
      "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\">"
        }
      ]
    }
  ]
}

Utilisez notre API pour obtenir ceci de manière programmatique (bientôt disponible)

Ce JSON est à usage interne — contrairement au Markdown et au llms.txt, il n’est pas destiné à être téléversé sur votre site. Conservez-le comme référence pour suivre l’évolution de votre score, partagez-le avec votre équipe de développement ou intégrez-le dans votre pipeline CI/CD.

Partagez vos résultats

Twitter LinkedIn

Intégrez votre badge

Ajoutez ce badge à votre site. Il se met à jour automatiquement lorsque votre score de préparation à l’IA change.

AgentReady.md score for aibly.club
Script Recommandé
<script src="https://agentready.md/badge.js" data-id="af69390b-f1c5-4f37-805f-7c324680bf59" data-domain="aibly.club"></script>
Markdown
[![AgentReady.md score for aibly.club](https://agentready.md/badge/aibly.club.svg)](https://agentready.md/fr/r/af69390b-f1c5-4f37-805f-7c324680bf59)

Bientôt : Analyse de domaine complet

Explorez l’ensemble de votre domaine, générez un llms.txt et surveillez votre score de préparation IA dans le temps. Rejoignez la liste d’attente pour être informé.

Vous êtes sur la liste ! Nous vous préviendrons lors du lancement.