Get a free quote — call us today: 07351 639478 or 01782 692962
🏠
15+ Years Local Experience
24–48 Hours Quote Turnaround
Free Written Quotes
🛡️
Workmanship Guarantee
60+ Reviews Excellent Rated

Find Us

26 Park Hall Road, Park Hall, Stoke-on-Trent, Staffordshire, ST3 5XA

Call Us

07351 639478

01782 692962

Email Us

hello@potteriesfascias.co.uk

Chat with us
, or paste into * Appearance > Theme Editor > footer.php, or enqueue via functions.php. * * How it works: * - Scans every page for FAQ microdata (itemtype="schema.org/Question") * - If it finds any, builds a FAQPage JSON-LD block automatically * - Injects it into so Google picks it up * - Zero config — just add the FAQ HTML block to any page and this does the rest */(function () { const questions = document.querySelectorAll('[itemtype="https://schema.org/Question"]'); if (!questions.length) return;const entities = Array.from(questions).map(function (q) { const name = q.querySelector('[itemprop="name"]'); const answer = q.querySelector('[itemprop="text"]'); if (!name || !answer) return null;return { "@type": "Question", "name": name.textContent.trim(), "acceptedAnswer": { "@type": "Answer", "text": answer.textContent.trim() } }; }).filter(Boolean);if (!entities.length) return;const schema = { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": entities };const script = document.createElement("script"); script.type = "application/ld+json"; script.textContent = JSON.stringify(schema, null, 2); document.head.appendChild(script); })();