Nobody
Nobody

Reputation: 19

Material-UI inline styling SEO impact

I'm using Material UI for React and they're using inline style since the 0.8.0 version.

How much does this solution has an impact on the SEO ?

Most SEO checkers are reporting issues for inline styling on websites using them but Material UI is too good to be ditched for that only reason (unless it's a big deal).

There are some alternatives but they're not as up to date as the official Material UI...

Thanks !

Upvotes: 0

Views: 1229

Answers (1)

Nick
Nick

Reputation: 225

This has no connection to SEO, except page load time, maybe. Inline CSS is never a good practice for future product support. But I would not worry about SEO at all, as the main thing for SEO is your unique content and quality links to your page :)

Upvotes: 2

Related Questions