import { businessConfig } from "@/lib/seo-config" export type StaticSeoPageKey = | "home" | "aboutUs" | "aboutLegacy" | "contactUs" | "services" | "serviceAreas" | "serviceAreasLegacy" | "vendingMachines" | "moving" | "repairs" | "parts" | "reviews" | "blog" | "manuals" | "healthyOptions" | "traditionalOptions" | "suppliers" | "warehouses" | "autoRepair" | "gyms" | "communityCenters" | "danceStudios" | "carWashes" | "faqs" | "privacyPolicy" | "terms" export interface StaticSeoPageDefinition { path: string title: string description: string keywords: readonly string[] theme: string canonicalPath?: string noindex?: boolean } export const ogImagePath = "/images/rocky-mountain-vending-service-area-926x1024.webp" export const cornerstonePaths = [ "/", "/services", "/service-areas", "/vending-machines", "/services/repairs", "/services/parts", "/services/moving", "/contact-us", ] as const export const seoPageRegistry: Record = { home: { path: "/", title: "Free Vending Machines in Utah | Rocky Mountain Vending", description: "Free vending machine placement for qualifying Utah businesses, plus machine sales, repairs, and ongoing service. Rocky Mountain Vending serves Salt Lake City, Ogden, Provo, and nearby communities.", keywords: [ "free vending machines Utah", "Utah vending machine company", "vending machines Salt Lake City", "vending machine repair Utah", ], theme: "Utah vending services", }, aboutUs: { path: "/about-us", title: "About Rocky Mountain Vending | Utah Vending Company", description: "Learn about Rocky Mountain Vending, the Utah service-area business behind our vending placement, machine sales, repairs, and ongoing service.", keywords: [ "about Rocky Mountain Vending", "Utah vending company", "vending service company Utah", ], theme: "about", }, aboutLegacy: { path: "/about", canonicalPath: "/about-us", title: "About Rocky Mountain Vending | Utah Vending Company", description: "Learn about Rocky Mountain Vending, the Utah service-area business behind our vending placement, machine sales, repairs, and ongoing service.", keywords: ["about Rocky Mountain Vending", "Utah vending company"], theme: "about", noindex: true, }, contactUs: { path: "/contact-us", title: "Contact Rocky Mountain Vending | Utah Vending Service", description: "Contact Rocky Mountain Vending about free placement, machine sales, repairs, moving, parts, and manuals across Utah.", keywords: [ "contact Rocky Mountain Vending", "Utah vending service contact", "vending machine repair contact Utah", ], theme: "contact", }, services: { path: "/services", title: "Vending Machine Services in Utah | Rocky Mountain Vending", description: "Explore Rocky Mountain Vending services for Utah businesses, including free placement, repairs, moving, parts, and day-to-day vending service.", keywords: [ "vending machine services Utah", "Utah vending repairs", "vending machine service Utah", ], theme: "services", }, serviceAreas: { path: "/service-areas", title: "Utah Service Areas | Rocky Mountain Vending", description: "See the Utah cities and counties Rocky Mountain Vending serves for free placement, machine sales, repairs, moving, parts, and day-to-day vending service.", keywords: [ "Utah vending service areas", "vending machine service areas Utah", "Salt Lake City vending company", ], theme: "service areas", }, serviceAreasLegacy: { path: "/services/service-areas", canonicalPath: "/service-areas", title: "Utah Service Areas | Rocky Mountain Vending", description: "See the Utah cities and counties Rocky Mountain Vending serves for free placement, machine sales, repairs, moving, parts, and day-to-day vending service.", keywords: [ "Utah vending service areas", "vending machine service areas Utah", ], theme: "service areas", noindex: true, }, vendingMachines: { path: "/vending-machines", title: "Vending Machines for Utah Businesses | Rocky Mountain Vending", description: "Browse vending machine options for Utah businesses, including snack, beverage, combo, and cashless-ready equipment.", keywords: [ "vending machines Utah", "vending machine sales Utah", "business vending machines", ], theme: "vending machines", }, moving: { path: "/services/moving", title: "Vending Machine Moving in Utah | Rocky Mountain Vending", description: "Professional vending machine moving and relocation across Utah for snack, beverage, and combo machines.", keywords: [ "vending machine moving Utah", "vending machine relocation Utah", "vending machine movers", ], theme: "moving", }, repairs: { path: "/services/repairs", title: "Vending Machine Repair in Utah | Rocky Mountain Vending", description: "Vending machine repair and maintenance for Utah businesses, including service calls, troubleshooting, and ongoing machine service.", keywords: [ "vending machine repair Utah", "vending machine maintenance Utah", "Utah vending repair service", ], theme: "repairs", }, parts: { path: "/services/parts", title: "Vending Machine Parts in Utah | Rocky Mountain Vending", description: "Find vending machine parts, manuals, and parts help for common machine brands through Rocky Mountain Vending.", keywords: [ "vending machine parts Utah", "vending machine manuals Utah", "vending parts help", ], theme: "parts", }, reviews: { path: "/reviews", title: "Rocky Mountain Vending Reviews | Utah Customer Feedback", description: "Read customer feedback and browse the live Google review feed for Rocky Mountain Vending's Utah placement, restocking, repairs, and service.", keywords: [ "Rocky Mountain Vending reviews", "Utah vending company reviews", "vending machine service reviews", ], theme: "reviews", }, blog: { path: "/blog", title: "Utah Vending Blog | Rocky Mountain Vending", description: "Read Rocky Mountain Vending guides, updates, and Utah-focused vending insights for businesses and property managers.", keywords: [ "Utah vending blog", "vending machine guides Utah", "Rocky Mountain Vending blog", ], theme: "blog", }, manuals: { path: "/manuals", title: "Vending Machine Manuals | Rocky Mountain Vending", description: "Browse vending machine manuals, machine resources, and documentation available through Rocky Mountain Vending.", keywords: [ "vending machine manuals", "vending machine documentation", "Rocky Mountain Vending manuals", ], theme: "manuals", }, healthyOptions: { path: "/food-and-beverage/healthy-options", title: "Healthy Vending Options in Utah | Rocky Mountain Vending", description: "Explore healthier snack and beverage options available through Rocky Mountain Vending for Utah businesses, schools, and fitness locations.", keywords: [ "healthy vending Utah", "healthy vending machine options", "healthy snacks for vending machines", ], theme: "healthy vending", }, traditionalOptions: { path: "/food-and-beverage/traditional-options", title: "Traditional Vending Options in Utah | Rocky Mountain Vending", description: "See traditional snack and beverage vending options available for Utah businesses through Rocky Mountain Vending.", keywords: [ "traditional vending Utah", "snack vending options", "beverage vending options Utah", ], theme: "traditional vending", }, suppliers: { path: "/food-and-beverage/suppliers", title: "Snack and Beverage Supply Options | Rocky Mountain Vending", description: "Learn how Rocky Mountain Vending sources snack and beverage options for Utah vending placements and machine programs.", keywords: [ "vending suppliers Utah", "snack and beverage suppliers", "vending product selection", ], theme: "suppliers", }, warehouses: { path: "/warehouses", title: "Warehouse Vending Service in Utah | Rocky Mountain Vending", description: "Warehouse vending machine placement, restocking, and service for Utah distribution and industrial facilities.", keywords: ["warehouse vending Utah", "industrial vending machines Utah"], theme: "warehouse vending", }, autoRepair: { path: "/auto-repair", title: "Auto Repair Shop Vending in Utah | Rocky Mountain Vending", description: "Vending machine placement and service for Utah auto repair shops, service centers, and waiting areas.", keywords: ["auto repair shop vending Utah", "garage vending machines Utah"], theme: "auto repair vending", }, gyms: { path: "/gyms", title: "Gym Vending Machines in Utah | Rocky Mountain Vending", description: "Healthy snack, beverage, and gym vending placement for Utah fitness centers and training facilities.", keywords: ["gym vending Utah", "fitness center vending machines"], theme: "gym vending", }, communityCenters: { path: "/community-centers", title: "Community Center Vending in Utah | Rocky Mountain Vending", description: "Community center vending machine placement and service for Utah facilities serving families, staff, and visitors.", keywords: ["community center vending Utah"], theme: "community center vending", }, danceStudios: { path: "/dance-studios", title: "Dance Studio Vending in Utah | Rocky Mountain Vending", description: "Vending machine placement and snack options for Utah dance studios, training spaces, and performance venues.", keywords: ["dance studio vending Utah"], theme: "dance studio vending", }, carWashes: { path: "/car-washes", title: "Car Wash Vending in Utah | Rocky Mountain Vending", description: "Vending machine placement and service for Utah car washes, including customer-facing snacks and beverages.", keywords: ["car wash vending Utah"], theme: "car wash vending", }, faqs: { path: "/about/faqs", title: "Rocky Mountain Vending FAQs | Utah Service Questions", description: "Answers to common questions about Rocky Mountain Vending's free placement, repairs, moving, and service-area coverage in Utah.", keywords: ["Rocky Mountain Vending FAQ", "Utah vending service questions"], theme: "faq", }, privacyPolicy: { path: "/privacy-policy", title: "Privacy Policy | Rocky Mountain Vending", description: "Read the Rocky Mountain Vending privacy policy for website visitors, leads, and customers.", keywords: ["Rocky Mountain Vending privacy policy"], theme: "privacy policy", }, terms: { path: "/terms-and-conditions", title: "Terms and Conditions | Rocky Mountain Vending", description: "Read the Rocky Mountain Vending terms and conditions for site usage, messages, and service requests.", keywords: ["Rocky Mountain Vending terms and conditions"], theme: "terms", }, } export function buildAbsoluteUrl(path: string): string { const normalizedPath = path === "/" ? "" : path.replace(/\/+$/, "") return `${businessConfig.website}${normalizedPath}` } export function getSeoPageDefinition(key: StaticSeoPageKey) { return seoPageRegistry[key] } export function buildLocationRoute(locationSlug: string): string { return `/vending-machines-${locationSlug}` }