← back to Beverlyhillsvideos
public/privacy.html
87 lines
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Privacy Policy · Beverly Hills Videos</title>
<meta name="description" content="How Beverly Hills Videos handles data, cookies, and advertising.">
<link rel="canonical" href="https://beverlyhillsvideos.com/privacy.html">
<meta property="og:title" content="Privacy Policy">
<meta property="og:description" content="How Beverly Hills Videos handles data, cookies, and advertising.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Beverly Hills Videos">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Jost:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
</head>
<body>
<header class="site-head">
<div class="wrap">
<button class="hamb" aria-label="Open menu" aria-expanded="false" onclick="toggleNav(this)"><span></span><span></span><span></span></button>
<a class="brand" href="/">BEVERLY HILLS<span>VIDEOS</span></a>
</div>
</header>
<div class="drawer" id="nav" aria-hidden="true">
<button class="drawer-x" aria-label="Close menu" onclick="toggleNav()">×</button>
<nav>
<a href="/">Home</a>
<a href="/videos.html">Videos</a>
<a href="/restaurants.html">Restaurants</a>
<a href="/posts/beverly-hills-real-estate.html">Real Estate</a>
<a href="/posts/rodeo-drive-guide.html">Rodeo Drive</a>
<a href="/posts/things-to-do-beverly-hills.html">City Guide</a>
<a href="/posts/dining-in-beverly-hills.html">Dining</a>
<a href="/posts/beverly-hills-nightlife.html">Nightlife</a>
<a href="/map.html">Map</a>
</nav>
</div>
<script>
function toggleNav(btn){
var d=document.getElementById('nav'), open=d.classList.toggle('open');
document.body.style.overflow=open?'hidden':'';
d.setAttribute('aria-hidden', open?'false':'true');
var h=document.querySelector('.hamb'); if(h) h.setAttribute('aria-expanded', open?'true':'false');
if(open) h&&h.classList.add('x'); else h&&h.classList.remove('x');
}
</script>
<article class="post">
<div class="wrap">
<h1>Privacy Policy</h1>
<p class="crumb">Beverly Hills Videos · beverlyhillsvideos.com · Last updated September 3, 2026</p>
<p>This policy explains what Beverly Hills Videos collects, how we use it, and your choices.</p>
<h2>Information we collect</h2>
<p>Standard server logs (IP address, browser type, referring pages, timestamps) and information stored in
cookies. We do not sell your personal information.</p>
<h2>Cookies and advertising</h2>
<p>We use cookies to operate the site and to display advertising. <strong>Third-party vendors, including
Google, use cookies to serve ads</strong> based on your prior visits to this and other websites. Google’s use
of advertising cookies enables it and its partners to serve ads to you based on your visit to beverlyhillsvideos.com and/or
other sites on the Internet. You may opt out of personalized advertising by visiting
<a href="https://www.google.com/settings/ads" target="_blank" rel="noopener noreferrer">Google Ads Settings</a>,
or opt out of third-party vendors’ use of cookies at
<a href="https://www.aboutads.info/choices/" target="_blank" rel="noopener noreferrer">aboutads.info</a>
(or <a href="https://www.youronlinechoices.eu/" target="_blank" rel="noopener noreferrer">youronlinechoices.eu</a>
in the EEA/UK). Where required by law, we request consent before setting non-essential advertising cookies.
See <a href="https://policies.google.com/technologies/partner-sites" target="_blank" rel="noopener noreferrer">Google’s Privacy & Terms</a>.</p>
<h2>Your choices</h2>
<p>Most browsers let you block or delete cookies through their settings, and you can use the opt-out links
above to limit personalized advertising.</p>
<h2>Contact</h2>
<p>Questions or a data request? Email <a href="mailto:privacy@beverlyhillsvideos.com">privacy@beverlyhillsvideos.com</a>.</p>
</div>
</article>
<footer class="site-foot">
<div class="wrap">
<p>© 2026 Beverly Hills Videos · beverlyhillsvideos.com</p>
<p class="fine">An independent editorial guide to Beverly Hills — its neighborhoods, culture, shopping, and dining.
Not affiliated with the City of Beverly Hills. <a href="/privacy.html">Privacy</a></p>
<p class="fine">Hero image: “Via Rodeo, Beverly Hills” by <a href="https://commons.wikimedia.org/wiki/File:Via_Rodeo,_Beverly_Hills.jpg" target="_blank" rel="noopener noreferrer">Kjetil Ree</a>, <a href="https://creativecommons.org/licenses/by-sa/2.5/" target="_blank" rel="noopener noreferrer">CC BY-SA 2.5</a>.</p>
</div>
</footer>
</body>
</html>