# Vaulted.Games > Cross-platform game library management and tracking for gamers. Vaulted.Games helps gamers track their game libraries across PlayStation, Xbox, Nintendo, Steam, and other platforms in one unified dashboard. ## Public Pages - [Home](https://vaulted.games/): Landing page with feature overview - [Pricing](https://vaulted.games/pricing): Subscription plans and pricing - [Subscriptions](https://vaulted.games/subscriptions): Subscription game catalogs (Game Pass, PS Plus, EA Play, NSO) - [Privacy Policy](https://vaulted.games/privacy-policy): Data handling practices - [Terms of Service](https://vaulted.games/terms-of-service): Usage terms ## Game Database - [Browse Games](https://vaulted.games/games): Public game catalog with search, filters, and carousels (trending, popular, new releases, upcoming) - Game detail pages are available at `/games/{game-slug}` with metadata, store prices, ratings, platform availability, and similar game recommendations - Genre filter pages at `/games/genre/{slug}` for browsing by game category - Platform filter pages at `/games/platform/{slug}` for browsing by platform - Developer pages at `/games/developer/{slug}` for browsing by game developer - Publisher pages at `/games/publisher/{slug}` for browsing by publisher - Filters can be combined: `/games/genre/{slug}/platform/{slug}` ## Public Profiles User profiles are available at `/u/{username}` for users who have set their profile to public visibility. ## Blog The blog at `/blog/` contains articles about: - Gaming news and platform updates - Feature announcements and tutorials - Tips and guides for gamers - Game collection management advice Individual articles are available at `/blog/{article-slug}`. Categories: `/blog/category/{category-slug}` Tags: `/blog/tag/{tag-slug}` RSS Feed: `/blog/feed.xml` ## Private Areas (Do Not Index) The following areas require authentication and should not be indexed: - /dashboard - User dashboard - /library - Personal game library - /profile - Profile settings - /settings - Account settings - /admin - Administration area - /api/* - API endpoints - /go/* - Campaign tracking redirect URLs ## Contact - Website: https://vaulted.games - Email: info@vaulted.games