Add to head tag
		Add a meta tag to your homepage.
Copy the meta tag below and paste it inside the <head> section of your homepage (http://glendaleps.wa.edu.au). The tag should go between the <head> and </head> tags, before the <body> tag.
 
Dear Support,
Could you please advise how I add the following 
<meta name="google-site-verification" content="HXVeW5XopQqXQGuUyPTtnCwXp2_Gszfl5BgCtktB5bM" />
information into a head tag.
EXAMPLE:
<html>
  <head>
    <meta name="google-site-verification"
             content="HXVeW5XopQqXQGuUyPTtnCwXp2_Gszfl5BgCtktB5bM" />
    <title>My Title</title>
  </head>
  <body>
    page contents
  </body>
</html>	
	
