https://faqs.hooray-seo.com/demo
A CDN to deploy a dynamic FAQ section for Hooray Agency’s advanced SEO hospitality clients.
Branded & dynamic area amenity maps are often difficult to create and manage at scale. As a site’s (or sites’) content base grow & change, so should (ideally) the information displayed in the area map. This is a challenge for many SEOs & Devs, as the map is often hard-coded for each property (either in the server or the client).
To address this, we’ve built a CDN that delivers a dynamic area map based on a centralized store of area amenities. The map is added to a website via a single script tag. This script tag queries the central repository, deploying the map to each page that includes the script tag, and has an element with the id
of hooray-map
(which is where the map is appended to)`.
<div id="hooray-map"></div>
script
tag.head
of the website (globally). Ensure the type
is set to module
.<!-- Hooray FAQs Framework -->
<script type="module" src="https://faqs.hooray-seo.com/script.js?domain="></script>
domain
URL param value the end of the script src
to query the correct map data.header.php
files.