Okay
  Public Ticket #1392324
SEO - Salient
Closed

Comments

  • danidanito69 started the conversation

    Hello,

    I'm working in my SEO website. And I found this mistakes:

    - Pages optimized for mobile devices must include a meta tag in the document header with the following format: width = device-width, initial-scale = 1. Is there any way I can add this code to my website?

    - Try not to include style instances ("inline styles") in your website. Avoid including too many CSS style sheets. Your website has more than 4. Avoid including too many Javascript files on your website. It has more than 7. This is something we can't change, right?

    Thank you very much.

    Best, Dani.

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    1. You can insert that under Appearance > Editor > Header.php

    Place it under;

    <!-- Meta Tags -->
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    2. Yes, most of the the js files are in use in the site, however you can use the following plugin to try and optimize the site https://wordpress.org/plugins/w3-total-cache/

    Hope this helps,

    Regards

  • danidanito69 replied

    Hey Andrew,

    Thank you so much for your reply. That really helped me :)

    Best, Dani