We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The favicon shows in the Google search result page should not be skewed.
In the HTML header we probably are not using the standard attribute for the icon, or missing the line here:
<link data-rh="true" rel="shortcut icon" href="/static/824a316591aa77b6ed2559aa3d5a613b/favicon.ico" type="image/x-icon">
Per Google's guide: https://developers.google.com/search/docs/appearance/favicon-in-search?hl=en&visit_id=638629747645764617-1384079662&rd=1
Screenshots
Desktop (please complete the following information): Lastest Chrome desktop
The text was updated successfully, but these errors were encountered:
Related pr: #542
updated. we might need some time to wait for the search engine to update its indexing, which took a week on the website(www.pingcap.com).
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The favicon shows in the Google search result page should not be skewed.
In the HTML header we probably are not using the standard attribute for the icon, or missing the line here:
Per Google's guide: https://developers.google.com/search/docs/appearance/favicon-in-search?hl=en&visit_id=638629747645764617-1384079662&rd=1
Screenshots
Desktop (please complete the following information):
Lastest Chrome desktop
The text was updated successfully, but these errors were encountered: