Low Text to HTML ratio #11475
anupkumarmaharjan
started this conversation in
General
Replies: 1 comment
-
To achieve a significantly better text-2-code ratio, maybe consider to just user plain, standard, dependancy-free html+css instead and use js only to enhance functionality ?! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the project based on the svelte with
Svelte: 4.2.0
@sveltejs/kit: ^1.24.0
and when it is run to calculate text to html ratio, the pages fail to threshold value which is 25% to 75%.
This is because the json is added on the HTML itself.
How can I achieve the high text to html ratio?
The test is done with SEMrush.com and https://www.siteguru.co/free-seo-tools/text-to-html-ratio
For eg. https://www.siteguru.co/free-seo-tools/text-to-html-ratio?url=https%3A%2F%2Fkit.svelte.dev%2F
Can anyone help to adjust the Inline JSON Usage that Svelte uses to load the content faster?
Beta Was this translation helpful? Give feedback.
All reactions