rezapfcj
December 13th, 2017, 02:37
سلام خدمت دوستان عزیز
خاستم دوستان که در سئو تجربه دارن کمک کنند تا مشخصات سایت رو برا سئو درست کنم با کمک از سایت seositecheckup.com
ادرس سایتم تمنا موزیک (http://www.tamanamusic.ir/) http://www.tamanamusic.ir/ هست
ممنون میشم دوستان کمک کنند تا مشکلتش رو درست کننم
یکی از مشکل هاش که توجه نشدم این هست
Inline CSS Test
این خطا رو میده که این ها توش نوشته
How to fix - Inline CSS Test It is a good practice to move all the inline CSS rules into an external file in order to make your page "lighter" in weight and decrease the code to text ratio.
check the HTML code of your page and identify all style attributes
for each style attribute found you must properly move all declarations in the external CSS file and remove the style attribute
For example:
<!--this HTML code with inline CSS rule:-->
<p style="color:red; font-size: 12px">some text here</p>
<!--would became:-->
<p>some text here</p>
<!--and the rule added into your CSS file:-->
p{color:red; font-size: 12px}
این کد رو باید کجا بزارم یا چه جوری بزارم ؟
خاستم دوستان که در سئو تجربه دارن کمک کنند تا مشخصات سایت رو برا سئو درست کنم با کمک از سایت seositecheckup.com
ادرس سایتم تمنا موزیک (http://www.tamanamusic.ir/) http://www.tamanamusic.ir/ هست
ممنون میشم دوستان کمک کنند تا مشکلتش رو درست کننم
یکی از مشکل هاش که توجه نشدم این هست
Inline CSS Test
این خطا رو میده که این ها توش نوشته
How to fix - Inline CSS Test It is a good practice to move all the inline CSS rules into an external file in order to make your page "lighter" in weight and decrease the code to text ratio.
check the HTML code of your page and identify all style attributes
for each style attribute found you must properly move all declarations in the external CSS file and remove the style attribute
For example:
<!--this HTML code with inline CSS rule:-->
<p style="color:red; font-size: 12px">some text here</p>
<!--would became:-->
<p>some text here</p>
<!--and the rule added into your CSS file:-->
p{color:red; font-size: 12px}
این کد رو باید کجا بزارم یا چه جوری بزارم ؟