diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-20 00:13:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-20 00:14:10 -0700 |
commit | 2a98d10be1cc1368f9510745bff07c343974d4a7 (patch) | |
tree | 712c27d902235d8d007763b512c57eaecd8045ad /python/fatcat_web/templates | |
parent | c15cbf3568f7d91774e1cb82a39474c0ff874616 (diff) | |
download | fatcat-2a98d10be1cc1368f9510745bff07c343974d4a7.tar.gz fatcat-2a98d10be1cc1368f9510745bff07c343974d4a7.zip |
fix SearchAction nesting in WebSite (schema.org)
This is not related to sitemap changes, but I was reminded in google
search tools when validating site.
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/home.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index de32d6a4..7ffa64ca 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -8,12 +8,9 @@ {% endblock %} {% block fullmain %} -<!-- -<div class="ui container text" itemscope itemtype="https://schema.org/WebSite"> -<meta itemprop="url" content="https://{{ config.FATCAT_DOMAIN }}/"/> ---> -<div class ="ui vertical inverted masthead center aligned segment" style="padding-top: 12em; padding-bottom: 10em;"> +<div class ="ui vertical inverted masthead center aligned segment" style="padding-top: 12em; padding-bottom: 10em;" itemscope itemtype="https://schema.org/WebSite"> + <link itemprop="url" content="https://{{ config.FATCAT_DOMAIN }}/"/> <div class="ui text container"> <h1 class="ui header inverted huge centered">Perpetual Access to Millions of Open Research Publications From Around The World</h1> <br> |