# ekorki.net > ekorki.net to polska platforma korepetycji łącząca uczniów bezpośrednio z lokalnymi i online korepetytorami w całej Polsce — bez pośredników i prowizji od lekcji. Serwis hostuje około 1500 aktywnych ogłoszeń korepetycji obejmujących przedmioty szkolne, języki obce oraz przygotowanie do egzaminów (matura, ósmoklasista). ekorki.net is a Polish tutoring marketplace where students find tutors and tutors publish listings (ogłoszenia). The platform is in Polish; all user-facing URLs use Polish slugs. Tutors create profiles with subject, location, price and description; students browse by subject and city or search free-text. Direct contact between parties — the platform does not mediate lessons. ## Main pages - [Strona główna / Home](https://ekorki.net/): Landing page with a free-text search box, featured subjects, cities and the latest tutoring listings. - [O nas / About](https://ekorki.net/o-nas): Mission and background of the ekorki.net team. - [Kontakt / Contact](https://ekorki.net/kontakt): Contact form for questions and partnership enquiries. - [Regulamin / Terms of service](https://ekorki.net/regulamin): Legal terms governing use of the platform. - [Polityka prywatności / Privacy policy](https://ekorki.net/polityka-prywatnosci): How user data is collected, stored and processed (RODO/GDPR). ## Browse and search - [Wyszukiwarka korepetycji / Tutoring search](https://ekorki.net/korepetycje): Free-text search across all listings using the `search` query parameter; results support pagination and sorting. For subject- and city-based browsing, use the dedicated subject/city pages and URL patterns listed below. - [Lista przedmiotów / Subjects index](https://ekorki.net/przedmioty): All academic subjects offered on the platform (mathematics, physics, English, German, Polish, history, programming, etc.). - [Lista miast / Cities index](https://ekorki.net/miasta): Polish cities and provinces where tutors are available. - [Ogłoszenia korepetycji / Listings index](https://ekorki.net/ads): Browse all currently published tutoring listings. URL patterns: - `/przedmioty/{slug}` — listings for a single subject (e.g. `/przedmioty/matematyka`). - `/przedmioty/{slug}/online` — online-only listings for that subject. - `/miasta/{province}/{slug}` — listings in a specific city. - `/korepetycje/{subject}/{province}/{city}` — listings filtered by subject and location. - `/ads/{id}` — single tutoring listing. ## For tutors - [Dodaj ogłoszenie / Publish a listing](https://ekorki.net/dodaj-ogloszenie): Form for tutors to publish a new tutoring listing (requires an account). - [Rejestracja / Sign up](https://ekorki.net/register): Create a tutor or student account. - [Logowanie / Sign in](https://ekorki.net/login): Existing user login. - [Panel użytkownika / User dashboard](https://ekorki.net/panel): Logged-in area for tutors to manage profile, listings and subscription. ## Blog - [Blog](https://ekorki.net/blog): Articles about learning, exam preparation, and choosing the right tutor. Individual posts at `/blog/{slug}`. ## Sitemaps - [Sitemap index](https://ekorki.net/sitemap.xml): Root sitemap referencing the section sitemaps below. - [Static pages](https://ekorki.net/sitemap-static.xml) - [Subjects](https://ekorki.net/sitemap-subjects.xml) - [Cities](https://ekorki.net/sitemap-cities.xml) - [Listing pages](https://ekorki.net/sitemap-listings.xml) - [Teachers](https://ekorki.net/sitemap-teachers.xml) - [Ads](https://ekorki.net/sitemap-ads.xml) - [Blog posts](https://ekorki.net/sitemap-blog.xml) ## Optional - [robots.txt](https://ekorki.net/robots.txt): Crawler directives. - Paid promotion of listings is available to tutors via OpenPayU; payment-related endpoints are not intended for crawling, including `/platnosc/*`, `/abonament/{ad}`, `/notify`, `/potwierdzenie`, and `/anulowanie-transakcji`. - Admin panel and authenticated dashboard routes (`/admin`, `/panel`, `/user/*`) require login and are not part of the public surface.