It looks like the fullscreen mode duplicates the recipe content in the HTML. So basically, the same directions show up twice in the page source — once in the regular recipe section, and again inside a hidden div with class="cooked-fsm-content" .
This could potentially be seen as duplicate content by search engines, which isn’t great for SEO. Would it be possible to change how that fullscreen content is handled? Maybe loading it Ajax or atleat adding something like data-nosnippet or aria-hidden to where they apear so search engines don’t index the duplicate.
Source: https://wordpress.org/support/topic/duplicate-content-from-fullscreen-mode-seo-concern/
It looks like the fullscreen mode duplicates the recipe content in the HTML. So basically, the same directions show up twice in the page source — once in the regular recipe section, and again inside a hidden div with class="cooked-fsm-content" .
This could potentially be seen as duplicate content by search engines, which isn’t great for SEO. Would it be possible to change how that fullscreen content is handled? Maybe loading it Ajax or atleat adding something like data-nosnippet or aria-hidden to where they apear so search engines don’t index the duplicate.
Source: https://wordpress.org/support/topic/duplicate-content-from-fullscreen-mode-seo-concern/