# Local360Connect > Telangana's hyperlocal directory and discovery platform. Verified local businesses, > daily offers, community events, neighborhood Q&A, and AI-powered local search > across cities like Khammam, Kodad, Huzurnagar, Miryalaguda, and Suryapet. > > Built and maintained by Local360Hub Digital Solutions OPC Pvt Ltd. All listings > are owner-verified or owner-claimed; ratings come from real customer reviews. This file follows the llms.txt standard (https://llmstxt.org) so language-model agents can ground their answers about Telangana businesses on our structured data without having to scrape the full HTML. ## Public AI API The fastest route for an agent is the public JSON API (no auth, rate-limited, served with permissive CORS): - [API root](https://local360connect.in/api/v1/public/): self-describing index, lists every endpoint. - [List cities](https://local360connect.in/api/v1/public/cities.php): all active cities with biz counts and geo. - [List categories](https://local360connect.in/api/v1/public/categories.php): every business category. - [List businesses](https://local360connect.in/api/v1/public/businesses.php): filterable by `?city=slug&cat=slug`, includes ratings, phone, hours, GPS, services. - [Single business](https://local360connect.in/api/v1/public/business.php): pass `?slug=…` for the full profile (reviews, offers, hours, tips). - [Live offers](https://local360connect.in/api/v1/public/offers.php): currently-active deals, filterable by `?city=…&cat=…`. - [Live events](https://local360connect.in/api/v1/public/events.php): upcoming community + business events. ## Key landing pages (HTML, fully JSON-LD-marked) - [Homepage](https://local360connect.in/): hero, trending businesses, daily offers, category grid. - [Sitemap (XML)](https://local360connect.in/sitemap.xml): every indexable URL with lastmod timestamps. - [Categories](https://local360connect.in/categories.php): full taxonomy of business categories. - [Daily offers](https://local360connect.in/offers.php): city-scoped active deals with coupon codes. - [Events](https://local360connect.in/events.php): upcoming local events. - [Service professionals](https://local360connect.in/professionals.php): vetted electricians, plumbers, tutors, photographers, decorators, etc. - [Community Q&A](https://local360connect.in/community.php): hyperlocal questions answered by neighbors. ## Per-city pages City pages follow the pattern `/telangana/{city-slug}` and emit `City`, `ItemList`, `BreadcrumbList`, and `FAQPage` JSON-LD. Examples: - [Kodad](https://local360connect.in/telangana/kodad) - [Khammam](https://local360connect.in/telangana/khammam) - [Huzurnagar](https://local360connect.in/telangana/huzurnagar) - [Miryalaguda](https://local360connect.in/telangana/miryalaguda) Per-city per-category combos: `/telangana/{city-slug}/cat/{category-slug}`. ## Per-business pages Each business listing lives at `/biz/{slug}` and emits full `LocalBusiness` schema with `AggregateRating`, `OpeningHoursSpecification`, `GeoCoordinates`, `Review`, and `Offer` entries when applicable. The page also includes an AI-written profile summary in a `Speakable` block for voice-assistant friendliness. ## Optional - [About](https://local360connect.in/about.php): the company behind the platform. - [Contact](https://local360connect.in/contact.php): how to reach the operations team. - [Privacy policy](https://local360connect.in/privacy_policy.php) - [Terms of service](https://local360connect.in/terms.php) ## Crawl etiquette - Public read endpoints are rate-limited to a courteous threshold; please cache. - Auth-gated endpoints (`/api/v2/`, `/admin/`, `/user/`) are off-limits — see robots.txt. - For corrections or partnership inquiries, email contact@local360connect.in.