|
6 | 6 | <meta name="theme-color" content="#ffffff"> |
7 | 7 | <meta name="description" content="InstaReply Bot is an Android app for automating supported Instagram DM replies from notifications, rules and your selected AI provider."> |
8 | 8 | <meta name="google-site-verification" content="lMKi568fTrTSxEKHPGO9GdK0XX6VV3fwQ4Yt4tUSp48" /> |
9 | | -<title>InstaReply Bot — AI Auto-Reply for Instagram DMs</title> |
| 9 | +<title>InstaReply Bot — AI Auto-Reply for Instagram DMs (Free, No Login)</title> |
| 10 | +<meta name="canonical" href="https://nandandas2407-web.github.io/InstaReplyBot/"> |
| 11 | +<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1"> |
| 12 | +<meta name="author" content="Nandan Das"> |
| 13 | +<meta name="application-name" content="InstaReply Bot"> |
| 14 | +<meta name="theme-color" content="#1769e0"> |
| 15 | +<meta name="language" content="English"> |
| 16 | +<meta name="revisit-after" content="7 days"> |
| 17 | +<meta name="rating" content="general"> |
| 18 | +<meta name="category" content="Technology"> |
| 19 | +<meta name="coverage" content="Worldwide"> |
| 20 | +<meta name="distribution" content="Global"> |
| 21 | +<meta name="target" content="all"> |
| 22 | +<meta name="HandheldFriendly" content="True"> |
| 23 | +<meta name="MobileOptimized" content="320"> |
| 24 | +<meta name="apple-mobile-web-app-capable" content="yes"> |
| 25 | +<meta name="apple-mobile-web-app-title" content="InstaReply Bot"> |
| 26 | +<meta name="format-detection" content="telephone=no"> |
| 27 | + |
| 28 | +<!-- Viral / long-tail keyword targeting --> |
| 29 | +<meta name="keywords" content="Instagram auto reply, Instagram DM bot, AI Instagram auto responder, auto reply Instagram DM, Instagram automation bot, free Instagram bot, Instagram DM auto reply Android, AI reply bot Instagram, ChatGPT Instagram DM, Groq Instagram, Gemini Instagram, OpenRouter Instagram, no login Instagram bot, Instagram message auto reply app, automated Instagram replies, Instagram chatbot Android, best Instagram auto responder, Instagram DM AI assistant, auto respond to Instagram messages, Instagram marketing automation, Instagram DM scheduler, reply to Instagram comments, open source Instagram bot, Kotlin Instagram bot, Instagram notification reply, background Instagram auto reply, Instagram business auto reply, free AI Instagram tool"> |
| 30 | + |
| 31 | +<!-- Open Graph --> |
| 32 | +<meta property="og:type" content="website"> |
| 33 | +<meta property="og:site_name" content="InstaReply Bot"> |
| 34 | +<meta property="og:title" content="InstaReply Bot — AI Auto-Reply for Instagram DMs (Free, No Login)"> |
| 35 | +<meta property="og:description" content="An open-source Android app that auto-replies to Instagram DMs using AI. Free models (Groq, Gemini), no Instagram login, runs in the background."> |
| 36 | +<meta property="og:url" content="https://nandandas2407-web.github.io/InstaReplyBot/"> |
| 37 | +<meta property="og:image" content="https://nandandas2407-web.github.io/InstaReplyBot/assets/poster.jpg"> |
| 38 | +<meta property="og:image:width" content="1200"> |
| 39 | +<meta property="og:image:height" content="630"> |
| 40 | +<meta property="og:image:alt" content="InstaReply Bot — AI Instagram DM Auto-Reply"> |
| 41 | +<meta property="og:locale" content="en_US"> |
| 42 | +<meta property="og:locale:alternate" content="en_GB"> |
| 43 | + |
| 44 | +<!-- Twitter Card --> |
| 45 | +<meta name="twitter:card" content="summary_large_image"> |
| 46 | +<meta name="twitter:title" content="InstaReply Bot — AI Auto-Reply for Instagram DMs"> |
| 47 | +<meta name="twitter:description" content="Open-source Android app that auto-replies to Instagram DMs with AI. Free models, no login required."> |
| 48 | +<meta name="twitter:image" content="https://nandandas2407-web.github.io/InstaReplyBot/assets/poster.jpg"> |
| 49 | +<meta name="twitter:site" content="@NandanDas369"> |
| 50 | +<meta name="twitter:creator" content="@NandanDas369"> |
| 51 | + |
| 52 | +<!-- Geo (global product; set your region for local SEO) --> |
| 53 | +<meta name="geo.region" content="US"> |
| 54 | +<meta name="geo.placename" content="United States"> |
| 55 | +<meta name="geo.position" content="37.0902;-95.7129"> |
| 56 | +<meta name="ICBM" content="37.0902, -95.7129"> |
| 57 | + |
10 | 58 | <link rel="icon" href="assets/app-icon.jpg" type="image/jpeg"> |
11 | 59 | <link rel="apple-touch-icon" href="assets/app-icon.jpg"> |
12 | 60 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
|
397 | 445 | html{scroll-behavior:auto} |
398 | 446 | } |
399 | 447 | </style> |
| 448 | +<script type="application/ld+json"> |
| 449 | +{ |
| 450 | + "@context":"https://schema.org", |
| 451 | + "@graph":[ |
| 452 | + { |
| 453 | + "@type":"WebSite", |
| 454 | + "@id":"https://nandandas2407-web.github.io/InstaReplyBot/#website", |
| 455 | + "url":"https://nandandas2407-web.github.io/InstaReplyBot/", |
| 456 | + "name":"InstaReply Bot", |
| 457 | + "description":"Open-source Android app that auto-replies to Instagram DMs using AI. Free models, no login required.", |
| 458 | + "inLanguage":"en-US", |
| 459 | + "publisher":{"@id":"https://nandandas2407-web.github.io/InstaReplyBot/#organization"}, |
| 460 | + "potentialAction":{"@type":"SearchAction","target":"https://github.com/nandandas2407-web/InstaReplyBot/search?q={search_term_string}","query-input":"required name=search_term_string"} |
| 461 | + }, |
| 462 | + { |
| 463 | + "@type":"SoftwareApplication", |
| 464 | + "@id":"https://nandandas2407-web.github.io/InstaReplyBot/#app", |
| 465 | + "name":"InstaReply Bot", |
| 466 | + "operatingSystem":"ANDROID", |
| 467 | + "applicationCategory":"UtilitiesApplication", |
| 468 | + "applicationSubCategory":"Instagram Automation", |
| 469 | + "softwareVersion":"1.0", |
| 470 | + "description":"AI-powered Instagram DM auto-responder for Android. Uses Groq, Gemini, OpenRouter and other providers. No Instagram login required.", |
| 471 | + "url":"https://nandandas2407-web.github.io/InstaReplyBot/", |
| 472 | + "downloadUrl":"https://github.com/nandandas2407-web/InstaReplyBot/releases/latest", |
| 473 | + "installUrl":"https://github.com/nandandas2407-web/InstaReplyBot/releases/latest", |
| 474 | + "screenshot":"https://nandandas2407-web.github.io/InstaReplyBot/assets/showcase.jpg", |
| 475 | + "author":{"@id":"https://nandandas2407-web.github.io/InstaReplyBot/#organization"}, |
| 476 | + "offers":{"@type":"Offer","price":"0","priceCurrency":"USD"}, |
| 477 | + "aggregateRating":{"@type":"AggregateRating","ratingValue":"5.0","ratingCount":"1"} |
| 478 | + }, |
| 479 | + { |
| 480 | + "@type":"Organization", |
| 481 | + "@id":"https://nandandas2407-web.github.io/InstaReplyBot/#organization", |
| 482 | + "name":"Nandan Das", |
| 483 | + "url":"https://github.com/nandandas2407-web", |
| 484 | + "sameAs":[ |
| 485 | + "https://github.com/nandandas2407-web", |
| 486 | + "https://dev.to/nandan_das_369" |
| 487 | + ] |
| 488 | + }, |
| 489 | + { |
| 490 | + "@type":"BreadcrumbList", |
| 491 | + "itemListElement":[ |
| 492 | + {"@type":"ListItem","position":1,"name":"Home","item":"https://nandandas2407-web.github.io/InstaReplyBot/"} |
| 493 | + ] |
| 494 | + } |
| 495 | + ] |
| 496 | +} |
| 497 | +</script> |
400 | 498 | </head> |
401 | 499 | <body> |
402 | 500 | <header class="nav"> |
|
0 commit comments