The site serves as internal source documentation for training and daily use only.

Trade Addon Guide

Trade Form Intro Box HTML:


<h2>We Will Buy Your Vehicle Today.</h2>
<h4>We want your vehicle! Get the best value for your trade-in!</h4>
<p>Bring in your car to our dealership and get cash or trade-in credit toward a <a href="newandusedcars?clearall=1"><strong>New Car, Truck or SUV</strong></a>. Call or visit today!</p>

Example Image:

Banner HTML for Home, SRP & VDP Page:


<div class="html-banner row mx-0 my-3">
<div class="banner-content col-md text-center">
<a href="/trade" title="We Buy Cars" alt="We Buy Cars">
<h3>We Buy Cars In Louisville!</h3>
<strong class="btn" >Get Your Free Quote Today</strong>
<small>Let Dealer Car Search Demo Help You Get Top Value For Your Investment!</small>
</a>
</div>
</div>

Banner CSS


.html-banner {
@include html-banner(#333333, #000000);
}

Example Image:

Add 'We Buy Cars/Sell Your Car' Page (we-buy-cars):
  • Meta Title:
        Sell Your Car in Louisville, KY at Dealer Car Search Demo
        
  • Meta Description:
    Let Dealer Car Search Demo help you get rid of your old ride and receive fair market value for your ride today! Fill out our simple form to get started!
  • H1 tag:
        Sell Your Car in Louisville, KY at Dealer Car Search Demo
  • HTML:
    
    <div class="row tradeaddon">
    <h2 class="dealerTitle">Get Top Dollar For Your Vehicle in Louisville</h2>
    <p><strong>Dealer Car Search Demo</strong> offers a new type of buying program that is fast, easy, and fun - <strong>Dealer Car Search Demo</strong>! If you are sitting at a dealership in the Louisville area and think you are not getting offered enough for your trade, or if you are simply looking to get some extra cash and want to <strong><a class="highlighttext" alt="Sell Your Car" href="trade">sell your vehicle outright</a></strong>, you are looking in the right place.</p>
    <h2 class="dealerTitle">Fast & Easy. Get Paid Today!</h2>
    <p>Fill out our <strong><a class="highlighttext" alt="Sell Your Car" href="trade">Buy Your Car Form</a></strong> and within minutes you will hear from one of our buyers with the value your vehicle. If you like our offer, stop by our location for a full vehicle appraisal. <strong>Dealer Car Search Demo</strong> strives to offer you the absolute most for your vehicle and we will give you cash! We strive for a response time of 15 minutes or less.</p>
    <h5>Needing to downsize vehicles? Need to clear a few out? Let us help out!</h5>
    <p>Let <strong>Dealer Car Search Demo"</strong> help you get rid of your old ride and receive fair market value for your ride today! Fill out our <a href="/trade">simple form to get started!</a></p>
      </div>
      
      
  • CSS:
    
      <style>
      .tradeaddon h1  { text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    .tradeaddon .dealerTitle{
     font-size: 1.875rem;
        font-style: italic;
        font-weight: bolder;
        color: #fff;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    }
    </style>
    
      
Example Image: