Closed travisbikkle closed 2 hours ago
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
generated with @docusaurus/Head is like:
<meta name="xxxxxx-verification" content="xxxxxx" data-rh="true">
Some search engines requires
<meta name="xxxxxx-verification" content="xxxxxx">
, and they are not smart enough verify a meta with data-rh.
No response
import Head from '@docusaurus/Head'; <Head> <meta name="baidu-site-verification" content="codeva-xxxxx" /> <meta name="sogou_site_verification" content="xxxxx" /> </Head>
Although those search engines are stupid, but we also should not add anything we won't use. Please remove the "data-rh" property.
This is not added by us. Please report to https://github.com/staylor/react-helmet-async instead. It looks like they already have https://github.com/staylor/react-helmet-async/issues/12
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
generated with @docusaurus/Head is like:
Some search engines requires
, and they are not smart enough verify a meta with data-rh.
Reproducible demo
No response
Steps to reproduce
Expected behavior
Although those search engines are stupid, but we also should not add anything we won't use. Please remove the "data-rh" property.
Actual behavior
Your environment
Self-service