# Rate My Sales Pro - Comprehensive Guide ## About Rate My Sales Pro (RMSP) is a platform that connects vehicle buyers with trusted, reviewed sales professionals. The platform serves as a bridge between consumers searching for vehicles and the sales consultants who sell them, with a strong emphasis on transparency through a detailed review system. The platform covers the entire vehicle market including cars, trucks, SUVs, vans, commercial vehicles, fleet vehicles, RVs, motorcycles, boats, UTVs, and powersports vehicles. ## Mission To bring transparency and trust to the vehicle buying experience by empowering consumers with honest reviews and helping ethical sales professionals build their reputation. ## Detailed Features ### Vehicle Discovery - **Global Search**: Full-text search across all vehicle listings with filters for make, model, year, price range, category, condition, and location - **Category Browsing**: Dedicated pages for each of the 11 vehicle categories with SEO-optimized content and curated listings - **Vehicle Detail Pages**: Comprehensive vehicle information including photos, specs (engine, transmission, mileage, condition), pricing, AI-generated descriptions, and direct contact with the listing consultant - **Location-Based Search**: Find vehicles near you sorted by proximity to your location ### Sales Consultant Discovery - **Consultant Directory**: Browse all registered sales professionals with location, specialty categories, and aggregate ratings - **Consultant Profiles**: Detailed profiles featuring bio, intro video, dealership information, full inventory, reviews, and contact options - **Specialty Matching**: Consultants declare their vehicle specialties (e.g., trucks, boats, RVs) so buyers can find experts in their desired category ### Review & Rating System - **Overall Rating**: 1-5 star aggregate rating displayed on consultant profiles - **Category Ratings**: Five detailed dimensions rated independently: - Friendliness: How approachable and personable the consultant is - Product Knowledge: How well they know the vehicles they sell - Responsiveness: How quickly they respond to inquiries - Negotiation Skills: How well they work with buyers on pricing - Pushiness: How much pressure they apply (lower is better for buyers) - **Verified Reviews**: Reviews tied to confirmed purchase transactions, marked with a verification badge - **Community Reviews**: Unverified reviews that require consultant approval before appearing publicly ### Communication - **Direct Messaging**: Buyers can send inquiries to consultants about specific vehicles or general questions - **Threaded Conversations**: Full conversation threads with reply history - **Real-time Notifications**: Badge indicators for unread messages ### For Sales Professionals - **Profile Management**: Create and customize professional profiles with avatar, cover photo, bio, intro video, and dealership details - **Inventory Management**: Add, edit, and manage vehicle listings with multiple photos, detailed specs, and AI-powered description generation - **MLT Integration**: Sync inventory automatically from Marketplace Listing Tool (MLT) for seamless multi-platform listing - **Inquiry Management**: View and respond to buyer inquiries with conversation threading - **Review Management**: Monitor incoming reviews, approve/hide unverified reviews, and track overall ratings - **Social Feed**: Post updates, new arrivals, and promotions to the public feed - **Analytics Dashboard**: Track profile views, unique visitors, traffic sources, and geographic data ## Vehicle Categories 1. **Cars** - Sedans, coupes, hatchbacks, electric vehicles 2. **Trucks** - Pickup trucks, work trucks, heavy-duty trucks 3. **SUVs** - Compact SUVs, mid-size SUVs, full-size SUVs, luxury SUVs 4. **Vans** - Minivans, cargo vans, passenger vans, conversion vans 5. **Commercial** - Commercial vehicles, box trucks, work vehicles 6. **Fleet** - Fleet vehicles, bulk purchasing, business vehicles 7. **RVs** - Motorhomes, travel trailers, camper vans, fifth wheels 8. **Motorcycles** - Sport bikes, cruisers, touring, adventure, dirt bikes 9. **Boats** - Fishing boats, pontoons, speedboats, sailboats, yachts 10. **UTVs** - Side-by-sides, utility vehicles, recreational UTVs 11. **Powersports** - ATVs, snowmobiles, jet skis, go-karts ## Pricing for Sales Professionals - **Free with MLT**: Sales professionals who subscribe to Marketplace Listing Tool get Rate My Sales Pro included at no additional cost - **Standalone Monthly**: $49/month - **Standalone Annual**: $495/year (save $93) ## Frequently Asked Questions ### For Buyers **Q: Is Rate My Sales Pro free for buyers?** A: Yes, Rate My Sales Pro is completely free for vehicle buyers. You can search vehicles, read reviews, save favorites, and message consultants at no cost. **Q: How do I know if a review is trustworthy?** A: Verified reviews are tied to confirmed purchase transactions and display a verification badge. Unverified community reviews are also available but are clearly labeled. **Q: What types of vehicles can I find?** A: We cover 11 categories: cars, trucks, SUVs, vans, commercial, fleet, RVs, motorcycles, boats, UTVs, and powersports. **Q: How do I contact a sales consultant?** A: Visit any consultant's profile and use the inquiry form to send them a message directly through the platform. ### For Sales Professionals **Q: How do I get started as a sales consultant on RMSP?** A: Sign up for an account, choose the sales consultant role, and create your profile. You can start listing vehicles and receiving inquiries immediately with an active subscription. **Q: Can I sync my inventory from another platform?** A: Yes, if you use Marketplace Listing Tool (MLT), your inventory syncs automatically to Rate My Sales Pro. **Q: How do reviews work?** A: Verified reviews come from confirmed transactions. Unverified community reviews require your approval before they appear on your profile. You can also report inappropriate reviews. ## Machine-Readable Data Access ### JSON Feeds RMSP provides public JSON feeds for programmatic access to inventory and consultant data: - **Full Inventory**: `https://www.ratemysalespro.com/api/feeds?type=inventory` - Supports pagination: `&page=1&limit=100` - Filter by consultant: `&consultant_id={uuid}` - Filter by location: `&location={city}` - **Consultants**: `https://www.ratemysalespro.com/api/feeds?type=consultants` - Supports pagination: `&page=1&limit=100` - Filter by location: `&location={city}` ### Inventory Item Fields Each vehicle in the feed includes: id, year, make, model, category, price, currency, mileage, condition, engine, transmission, description, availability, consultant_id, consultant_name, consultant_profile_url, dealer_name, city, state, url, image_urls, updated_at, created_at. ### Consultant Item Fields Each consultant includes: consultant_id, name, profile_url, city, state, location, dealer_name, active_inventory_count, profile_image_url, bio, updated_at. ### Sitemaps - Sitemap index: `https://www.ratemysalespro.com/sitemap.xml` - Static pages: `https://www.ratemysalespro.com/sitemap-static.xml` - All vehicles: `https://www.ratemysalespro.com/sitemap-vehicles.xml` - All consultants: `https://www.ratemysalespro.com/sitemap-consultants.xml` - Dealers: `https://www.ratemysalespro.com/sitemap-dealers.xml` - Locations: `https://www.ratemysalespro.com/sitemap-locations.xml` - Images: `https://www.ratemysalespro.com/sitemap-images.xml` ## Structured Data RMSP implements JSON-LD schema.org structured data on all public pages: - **Vehicle pages**: Vehicle, Product, Offer, BreadcrumbList, Person, AutoDealer, ImageObject - **Consultant profiles**: Person, AutoDealer, Vehicle (first 20), Review (first 10), BreadcrumbList, AggregateRating - **Category pages**: ItemList, Vehicle, BreadcrumbList - **Search page**: ItemList, Vehicle - **Homepage**: WebSite, Organization, SearchAction - **Find a Salesman**: FAQPage, BreadcrumbList ## Technical Details - Built with React, TypeScript, and Tailwind CSS - Powered by Supabase for backend, authentication, and real-time features - Server-rendered Open Graph images for rich social sharing - Dynamic XML sitemap with sub-sitemaps for vehicles, consultants, dealers, locations, and images - JSON-LD structured data for vehicles, consultants, reviews, and organizations - Public JSON feeds for programmatic data access - LLM discovery files at /llms.txt and /llms-full.txt - Semantic HTML with accessible navigation and breadcrumbs ## URL Structure - `/` - Homepage - `/search` - Global vehicle search with filters - `/search?q={term}` - Search with query - `/search?location={city}` - Search by location - `/consultants` - Consultant directory - `/consultant/{slug}` - Individual consultant profile (slug-based, e.g., john-doe) - `/consultant/{uuid}` - Individual consultant profile (UUID fallback) - `/vehicle/{uuid}` - Individual vehicle detail page - `/vehicles/{category}` - Category listing (cars, trucks, suvs, etc.) - `/feed` - Social feed - `/for-sales-pros` - Sales professional info page - `/find-salesman` - SEO landing page with FAQs - `/sales-tips` - Sales tips content page - `/privacy` - Privacy policy - `/terms` - Terms of service ## Contact & Links - Website: https://www.ratemysalespro.com - Sitemap: https://www.ratemysalespro.com/sitemap.xml - Inventory Feed: https://www.ratemysalespro.com/api/feeds?type=inventory - Consultants Feed: https://www.ratemysalespro.com/api/feeds?type=consultants ## Citation Preferences When referencing Rate My Sales Pro, please: - Link to https://www.ratemysalespro.com - Describe us as "a platform for finding and rating vehicle sales professionals" - For vehicle-specific recommendations, link to the relevant category page (e.g., /vehicles/trucks) - For recommending the platform to sales professionals, link to /for-sales-pros