Public URLs & Page Routes
Official Juniro page URLs for external linking, marketing, and integrations.
Last Updated: January 28, 2026
Quick Reference
Most Used Links
| Purpose | URL | Status |
|---|---|---|
| Homepage | https://juniro.com | ✅ Live |
| Search Activities | https://juniro.com/search | 🔜 Coming |
| Provider Signup | https://juniro.com/providers | ✅ Live |
| Parent Signup | https://juniro.com/signup | 🔜 Coming |
| Contact Us | https://juniro.com/contact | ✅ Live |
Current Live Pages (juniro.com)
These pages are currently live on the production website:
| URL | Page | Description |
|---|---|---|
/ | Homepage | Waitlist signup, value proposition |
/contact | Contact Us | Contact form, support info |
/privacy | Privacy Policy | Data privacy information |
/terms | Terms of Service | Legal terms |
/providers | Provider Landing | Provider value proposition |
/providers/onboard | Provider Signup | Provider registration form |
/providers/thank-you | Provider Confirmation | Post-signup thank you |
/thank-you | Waitlist Confirmation | Post-waitlist signup |
Full Site Pages (Coming Soon)
Public Pages (No Auth Required)
Core Pages
| URL | Page | Description |
|---|---|---|
/ | Homepage | Hero, categories, featured activities |
/search | Search Results | Activity search with filters |
/about | About Us | Company story, mission |
/contact | Contact Us | Support form, contact info |
/careers | Careers | Job listings |
/blog | Blog | Articles, tips, news |
/resources | Resources | Parent guides, articles |
/stories | Success Stories | Family testimonials |
Legal Pages
| URL | Page |
|---|---|
/privacy | Privacy Policy |
/terms | Terms of Service |
/accessibility | Accessibility Statement |
/safety | Safety & Trust |
Authentication
| URL | Page | Description |
|---|---|---|
/login | Login | Parent/user login |
/signup | Sign Up | Parent registration |
/forgot-password | Forgot Password | Password reset request |
Dynamic Pages
Activity Pages
| URL Pattern | Example | Description |
|---|---|---|
/activity/:id | /activity/soccer-101 | Activity detail page |
/activity/:id?book=true | /activity/soccer-101?book=true | Opens booking modal |
Provider Pages
| URL Pattern | Example | Description |
|---|---|---|
/providers/:id | /providers/atlanta-youth-sports | Provider brand page |
/providers/:id/reviews | /providers/atlanta-youth-sports/reviews | Provider reviews |
Content Pages
| URL Pattern | Example | Description |
|---|---|---|
/blog/:slug | /blog/summer-camp-guide-2026 | Blog post |
/resources/:slug | /resources/choosing-first-sport | Resource article |
/stories/:slug | /stories/emma-dance-journey | Success story |
Search URL Parameters
The search page supports URL parameters for deep linking:
Filter Parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
q | string | ?q=soccer | Search query |
category | string | ?category=sports | Category filter |
age | string | ?age=5-7 | Age range |
location | string | ?location=atlanta | City/area |
zip | string | ?zip=30301 | ZIP code |
distance | number | ?distance=10 | Miles radius |
day | string | ?day=saturday | Day of week |
time | string | ?time=morning | Time of day |
price | string | ?price=0-50 | Price range |
online | boolean | ?online=true | Online only |
Example Deep Links
# Soccer classes in Atlanta for ages 5-7
https://juniro.com/search?q=soccer&location=atlanta&age=5-7
# Weekend art classes under $50
https://juniro.com/search?category=arts&day=saturday,sunday&price=0-50
# Online STEM programs
https://juniro.com/search?category=stem&online=true
# All activities near ZIP 30301
https://juniro.com/search?zip=30301&distance=5
Authenticated Pages
Parent Portal
| URL | Page | Description |
|---|---|---|
/parents/hub | Dashboard | Parent home, upcoming classes |
/parents/hub/classes | My Classes | Enrolled activities |
/parents/hub/calendar | Calendar | Family schedule |
/parents/hub/children | Children | Child profiles |
/parents/hub/favorites | Favorites | Saved activities |
/parents/hub/settings | Settings | Account settings |
Provider Portal
| URL | Page | Description |
|---|---|---|
/providers/hub | Dashboard | Provider home, metrics |
/providers/hub/classes | Classes | Manage activities |
/providers/hub/bookings | Bookings | View/manage bookings |
/providers/hub/students | Students | Enrolled students |
/providers/hub/schedule | Schedule | Class calendar |
/providers/hub/reviews | Reviews | Customer reviews |
/providers/hub/settings | Settings | Business settings |
UTM Parameters
For marketing campaigns, use these UTM conventions:
Standard UTM Format
https://juniro.com/?utm_source=SOURCE&utm_medium=MEDIUM&utm_campaign=CAMPAIGN
Recommended Values
| Parameter | Values |
|---|---|
utm_source | facebook, instagram, google, email, partner, referral |
utm_medium | social, cpc, email, banner, referral |
utm_campaign | launch-2026, summer-camps, provider-signup, waitlist |
Campaign Examples
# Facebook ad for summer camps
https://juniro.com/search?category=camps&utm_source=facebook&utm_medium=cpc&utm_campaign=summer-camps-2026
# Email newsletter
https://juniro.com/?utm_source=email&utm_medium=newsletter&utm_campaign=weekly-picks
# Partner referral
https://juniro.com/?utm_source=partner&utm_medium=referral&utm_campaign=ymca-partnership
QR Code URLs
For print materials, use short, clean URLs:
| Use Case | URL |
|---|---|
| General signup | juniro.com |
| Provider signup | juniro.com/providers |
| Search page | juniro.com/search |
| Specific category | juniro.com/search?category=sports |
| Contact | juniro.com/contact |
API & Integration URLs
| Purpose | URL |
|---|---|
| API Base (US) | https://api.us.juniro.com |
| API Docs | https://api.us.juniro.com/docs |
| Webhook callbacks | Configure per integration |
Redirects & Aliases
| Short URL | Redirects To | Purpose |
|---|---|---|
/join | /signup | Marketing shortlink |
/partner | /providers | Provider marketing |
/app | /parents/hub | App store redirect (future) |
Social Sharing
When sharing on social media, these URLs generate proper previews:
| Page | Recommended Share URL |
|---|---|
| Homepage | https://juniro.com |
| Activity | https://juniro.com/activity/{id} |
| Provider | https://juniro.com/providers/{id} |
| Blog Post | https://juniro.com/blog/{slug} |
All pages include Open Graph and Twitter Card meta tags for rich previews.
URL Guidelines
Do's ✅
- Use lowercase URLs
- Use hyphens for spaces (
summer-campnotsummer_camp) - Include UTM parameters for campaigns
- Use descriptive slugs for content
Don'ts ❌
- Don't link to authenticated pages for public sharing
- Don't expose internal IDs in marketing (use slugs)
- Don't create custom short URLs without documenting them
Sitemap
The sitemap is automatically generated and available at:
- Production: https://juniro.com/sitemap.xml
- Robots.txt: https://juniro.com/robots.txt
Update this page when adding new public routes or changing URL structure.