mobify / mobifyjs

Mobify.js was a JavaScript framework for optimizing sites for mobile. It is no longer actively maintained.
https://www.mobify.com/
Other
643 stars 83 forks source link

Remove plaintext element for SEO #317

Closed kevinxh closed 5 years ago

kevinxh commented 5 years ago

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.

kevinxh commented 5 years ago

Once this PR is merged, complete the TODO in https://github.com/mobify/mobify-client/pull/87

kevinxh commented 5 years ago

Closing this due to wrong branch. See https://github.com/mobify/mobifyjs/pull/318.