- With new development system, static pages do not anymore have pre-rendered contents
- So there is no unique content in Static HTML.
- Because of that, Google bot view many of our pages as “duplicated” pages, which hurts the indexing and our SEO
- They sometimes read js contents and view dynamic HTML but for many pages we have this issue.
So my question are
- dynamic collection page and static collection page are essentially same because they both are not pre-rendered page. What is the point of using static collection pages now?
- Did anybody explore other option to make pages pre-rendered and stronger for SEO?