load-speed-seo

Load speed in seo

Load speed in seo

Google placed site speed as a metric in ranking and seo. Users don’t incline wait long time for loading. And if site loading lasts much time, they will relinquish. So analysis user’s attitude express site load speed lead to user satisfaction which google has prioritized. In analyzer websites paced load speed as an element in ranking and seo. this question pose how can improve load speed?

Optimizing images for seo

The most of the time which spent for loading is related to load images. High quality images need further time for loading. This expresses the importance of optimizing images for seo. You can shrink the quality of images by using Photoshop or other software.

Analyze load speed in Gtmetrix

site-speed-seo
site-speed-seo

Gtmetrix as an online website analyze site speed, required time for loading, attached files and other site speed elements. By inserting site address you can make sure about optimized images, optimized css files, and optimized js files and so on. You can easily proceed for downloading optimized files.

.htaccess configuration in seo

coding-seo
coding-seo

Css and js files change scarcely. If save them in server’s data, so don’t need to call again in each user’s request. By using codes in .htaccess file you can perform this configuration. In the following you can observe related codes for improving load speed and seo.

<IfModule mod_expires.c>

ExpiresActive On

ExpiresByType image/jpg “access 1 year”

ExpiresByType image/jpeg “access 1 year”

ExpiresByType image/gif “access 1 year”

ExpiresByType image/png “access 1 year”

ExpiresByType text/css “access 1 month”

ExpiresByType text/html “access 1 month”

ExpiresByType application/pdf “access 1 month”

ExpiresByType text/x-javascript “access 1 month”

ExpiresByType application/x-shockwave-flash “access 1 month”

ExpiresByType image/x-icon “access 1 year”

ExpiresDefault “access 1 month”

</IfModule>

## EXPIRES CACHING ##

 

امکان ارسال دیدگاه برای این نوشته وجود ندارد.