Rocky_Mountain_Vending/lib/internal-links-config.json
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

86 lines
3 KiB
JSON

{
"priorityLinks": {
"vending-machine-repairs": {
"keywords": ["repair", "repairs", "fix", "broken", "maintenance", "service"],
"maxLinks": 3,
"anchorText": ["vending machine repairs", "repair services", "vending machine repair"]
},
"vending-machines-for-sale-in-utah": {
"keywords": ["buy", "purchase", "sale", "for sale", "machine", "equipment"],
"maxLinks": 2,
"anchorText": ["vending machines for sale", "buy vending machines", "vending machine sales"]
},
"parts-and-support": {
"keywords": ["parts", "component", "replacement", "spare"],
"maxLinks": 2,
"anchorText": ["vending machine parts", "parts and support", "replacement parts"]
},
"about-us": {
"keywords": ["about", "company", "us", "we", "our"],
"maxLinks": 1,
"anchorText": ["about us", "about Rocky Mountain Vending"]
},
"contact-us": {
"keywords": ["contact", "reach", "call", "phone", "email", "get in touch"],
"maxLinks": 2,
"anchorText": ["contact us", "get in touch", "reach out"]
}
},
"keywordMappings": {
"warehouse": "streamlining-snack-and-beverage-access-in-warehouse-environments",
"warehouses": "streamlining-snack-and-beverage-access-in-warehouse-environments",
"auto repair": "enhancing-auto-repair-facilities-with-convenient-vending-solutions",
"auto-repair": "enhancing-auto-repair-facilities-with-convenient-vending-solutions",
"gym": "vending-machine-for-your-gym",
"gyms": "vending-machine-for-your-gym",
"community center": "vending-for-your-community-centers",
"community centers": "vending-for-your-community-centers",
"dance studio": "vending-machine-for-your-dance-studio",
"dance studios": "vending-machine-for-your-dance-studio",
"car wash": "vending-machines-for-your-car-wash",
"car washes": "vending-machines-for-your-car-wash",
"healthy": "healthy-vending",
"healthy options": "healthy-vending",
"traditional": "traditional-vending",
"traditional options": "traditional-vending",
"suppliers": "diverse-vending-options-with-rocky-mountain-vendings-exclusive-wholesale-accounts",
"supplier": "diverse-vending-options-with-rocky-mountain-vendings-exclusive-wholesale-accounts",
"faq": "faqs",
"faqs": "faqs",
"frequently asked": "faqs",
"manuals": "manuals",
"manual": "manuals",
"vending machine manual": "manuals"
},
"linkDensity": {
"maxLinksPerPage": 10,
"minWordsBetweenLinks": 50,
"maxLinksPerParagraph": 2
},
"excludedPages": [
"sample-page",
"my-account",
"cart",
"checkout",
"privacy-policy",
"terms-conditions"
],
"excludedSections": [
"header",
"footer",
"navigation"
],
"locationPages": {
"enabled": true,
"keywords": ["salt lake city", "ogden", "provo", "sandy", "west valley city", "utah"],
"maxLinksPerPage": 2
},
"anchorTextPreferences": {
"preferPageTitle": true,
"useNaturalLanguage": true,
"avoidGenericText": ["click here", "read more", "link"]
}
}