wordpress css is inline

said
2 Posts
said posted this 15 June 2021
Ask a Question

Hi
We created a wordpress page using nicepage plugin. It worked properly, but when we checked the page source all the css is embed in-line But we want to create and load all the css in another style sheet file and need to load from there. Is there any way to do this ?? please help

Hi We created a wordpress page using nicepage plugin. It worked properly, but when we checked the page source all the css is embed in-line But we want to create and load all the css in another style sheet file and need to load from there. Is there any way to do this ?? please help
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 17 June 2021

Hello Martin,

Unfortunately, page-specific CSS is combined in the page source, not into the stand-alone CSS file.
There is no way to change such behavior of Nicepage logic.
Page embedded styles do not cause any problems on the page.

...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Martin, Unfortunately, page-specific CSS is combined in the page source, not into the stand-alone CSS file. There is no way to change such behavior of Nicepage logic. Page embedded styles do not cause any problems on the page. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
said
2 Posts
said posted this 17 June 2021

thank you for your reply,
but inline css will affect SEO and website ranking???

thank you for your reply, but inline css will affect SEO and website ranking???
Support Team
Support Team posted this 17 June 2021

Hello Martin,

Inline CSS shouldn't affect SEO.
...................................................
Sincerely,
Lilioneta
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Martin, Inline CSS shouldn't affect SEO. ................................................... Sincerely, Lilioneta Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ksnyders
6 Posts
ksnyders posted this 29 December 2023

Obviously as a developer, I can tell you that it is possible to move the css into stand alone file. The answer "Inline CSS shouldn't affect SEO" is not sufficient. Then we have to weigh the ease of use of nicepage against the possible SEO consequences.

From stackoverflow:

"Answered and voted for by true developers.

In-line CSS will contribute to the payload of the page and that affects the load speed. Load speed is one of many ranking factors so it's almost an impossible question to answer conclusively.

The text to code ratio also plays a role. Tons of code to render a few lines of visible text means that search engines need to dig deeper to find the content relevancy in pages. Matt Cutts has alluded to this a few times.

While search engines may ignore comments and in-line css/js the bandwidth, processing and storage logistics may be motivation enough to dampen the SEO performance to some degree on heavy in-line css pages.

Personally I use in-line code only when absolutely page specific scenarios require it and even then I use css compression tools to reduce white space in the documents when ready for production.

I have had this conversation on many occasions and no neither side is conclusive. My simple answer is, if it "could" be detrimental then why risk it."

Obviously as a developer, I can tell you that it is possible to move the css into stand alone file. The answer "Inline CSS shouldn't affect SEO" is not sufficient. Then we have to weigh the ease of use of nicepage against the possible SEO consequences. From stackoverflow: "Answered and voted for by true developers. In-line CSS will contribute to the payload of the page and that affects the load speed. Load speed is one of many ranking factors so it's almost an impossible question to answer conclusively. The text to code ratio also plays a role. Tons of code to render a few lines of visible text means that search engines need to dig deeper to find the content relevancy in pages. Matt Cutts has alluded to this a few times. While search engines may ignore comments and in-line css/js the bandwidth, processing and storage logistics may be motivation enough to dampen the SEO performance to some degree on heavy in-line css pages. Personally I use in-line code only when absolutely page specific scenarios require it and even then I use css compression tools to reduce white space in the documents when ready for production. I have had this conversation on many occasions and no neither side is conclusive. My simple answer is, if it "could" be detrimental then why risk it."
You must log in or register to leave comments