We’ve had a number of projects have SEO issues, due to our capturing logic where a plaintext file is injected into our DOM. Googlebot will occasionally pick that up, and end up showing the contents of the plaintext file versus actual page meta data for the site.
This PR aims to remove the plaintext element as soon as we capture the document.
We’ve had a number of projects have SEO issues, due to our capturing logic where a plaintext file is injected into our DOM. Googlebot will occasionally pick that up, and end up showing the contents of the plaintext file versus actual page meta data for the site.
This PR aims to remove the plaintext element as soon as we capture the document.