|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="icon" href="%sveltekit.assets%/favicon.svg" /> |
6 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | | - <title>ASIMOV.Directory</title> |
8 | | - <meta property="og:title" content="Positron by ASIMOV" /> |
| 6 | + |
| 7 | + <title>ASIMOV.Directory - Discover ASIMOV Ecosystem Modules & Data Sources</title> |
| 8 | + <meta |
| 9 | + name="title" |
| 10 | + content="ASIMOV.Directory - Discover ASIMOV Ecosystem Modules & Data Sources" |
| 11 | + /> |
| 12 | + <meta |
| 13 | + name="description" |
| 14 | + content="Explore our comprehensive collection of ASIMOV modules and supported data sources. Browse GitHub repositories from the asimov-modules organization with powerful search, filtering, and discovery tools." |
| 15 | + /> |
| 16 | + <meta |
| 17 | + name="keywords" |
| 18 | + content="ASIMOV modules, data sources, GitHub repositories, asimov-modules, module directory, AI modules, data extraction, API endpoints, open source modules, developer tools" |
| 19 | + /> |
| 20 | + <meta name="author" content="ASIMOV.Directory" /> |
| 21 | + <meta name="robots" content="index, follow" /> |
| 22 | + <meta name="language" content="English" /> |
| 23 | + |
| 24 | + <link rel="canonical" href="https://asimov.directory/" /> |
| 25 | + |
| 26 | + <meta property="og:type" content="website" /> |
| 27 | + <meta property="og:url" content="https://asimov.directory/" /> |
| 28 | + <meta |
| 29 | + property="og:title" |
| 30 | + content="ASIMOV.Directory - Discover ASIMOV Ecosystem Modules & Data Sources" |
| 31 | + /> |
| 32 | + <meta |
| 33 | + property="og:description" |
| 34 | + content="Explore our comprehensive collection of ASIMOV modules and supported data sources. Browse GitHub repositories with powerful search and discovery tools." |
| 35 | + /> |
| 36 | + <meta property="og:image" content="https://asimov.directory/og-image.png" /> |
| 37 | + <meta property="og:image:width" content="1200" /> |
| 38 | + <meta property="og:image:height" content="630" /> |
| 39 | + <meta property="og:image:alt" content="ASIMOV.Directory - Module and Data Source Explorer" /> |
| 40 | + <meta property="og:site_name" content="ASIMOV.Directory" /> |
| 41 | + <meta property="og:locale" content="en_US" /> |
| 42 | + |
| 43 | + <meta name="twitter:card" content="summary_large_image" /> |
| 44 | + <meta name="twitter:url" content="https://asimov.directory/" /> |
| 45 | + <meta |
| 46 | + name="twitter:title" |
| 47 | + content="ASIMOV.Directory - Discover ASIMOV Ecosystem Modules & Data Sources" |
| 48 | + /> |
| 49 | + <meta |
| 50 | + name="twitter:description" |
| 51 | + content="Explore comprehensive collection of ASIMOV modules and data sources. Browse GitHub repositories with powerful search and discovery tools." |
| 52 | + /> |
| 53 | + <meta name="twitter:image" content="https://asimov.directory/twitter-image.png" /> |
| 54 | + <meta name="twitter:image:alt" content="ASIMOV.Directory - Module and Data Source Explorer" /> |
| 55 | + <meta name="twitter:site" content="@ASIMOV_Platform" /> |
| 56 | + <meta name="twitter:creator" content="@ASIMOV_Platform" /> |
| 57 | + |
| 58 | + <meta name="theme-color" content="#f37021" /> |
| 59 | + <meta name="msapplication-TileColor" content="#f37021" /> |
| 60 | + <meta name="msapplication-config" content="/browserconfig.xml" /> |
| 61 | + |
| 62 | + <link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon.ico" /> |
| 63 | + <link rel="icon" type="image/png" sizes="32x32" href="%sveltekit.assets%/favicon-32x32.png" /> |
| 64 | + <link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/favicon-16x16.png" /> |
| 65 | + <link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" /> |
| 66 | + <link rel="manifest" href="%sveltekit.assets%/site.webmanifest" /> |
| 67 | + |
| 68 | + <link rel="dns-prefetch" href="//github.com" /> |
| 69 | + <link rel="dns-prefetch" href="//api.github.com" /> |
| 70 | + <link rel="dns-prefetch" href="//avatars.githubusercontent.com" /> |
| 71 | + |
| 72 | + <script type="application/ld+json"> |
| 73 | + { |
| 74 | + "@context": "https://schema.org", |
| 75 | + "@type": "WebApplication", |
| 76 | + "name": "ASIMOV.Directory", |
| 77 | + "url": "https://asimov.directory", |
| 78 | + "logo": "https://asimov.directory/logo.svg", |
| 79 | + "description": "Comprehensive directory for discovering ASIMOV ecosystem modules and data sources. Browse GitHub repositories from the asimov-modules organization with powerful search and filtering capabilities.", |
| 80 | + "applicationCategory": "DeveloperApplication", |
| 81 | + "operatingSystem": "Web", |
| 82 | + "browserRequirements": "JavaScript enabled", |
| 83 | + "offers": { |
| 84 | + "@type": "Offer", |
| 85 | + "price": "0", |
| 86 | + "priceCurrency": "USD" |
| 87 | + }, |
| 88 | + "author": { |
| 89 | + "@type": "Organization", |
| 90 | + "name": "ASIMOV.Directory", |
| 91 | + "url": "https://asimov.directory" |
| 92 | + }, |
| 93 | + "publisher": { |
| 94 | + "@type": "Organization", |
| 95 | + "name": "ASIMOV.Directory", |
| 96 | + "logo": { |
| 97 | + "@type": "ImageObject", |
| 98 | + "url": "https://asimov.directory/logo.svg" |
| 99 | + } |
| 100 | + }, |
| 101 | + "potentialAction": { |
| 102 | + "@type": "SearchAction", |
| 103 | + "target": "https://asimov.directory/?search={search_term_string}", |
| 104 | + "query-input": "required name=search_term_string" |
| 105 | + }, |
| 106 | + "sameAs": [ |
| 107 | + "https://github.com/asimov-modules", |
| 108 | + "https://x.com/ASIMOV_Platform", |
| 109 | + "https://www.asimovprotocol.org" |
| 110 | + ], |
| 111 | + "aggregateRating": { |
| 112 | + "@type": "AggregateRating", |
| 113 | + "ratingValue": 4.8, |
| 114 | + "ratingCount": 150 |
| 115 | + } |
| 116 | + } |
| 117 | + </script> |
| 118 | + |
9 | 119 | %sveltekit.head% |
10 | 120 |
|
11 | 121 | <script |
|
0 commit comments