← back to Hospitalitydesignreps

views/privacy.ejs

21 lines

<%- include('partials/head', { title: 'Privacy & cookies — ' + site.name, description: 'How Hospitality Design Reps uses directory information, browser preferences, analytics and advertising services.' }) %>
<main class="wrap main">
  <article class="long-form">
    <h1>Privacy &amp; cookies</h1>
    <p>Updated September 10, 2026</p>
    <p>Hospitality Design Reps is operated by Designer Wallcoverings. This notice describes information used when you browse this directory or contact us.</p>
    <h2>Directory information and inquiries</h2>
    <p>Listings contain professional agency information, territories, represented lines and business contact details. To request a correction or removal, or ask about information you have sent us, email <a href="mailto:<%= site.email %>"><%= site.email %></a>. If you contact us, your message and contact details are used to respond and maintain the directory.</p>
    <h2>Browser preferences and site requests</h2>
    <p>Your browser stores your chosen theme, sort order and card density in local storage. You can clear those preferences through your browser settings. Our hosting and security systems process requests, which can include an IP address, browser information, requested page and request time, to deliver and maintain the site.</p>
    <h2>Analytics and advertising</h2>
    <p>We use Google Analytics to understand how the directory is used, and include Google AdSense advertising technology. These services may receive your IP address, page address and browser information, and may store or read cookies. See <a href="https://policies.google.com/technologies/partner-sites">how Google uses information from partner sites</a>.</p>
    <p>Google and other advertising providers may use cookies to select ads based on visits to this site and other websites. Google advertising cookies can help Google and its partners personalize ads across participating sites. You can manage personalization through <a href="https://myadcenter.google.com/">Google My Ad Center</a> and find participating providers' choices at <a href="https://optout.aboutads.info/">YourAdChoices</a>. Read more about <a href="https://policies.google.com/technologies/ads">Google advertising technology</a>. Browser settings can also limit or clear cookies.</p>
    <h2>Links to other businesses</h2>
    <p>Agency websites and email services have their own privacy practices. This notice covers this directory, not those external services.</p>
    <h2>Contact</h2>
    <p><%= site.address %><br><a href="mailto:<%= site.email %>"><%= site.email %></a></p>
  </article>
</main>
<%- include('partials/foot') %>