SEO vs. Client side
Unanswered
Forest bachac posted this in #help-forum
Forest bachacOP
- Currently, I am rendering my article's content on the server.
- However, I am trying to integrate a font modification button (similar to one's available on many news sites).
- Is there an alternative to states to change the font size so I can maintain SEO? Should I just do document.style?
Note; I am using tailwind for css
- However, I am trying to integrate a font modification button (similar to one's available on many news sites).
- Is there an alternative to states to change the font size so I can maintain SEO? Should I just do document.style?
Note; I am using tailwind for css
1 Reply
Forest bachacOP
css variables?