WebSite X5Help Center

 
Blaz Ferlinc
Blaz Ferlinc
User

Mobile friendy for Google boot?  en

Autor: Blaz Ferlinc
Besucht 1648, Followers 1, Geteilt 0  

I have got this message from Google webmaster tool, about fixing mobile usability issues found on my website baking-soda.us:

"Google systems have tested 64 pages from your site and found that 100% of them have critical mobile usability errors. The errors on these 64 pages severely affect how mobile users are able to experience your website. These pages will not be seen as mobile-friendly by Google Search, and will therefore be displayed and ranked appropriately for smartphone users."

When can we expect the solution for this issue - maybe in version WebSite X5 Prof. 12?

Gepostet am
3 ANTWORTEN
Incomedia
Riccardo P.
Incomedia

Hello Blaz,

i send your information to our developer team, you need modify manually the site if you want that your sitemeets thecriteriaofgoogle.

Thank you.

Mehr lesen
Gepostet am von Riccardo P.
Blaz Ferlinc
Blaz Ferlinc
User
Autor

I have found partial solution that may be helpfull for other X5 users too:

- I have increased the font size to 16 and increased the buttons menu distance to 30. The mobile usability increased for around 10%, but warning about fixing website viewport supports for fluid layout, so that pages can be easily viewed on mobile devices is still there?

- I have got another 10% for mobile and dektop usability for increased website speed with adding this code in .htaccess file (have to create one and upload it on the server):

<IfModule mod_headers.c>
# WEEK
<FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=886400, public"
</FilesMatch>

# WEEK
<FilesMatch "\.(js|css|swf)$">
Header set Cache-Control "max-age=886400"
</FilesMatch>
</IfModule>

With this code is setting an expiry date or a maximum age (in seconds) in the HTTP headers for static resources that instructs the browser to load previously downloaded resources from local disk rather than over the network.

- But Google webmaster tool still demand that I "Should Fix and enable compression:
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.


Enable compression for the following resources to reduce their transfer size by 321.8KiB (71% reduction):

Compressing http://baking-soda.us/res/x5engine.deferrable.js could save 188.2KiB (73% reduction).
Compressing http://baking-soda.us/res/jquery.js?24 could save 58.9KiB (64% reduction).
Compressing http://baking-soda.us/res/x5cartengine.js could save 36.1KiB (73% reduction).
Compressing http://baking-soda.us/cart/x5cart.js?24_635620534638008808 could save 16.1KiB (73% reduction).
Compressing http://baking-soda.us/res/l10n.js could save 13.5KiB (64% reduction).
Compressing http://baking-soda.us/res/swfobject.js could save 5.5KiB (59% reduction).
Compressing http://baking-soda.us/res/x5engine.js?24 could save 1.9KiB (51% reduction).
Compressing http://baking-soda.us/res/x5settings.js could save 1.6KiB (62% reduction)."

Does anyone have any solution how to do this compression?

Thank you in advance.

Mehr lesen
Gepostet am von Blaz Ferlinc
Incomedia
Riccardo P.
Incomedia

Hello Blaz,

this is not important, it is onlyto save spaceby reducing the sizeof the files.
These files, however, arealreadyof smalldimensions, and thereforemay remainso.

You can don't worry.

Mehr lesen
Gepostet am von Riccardo P.