# ЗооДоска (ZooPets) > ЗооДоска (zoopets.ru) is a free, non-commercial Russian-language pets portal — a classifieds board ("доска объявлений") and community hub run by an enthusiast since 2006, under the tagline "Человек находит Друга!" ("A person finds a Friend!"). The homepage board lists cats, dogs, kittens, and puppies for sale, purchase, or mating ("вязка"), surrounded by sections for pet-care services, lost/found pets, breeder kennels, cynology clubs, shows, and an "Ask a Vet" Q&A. The site is Russian-only (lang=ru) and aimed at Russian-speaking pet owners, breeders, and buyers. It runs on a small custom PHP framework (no CMS): all requests route through index.php, which looks up the path in a `!framework` table and treats a trailing numeric segment as a record ID. Note: the live site is served over plain HTTP only — HTTPS is not available (the TLS handshake fails), so the canonical base is http://zoopets.ru (no trailing slash). How to navigate the site (URL patterns an LLM can construct directly): - Section detail page: `http://zoopets.ru/{section}/{ID}/` where section ∈ board, business, lost, kennel, clubs, exhibition, ask and ID is numeric — e.g. `http://zoopets.ru/board/123/`, `http://zoopets.ru/ask/45/`. Non-numeric IDs return 404. - Board listing with filters: `http://zoopets.ru/?pet=&type=&city=&breed=&find=&page=N`, where type ∈ sell, sex (mating), buy. - Site search: `http://zoopets.ru/search/?find={query}` (also the schema.org SearchAction target). - Posting forms: `http://zoopets.ru/submit/` (chooser) and `http://zoopets.ru/submit/{type}/` for type ∈ board, lost, business, exhibition, kennel, ask. - Community: VK group at https://vk.com/zoopetsru. ## Main sections - [Classifieds Board / Home (Объявления)](http://zoopets.ru/): Homepage and main classifieds board — a grid of pet ads (cats, dogs, kittens, puppies) for sale, purchase, or mating ("вязка"), filterable by pet type, city, breed, and keyword. - [Lost & Found Pets (Потеряшки)](http://zoopets.ru/lost/): Listings of lost and found pets with photos, location, and owner contacts to help reunite them. - [Map (Карта)](http://zoopets.ru/map/): Interactive Leaflet/OpenStreetMap map plotting lost-pet listings by geo-coordinates, with a sidebar of cards. - [Exhibitions / Shows (Выставки)](http://zoopets.ru/exhibition/): Announcements of pet shows and competitions (local, national, international) with dates, pet type, and location. ## Catalog - [Kennels (Питомники)](http://zoopets.ru/kennel/): Catalog of breeder kennels (dogs, cats, or both) with breeds, location, and descriptions. - [Clubs (Клубы)](http://zoopets.ru/clubs/): Directory of cynology (dog-breeding) clubs and federations, including verified-club badges, location, and stats. ## Services - [Services (Услуги)](http://zoopets.ru/business/): Directory of pet-related services and businesses — veterinarians, dog trainers (кинолог), photographers, pet food, and more, with contacts. - [Ask a Vet (Ветеринар)](http://zoopets.ru/ask/): Q&A section where users post veterinary questions about their pets and get answers from specialists. - [Post / Submit a Listing (Разместить)](http://zoopets.ru/submit/): Submission chooser to publish an ad, lost-pet report, service, exhibition, kennel, or vet question; type-specific forms live at /submit/{board|lost|business|exhibition|kennel|ask}/. - [Search (Поиск)](http://zoopets.ru/search/): Site search across listings; query via /search/?find={query}. ## Sitemaps - [XML Sitemap](http://zoopets.ru/sitemap.xml): Dynamically generated sitemap of the home page plus all board, business, exhibition, lost, ask, and kennel detail pages (by numeric ID). ## Optional - [robots.txt](http://zoopets.ru/robots.txt): Robots file allowing all crawling except /redirect.php; declares no Host or Sitemap line. - [VK community (ВКонтакте)](https://vk.com/zoopetsru): Official ZooPets community on VK.