Tested using Pingdom Website Speed Test, PageSpeed Insights & ByteCheck
- Server Response Time 0.34s
- First Byte 0.35s
- Total Load Times +6-7sdigit
| // Credit Chris Coyier - https://css-tricks.com/snippets/jquery/smooth-scrolling/ | |
| $(function() { | |
| $('a[href*=#]:not([href=#])').click(function() { | |
| if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { | |
| var target = $(this.hash); | |
| target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); | |
| if (target.length) { | |
| $('html,body').animate({ | |
| scrollTop: target.offset().top |
Tested using Pingdom Website Speed Test, PageSpeed Insights & ByteCheck
If you are interested in hiring any of our facilities at Prior Park Prep School for personal or business use, please contact our Assistant Bursar, Mrs Iona Sadler isadler@priorparkschools.com
Facilities available to hire are:
Useful guide - How to 301 to a new domain
| /*eslint no-useless-escape: 0 */ | |
| import React from "react" | |
| import Helmet from "react-helmet" | |
| import ReactHtmlParser from "react-html-parser" | |
| import { graphql } from "gatsby" | |
| const SEO = props => { | |
| const { data } = props | |
| const splitJsonLdStringIntoArray = data.metaJsonLdContainer | |
| .replace(/\<\/script\>/g, "") |