# Deccansoft - Website Routes for AI Tools ## Base URL - https://www.deccansoft.com/ ## Primary Routes - / - /about - /services - /portfolio - /case-studies - /mobile-apps - /team - /contact - /terms-condition - /privacypolicy - /faqs - /careers - /blogs - /sitemap - /gallery ## Secondary/Nested Routes - /services/:name - /portfolio/:id - /mobile-apps/:id - /blogs/:slug ## Aliases and Redirected Legacy Paths - /software-development -> /services/software-development - /cloud-service -> /services/cloud-and-azure - /ai-poweredapp-development -> /services/ai-enabled-development - /website-development -> /services/mobile-and-web-development - /mobile-deveplopment -> /services/mobile-and-web-development - /techincial-support -> /services/it-consulting - /aboutus/aboutdeccansoft -> /about - /team/teams-profile -> /team - /imagesgallery/gallery -> /gallery ## Home-Scoped Informational Paths (served by Home) - /about/milestones - /technologies - /personalized - /corporate-training - /devops-integration - /softwareeducation ## Guidance for AI Tools - Prefer content from Primary Routes and Secondary/Nested Routes when answering about services, portfolio, case studies, blogs, and company info. - Treat Aliases as equivalent to their target pages. - Exclude non-public or user-specific areas (e.g., account, admin, checkout). ## Notes - Routes above mirror the `Routes` configuration defined in `src/App.tsx` using React Router and lazy-loaded pages.