← Back to search
25
Basic
Agentic Readiness Score
other llms-txttranslation

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

<!DOCTYPE html> <html lang="en"> <head> <base href="/"> <meta charset="UTF-8"> <meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta name="description" content="All-in-one Torah app combining seforim with shiurim. Includes smart siddur, binge listening, translations, in-line commentaries, tabs, tikkun, more."> <meta name="keywords" content="Torah app, Torah, Gemara, Daf Yomi, Sefriat HaOmer, Sefrias HaOmer, Sefira, Chumash, Parsha, Sefaria, Shiur, Shiurim, Nach, Tanach, Mishna, Rambam, Siddur, YUTorah, OUTorah, TorahAnytime"> <!-- iOS meta tags & icons --> <!-- <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="TorahApp"> --> <meta property="og:image" content="https://thetorahapp.org/icons/Icon-512.png" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <link rel="apple-touch-icon" href="icons/Icon-192.png"> <!-- Favicon --> <link rel="icon" type="image/png" href="favicon.png" /> <title>TorahApp</title> <link rel="manifest" href="manifest.json"> <!-- This script adds the flutter initialization JS code --> <script src="flutter.js" defer></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <style> /* Avoid using body as that can break app */ #main { font-family: 'Roboto', Arial, sans-serif; background: linear-gradient(135deg, #e0e0e0, #6c83f4); color: #333; display: flex; flex-direction: column; min-height: 100vh; position: relative; } #loading { display: flex; flex-direction: column; align-items: center;