【SEO & SSR】How can I reduce the <style data-vue-ssr-id ... like tag
-
currently I am using ssr mode to rendering the website.
The SEO require that the <head> part need to be as neat as possible, because the search engine crawler has budget, if one page has exceed 200k, for example, it will stop to crawling rest content, which is not we expected, so, How can I reduce these annoy inline style tag? any solution to this?
-
@iamike have you solved this issue?