NOAA-RDHPCS / noaa-rdhpcs.github.io

NOAA RDHPCS documentation
https://docs.rdhpcs.noaa.gov/
Creative Commons Zero v1.0 Universal
1 stars 9 forks source link

Add required items for Google to index the site #137

Closed underwoo closed 4 months ago

underwoo commented 4 months ago

Google needs the google*.html file to index the site. The build process will also create a sitemap file in a location that is defined in the robots.txt file.

This needs to be merged before #86 so we know Google is indexing the site.

underwoo commented 4 months ago

@chanwilson, I can do this another way. I can use a <meta /> tag on the home page of the site, instead of including the google*.html file as this does. I would add it to the index.rst file as:

.. meta::
   :google-site-verification: <code_goes_here>

Which method to you think would be better?