alphagov / govuk_elements

❗️GOV.UK Elements is deprecated, and will only receive major bug fixes and security patches.
https://govuk-elements.herokuapp.com/
MIT License
227 stars 90 forks source link

Add the Google Webmaster Tools verification code for better monitoring #579

Closed Nooshu closed 6 years ago

Nooshu commented 6 years ago

What problem does the pull request solve?

Issue raised this morning where a broken set of pages were on live. These were reported by an external party. Adding in the meta tag in the head to verify the site. We can then setup email alerts using Webmaster Tools to notify us when we have errors on the live site.

How has this been tested?

Simple meta tag addition to the head element. Change will have no effect on site functionality.

What type of change is it?

Has the documentation been updated?

No documentation change required. Comment in code explaining the additions meaning.

joelanman commented 6 years ago

@Nooshu do we need to do the same for the prototype kit?

Nooshu commented 6 years ago

@joelanman yes good idea. I will set it up for elements, then do the same for the prototype kit too.