What is the name of the domain?
buff.game
What is the error number?
500
What is the error message?
Failed: Server error (5xx)
What is the issue you’re encountering
Google Crawler
What steps have you taken to resolve the issue?
https://search.google.com/test/rich-results/result?id=lsKcTu2x2jMN01G6NfNG5Q
Was the site working with SSL prior to adding it to Cloudflare?
Yes
What is the current SSL/TLS setting?
Full (strict)
What are the steps to reproduce the issue?
https://search.google.com/test/rich-results/result?id=lsKcTu2x2jMN01G6NfNG5Q
fritex
2
If true, you should see those requests in the Security → Events.
I’d suggest you to reduce and optimize the HTML code as you’ve got a lot of fonts included and other stuff from WordPress Elementor.
The test passes when the attributes aren’t close to each other at the beginning of the HTML document:

Simple fix use below:
<html lang="en-US" itemscope="itemscope" itemtype="https://schema.org/WebPage">
Instead of your version where the space isn’t added between "en-US"itemscope
:
<html lang="en-US"itemscope="itemscope" itemtype="https://schema.org/WebPage">
My best guess is some plugin is adding those wrongly or you’ve manually added this part? 
Manual code copy-pasted with a fix from above suggestion works, despite non Rich Snippets found:
- Mobile test (copy-paste code with a fix space added) - https://search.google.com/test/rich-results/result?id=zaPS_6ieTIql3lgV66jcgg
- Desktop test (copy-paste code with a fix space added) - https://search.google.com/test/rich-results/result?id=t3tbm9kstylmnx_rzhG9IQ
system
Closed
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.