# Ford Dealerships Near Me

:::raw
<div class="cms-fullwidth">
<style>
/* ================================================================= GEO page styles — brand-agnostic Font and color values are injected from dealer styling config. Fallback chain: brand font → Arial → Helvetica → sans-serif ================================================================= */ /* --- Base / Preview defaults --- */ .cardetail-infohead-sec { background: #f5f5f5; padding: 1.5rem 0; border-bottom: 3px solid #bc0600; margin-bottom: 0; } .cardetail-infohead-sec .container { max-width: 1170px; margin: 0 auto; padding: 0 15px; } .cardetail-infohead-sec h1 { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 1.4rem; color: #212529; text-transform: uppercase; margin: 0; line-height: 1.4; } .cardetail-infohead-sec h1 small { display: block; font-family: 'Ford Antenna Regular', Arial, Helvetica, sans-serif; font-size: 0.85rem; color: #808080; text-transform: none; margin-top: 0.25rem; } /* --- Breadcrumb navigation --- */ .geo-breadcrumb { font-family: 'Ford Antenna Regular', Arial, Helvetica, sans-serif; font-size: 0.85rem; color: #666; margin-bottom: 1.5rem; padding: 0.5rem 0; display: flex; align-items: center; flex-wrap: wrap; gap: 0; } .geo-breadcrumb a { color: #0678bc; text-decoration: none; } .geo-breadcrumb a:hover { text-decoration: underline; } .geo-breadcrumb-sep { margin: 0 0.4rem; color: #999; font-size: 0.9rem; } .geo-breadcrumb span:last-child { color: #333; font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; } .commonpage-main-section { padding: 2rem 0; } .commonpage-main-section .container { max-width: 1170px; margin: 0 auto; padding: 0 15px; } .commonpage-inner { font-family: 'Ford Antenna Regular', Arial, Helvetica, sans-serif; color: #19183C; line-height: 1.6; font-size: 15px; } /* --- Typography --- */ .commonpage-inner h2 { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; color: #212529; font-size: 1.5rem; margin-top: 0; margin-bottom: 0.75rem; } .commonpage-inner h3 { font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; color: #212529; font-size: 1.15rem; margin-top: 0; margin-bottom: 0.5rem; } .commonpage-inner a { color: #0678bc; text-decoration: none; } .commonpage-inner a:hover { text-decoration: underline; } .commonpage-inner p { margin-top: 0; margin-bottom: 1rem; } /* --- Buttons --- */ .btntop { display: inline-block; margin-right: 10px; margin-bottom: 10px; } .btntop a { display: inline-block; font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 14px; background-color: #bc0600; color: #fff; padding: 10px 24px; font-weight: bold; text-decoration: none; border-radius: 4px; transition: all 0.3s; } .btntop a:hover { background-color: #bc0600; opacity: 0.85; color: #fff; text-decoration: none; } /* --- FAQ accordion (spoke + hub pages) --- */ .faq-accordion { border: 1px solid #e0e0e0; border-radius: 5px; margin-bottom: 1rem; background: #fff; } .faq-accordion summary { padding: 1rem; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; } .faq-accordion summary::-webkit-details-marker { display: none; } .faq-accordion summary::after { content: "+"; font-size: 1.4rem; font-weight: bold; color: #bc0600; flex-shrink: 0; margin-left: 1rem; } .faq-accordion[open] summary::after { content: "\2212"; } .faq-accordion summary h2 { margin: 0; } .faq-accordion .answer { margin: 0 1rem 1rem; } h2.h4 { font-size: 1.1rem; margin-bottom: 5px; font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; } .answer { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); padding: 1rem; background: rgba(0, 0, 0, 0.05); border-radius: 5px; } .answer p { line-height: 1.6em; margin: 0; } /* --- GEO page layout --- */ .geo-section { margin-top: 2rem; } /* --- Tier 1 cards — primary locations --- */ .geo-card-tier1 { padding: 1rem 1rem 1rem 1.25rem; border: 1px solid #e0e0e0; border-left: 4px solid #bc0600; border-radius: 5px; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); transition: box-shadow 0.2s, transform 0.2s; } .geo-card-tier1:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14); transform: translateY(-2px); } /* --- Tier 1 card grid --- */ .geo-tier1-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } @media (max-width: 767px) { .geo-tier1-grid { grid-template-columns: 1fr; } } /* --- Tier 1 card header (city + drive badge) --- */ .geo-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.25rem; } .geo-card-header h3 { margin-bottom: 0; } .geo-card-meta { font-size: 0.9rem; color: #666; margin-bottom: 0.5rem; } /* --- Tier 2 cards — nearby communities --- */ .geo-card-tier2 { padding: 1rem; margin-bottom: 1rem; border: 1px solid #e0e0e0; border-radius: 5px; background: #fff; } /* --- Drive-time badge --- */ .geo-drive-badge { display: inline-block; background: #fff5f5; color: #bc0600; font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.85rem; padding: 2px 10px; border-radius: 3px; border: 1px solid #bc0600; margin-bottom: 0.5rem; } /* --- Card links --- */ .geo-card-links { margin-top: 0.5rem; display: flex; gap: 1rem; flex-wrap: wrap; } .geo-card-directions { font-size: 0.9rem; color: #0678bc; } /* --- Service badges --- */ .geo-service-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; } .geo-service-badge { display: inline-flex; align-items: center; font-size: 0.85rem; padding: 5px 14px 5px 10px; border: 1px solid #c8d6c8; border-radius: 20px; color: #2d5a2d; background: #f4f8f4; font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; } .geo-service-badge::before { content: "\2713"; display: inline-block; font-size: 0.75rem; font-weight: bold; color: #3a7d3a; margin-right: 6px; flex-shrink: 0; } /* --- Map section spacing --- */ .geo-map-section { margin-bottom: 0.5rem; } /* --- Mid-page CTA bar --- */ .geo-cta-mid { margin: 1.5rem 0 2.5rem; padding: 1.5rem; background: #f5f5f5; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; border-radius: 0; text-align: center; } /* --- FAQ section separator --- */ .geo-section[itemscope] { border-top: 1px solid #e0e0e0; padding-top: 2rem; } /* --- Tier 3 two-column grid --- */ .geo-tier3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; } .geo-tier3-item { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 1rem; background: #f9f9f9; border-radius: 4px; } .geo-tier3-meta { font-size: 0.85rem; color: #666; white-space: nowrap; } .geo-tier3-meta a { font-size: 0.85rem; } @media (max-width: 767px) { .geo-tier3-grid { grid-template-columns: 1fr; } } /* --- Static map --- */ .geo-hub-map { width: 100%; height: auto; border: 1px solid #e0e0e0; border-radius: 5px; } .geo-map-legend { display: flex; gap: 1.5rem; font-size: 0.85rem; color: #666; margin-top: 0.5rem; } .geo-map-legend span::before { content: "\25CF"; margin-right: 4px; } .geo-legend-dealer::before { color: #bc0600 !important; } .geo-legend-tier1::before { color: #0678bc !important; } .geo-legend-tier2::before { color: #2e8b57 !important; } .geo-legend-tier3::before { color: #999 !important; } /* --- Bottom CTA bar --- */ .geo-cta-bar { margin-top: 2rem; } /* --- Two-column layout (spoke pages) --- */ .geo-layout { display: flex; gap: 2rem; margin-top: 2rem; } .geo-main { flex: 1; min-width: 0; } .geo-sidebar { width: 340px; flex-shrink: 0; } @media (max-width: 767px) { .geo-layout { flex-direction: column; } .geo-sidebar { width: 100%; } } /* --- Sidebar cards --- */ .geo-sidebar-card { border: 1px solid #e0e0e0; border-radius: 5px; padding: 1.25rem; margin-bottom: 1rem; background: #fff; } .geo-sidebar-card h3 { margin-top: 0; } .geo-sidebar-map { width: 100%; height: auto; border-radius: 4px; } /* --- Quick actions (sidebar) --- */ .geo-quick-actions .btntop { display: block; margin-right: 0; margin-bottom: 8px; } .geo-quick-actions .btntop a { display: block; text-align: center; width: 100%; box-sizing: border-box; } /* --- Dealer info (sidebar) --- */ .geo-dealer-info p { margin-bottom: 0.5rem; } .geo-dealer-address { font-size: 0.95rem; line-height: 1.5; } /* --- Directions strip (blue bar) --- */ .geo-directions-strip { display: flex; align-items: center; gap: 1.5rem; background: #003478; color: #fff; padding: 1rem 1.5rem; border-radius: 5px; margin-top: 1.5rem; flex-wrap: wrap; } .geo-directions-strip .btntop { margin: 0; } .geo-directions-strip .btntop a { background-color: #fff; color: #003478; font-size: 13px; padding: 8px 20px; } .geo-directions-strip .btntop a:hover { background-color: #f0f0f0; color: #003478; } .geo-route-viz { display: flex; align-items: center; gap: 0.5rem; flex: 1; } .geo-route-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; } .geo-dot-start { background: #4a90d9; } .geo-dot-end { background: #bc0600; } .geo-route-label { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.95rem; white-space: nowrap; } .geo-route-line { flex: 1; height: 0; border-top: 2px dashed rgba(255,255,255,0.5); min-width: 30px; } .geo-route-meta { font-size: 0.9rem; white-space: nowrap; } .geo-directions-strip .geo-drive-badge { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.4); } /* --- Section eyebrow --- */ .geo-section-eyebrow { display: block; font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #bc0600; margin-bottom: 0.25rem; } /* --- Highlight box --- */ .geo-highlight-box { background: #f9f9f9; border-left: 4px solid #bc0600; padding: 1rem 1.25rem; border-radius: 0 5px 5px 0; margin-top: 1rem; } .geo-highlight-box h3 { margin-top: 0; margin-bottom: 0.5rem; } /* --- Route steps timeline --- */ .geo-route-steps { position: relative; padding-left: 2rem; border-left: 2px solid #e0e0e0; margin-left: 0.5rem; } .geo-route-step { display: flex; align-items: flex-start; gap: 0.75rem; padding-bottom: 1.25rem; position: relative; } .geo-route-step:last-child { padding-bottom: 0; } .geo-step-dot { width: 14px; height: 14px; border-radius: 50%; background: #ccc; flex-shrink: 0; position: absolute; left: -2.5rem; top: 2px; border: 2px solid #fff; } .geo-step-start { background: #003478; } .geo-step-end { background: #bc0600; } .geo-step-instruction { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.95rem; } .geo-step-meta { font-size: 0.85rem; color: #666; margin-top: 2px; } /* --- Bottom CTA card --- */ .geo-cta-card { text-align: center; background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 5px; padding: 2rem; margin-top: 2rem; } .geo-cta-card h3 { margin-top: 0; } .geo-cta-card-actions { margin-top: 1rem; } /* --- Nearby list (shared base) --- */ .geo-nearby-list { list-style: none; padding: 0; margin: 0; } .geo-nearby-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; font-size: 0.95rem; } .geo-nearby-list li:last-child { border-bottom: none; } .geo-nearby-list span { color: #666; font-size: 0.85rem; } .geo-nearby-list .geo-drive-badge { margin-bottom: 0; margin-right: 0.25rem; font-size: 0.8rem; } /* Sidebar-specific overrides */ .geo-sidebar-card .geo-nearby-list li { padding: 0.35rem 0; font-size: 0.9rem; } /* Hub page context — slightly larger for main content area */ .geo-section .geo-nearby-list li { padding: 0.6rem 0; font-size: 0.95rem; } /* --- Featured Models (hub page) — responsive card grid --- */ .geo-featured-models { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-top: 1rem; } @media (max-width: 767px) { .geo-featured-models { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } } .geo-model-card { border: 1px solid #e0e0e0; border-radius: 5px; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); transition: box-shadow 0.2s, transform 0.2s; text-align: center; overflow: hidden; } .geo-model-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14); transform: translateY(-2px); } .geo-model-card a { display: block; padding: 1rem; text-decoration: none; color: inherit; } .geo-model-card a:hover { text-decoration: none; } .geo-model-img { max-width: 100%; height: auto; } .geo-model-name { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 1rem; color: #212529; margin-top: 0.5rem; } /* --- Featured Models (spoke page) — compact chip row --- */ .geo-model-chips { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; } .geo-model-chip { display: inline-flex; align-items: center; gap: 0.5rem; background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 4px; padding: 0.5rem 1rem; text-decoration: none; color: inherit; transition: box-shadow 0.2s; } .geo-model-chip:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); text-decoration: none; } .geo-model-chip-img { height: 32px; width: auto; }
</style>
<div> <div>  <!-- Breadcrumb Navigation --> <div class="geo-breadcrumb" aria-label="Breadcrumb"> <a href="/">Home</a> <span class="geo-breadcrumb-sep">&rsaquo;</span> <span>Ford Dealer Locations</span> </div>  <!-- Intro Narrative --> <div class="geo-section"> <h2>Welcome to Jarrett Scott Ford</h2> <p>Located at 2000 E Baker St in Plant City, Florida 33563, Jarrett Scott Ford is proud to serve Ford customers across Hillsborough, Pasco, Polk counties. With 8 communities in our service area, we make it easy to find the right Ford vehicle no matter where you are.</p> <p>We're committed to providing an exceptional ownership experience — including full-service center with genuine Ford parts, mobile service available, and pickup and delivery service.</p> <div class="geo-service-badges"> <span class="geo-service-badge">Full-service center with genuine Ford parts</span> <span class="geo-service-badge">Mobile service available</span> <span class="geo-service-badge">Pickup and delivery service</span> </div> </div> <!-- Service Area Map --> <div class="geo-section geo-map-section"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/bd19ac3e96653e0af9fe2f5f4983dc09.png" alt="Map of Jarrett Scott Ford service area" class="geo-hub-map" width="640" height="400" loading="lazy"> <p class="geo-map-legend"> <span class="geo-legend-dealer">Jarrett Scott Ford</span> <span class="geo-legend-tier1">Primary areas</span> <span class="geo-legend-tier2">Nearby</span> <span class="geo-legend-tier3">Extended</span> </p> </div> <!-- Primary Locations --> <div class="geo-section"> <h2>Areas We Serve</h2> <div class="geo-tier1-grid"> <div class="geo-card-tier1"> <div class="geo-card-header"> <h3><a href="/content/ford-dealer-near-me/tampa-fl">Tampa, FL</a></h3> <span class="geo-drive-badge">26 mins</span> </div> <p class="geo-card-meta">24.8 mi from Plant City · Hillsborough County</p> <div class="geo-card-links"> <a href="https://www.google.com/maps/dir/?api=1&origin=Tampa%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" class="geo-card-directions" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Tampa', 'tier': 1});">Get Directions &rarr;</a> <a href="/content/ford-dealer-near-me/tampa-fl">View Tampa page &rarr;</a> </div> </div> <div class="geo-card-tier1"> <div class="geo-card-header"> <h3><a href="/content/ford-dealer-near-me/lakeland-fl">Lakeland, FL</a></h3> <span class="geo-drive-badge">20 mins</span> </div> <p class="geo-card-meta">9.8 mi from Plant City · Polk County</p> <div class="geo-card-links"> <a href="https://www.google.com/maps/dir/?api=1&origin=Lakeland%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" class="geo-card-directions" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Lakeland', 'tier': 1});">Get Directions &rarr;</a> <a href="/content/ford-dealer-near-me/lakeland-fl">View Lakeland page &rarr;</a> </div> </div> <div class="geo-card-tier1"> <div class="geo-card-header"> <h3><a href="/content/ford-dealer-near-me/brandon-fl">Brandon, FL</a></h3> <span class="geo-drive-badge">25 mins</span> </div> <p class="geo-card-meta">16.7 mi from Plant City · Hillsborough County</p> <div class="geo-card-links"> <a href="https://www.google.com/maps/dir/?api=1&origin=Brandon%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" class="geo-card-directions" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Brandon', 'tier': 1});">Get Directions &rarr;</a> <a href="/content/ford-dealer-near-me/brandon-fl">View Brandon page &rarr;</a> </div> </div> </div> </div> <!-- Mid-page CTA --> <div class="geo-cta-mid"> <span class="btntop"><a href="/dealership-info/hours-and-directions">Contact Us</a></span> <span class="btntop"><a href="/new">Browse Inventory</a></span> </div> <!-- Nearby Communities --> <div class="geo-section"> <h2>Nearby Communities</h2> <ul class="geo-nearby-list"> <li> <a href="/content/ford-dealer-near-me/riverview-fl">Riverview, FL</a> <span> <span class="geo-drive-badge">29 mins</span> 25.4 mi · <a href="https://www.google.com/maps/dir/?api=1&origin=Riverview%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Riverview', 'tier': 2});">Get Directions &rarr;</a> </span> </li> <li> <a href="/content/ford-dealer-near-me/valrico-fl">Valrico, FL</a> <span> <span class="geo-drive-badge">25 mins</span> 16.5 mi · <a href="https://www.google.com/maps/dir/?api=1&origin=Valrico%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Valrico', 'tier': 2});">Get Directions &rarr;</a> </span> </li> </ul> </div> <!-- Extended Service Area --> <div class="geo-section"> <h2>Extended Service Area</h2> <div class="geo-tier3-grid"> <div class="geo-tier3-item"> <a href="/content/ford-dealer-near-me/wesley-chapel-fl">Wesley Chapel, FL</a> <span class="geo-tier3-meta">39 mins · <a href="https://www.google.com/maps/dir/?api=1&origin=Wesley+Chapel%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Wesley Chapel', 'tier': 3});">Directions</a></span> </div> <div class="geo-tier3-item"> <a href="/content/ford-dealer-near-me/town-n-country-fl">Town 'n' Country, FL</a> <span class="geo-tier3-meta">42 mins · <a href="https://www.google.com/maps/dir/?api=1&origin=Town+%27n%27+Country%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Town 'n' Country', 'tier': 3});">Directions</a></span> </div> <div class="geo-tier3-item"> <a href="/content/ford-dealer-near-me/bartow-fl">Bartow, FL</a> <span class="geo-tier3-meta">32 mins · <a href="https://www.google.com/maps/dir/?api=1&origin=Bartow%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Bartow', 'tier': 3});">Directions</a></span> </div> </div> </div> <!-- Featured Vehicle Models --> <div class="geo-section"> <h2>Explore New Ford Models</h2> <div class="geo-featured-models"> <div class="geo-model-card"> <a href="/vcp/new/ford/f-150"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/3bea6e4ed0404dfa4e9913ecf2b13427.jpg" alt="New Ford F-150" title="New Ford F-150" class="geo-model-img" width="280" height="160" loading="lazy" onerror="this.style.display='none'"> <div class="geo-model-name">New Ford F-150</div> </a> </div> <div class="geo-model-card"> <a href="/vcp/new/ford/explorer"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/0bd046bdcd81dac10c988bfa23e381e7.webp" alt="New Ford Explorer" title="New Ford Explorer" class="geo-model-img" width="280" height="160" loading="lazy" onerror="this.style.display='none'"> <div class="geo-model-name">New Ford Explorer</div> </a> </div> <div class="geo-model-card"> <a href="/vcp/new/ford/bronco-sport"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/1149ee31a06904b8aae20d05c89f12b0.webp" alt="New Ford Bronco Sport" title="New Ford Bronco Sport" class="geo-model-img" width="280" height="160" loading="lazy" onerror="this.style.display='none'"> <div class="geo-model-name">New Ford Bronco Sport</div> </a> </div> <div class="geo-model-card"> <a href="/vcp/new/ford/escape"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/751ff5447eba313fa8830d3c7c1c02e0.webp" alt="New Ford Escape" title="New Ford Escape" class="geo-model-img" width="280" height="160" loading="lazy" onerror="this.style.display='none'"> <div class="geo-model-name">New Ford Escape</div> </a> </div> <div class="geo-model-card"> <a href="/vcp/new/ford/mustang"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/318c77eaaac5d3c54676764a89be5ec6.webp" alt="New Ford Mustang" title="New Ford Mustang" class="geo-model-img" width="280" height="160" loading="lazy" onerror="this.style.display='none'"> <div class="geo-model-name">New Ford Mustang</div> </a> </div> <div class="geo-model-card"> <a href="/vcp/new/ford/ranger"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/08c54e27e2767a6c74160274b15c698e.webp" alt="New Ford Ranger" title="New Ford Ranger" class="geo-model-img" width="280" height="160" loading="lazy" onerror="this.style.display='none'"> <div class="geo-model-name">New Ford Ranger</div> </a> </div> </div> </div> <!-- FAQs with Schema Markup --> <div class="geo-section" itemscope itemtype="https://schema.org/FAQPage"> <h2>Frequently Asked Questions</h2> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">What financing options do you offer?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Jarrett Scott Ford works with multiple lenders to find competitive financing rates for all credit situations. Our finance team can help you explore options including traditional auto loans, leasing, and special financing programs.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">Do you accept trade-ins?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Yes! We accept trade-ins and offer competitive valuations. Bring your current vehicle to Jarrett Scott Ford for a free appraisal, or use our online trade-in tool for an instant estimate.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">What is your return policy?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">We want you to be completely satisfied with your purchase. Ask about our exchange policy and any satisfaction guarantees available on your new or pre-owned Ford vehicle.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">Do you sell certified pre-owned vehicles?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Yes, Jarrett Scott Ford offers Ford Certified Pre-Owned vehicles that include extended warranty coverage, thorough multi-point inspections, and additional benefits for peace of mind.</p> </div> </details> </div> <!-- CTAs --> <div class="geo-cta-bar"> <span class="btntop"><a href="/dealership-info/hours-and-directions">Contact Us</a></span> <span class="btntop"><a href="/new">Browse Inventory</a></span> <span class="btntop"><a href="/service-appointment">Schedule Service</a></span> </div> </div> </div>
</div>
:::