Okay
  Public Ticket #2437387
Google Search Console Issues
Closed

Comments

  •  2
    XtraMark started the conversation

    Google Search Console says I have to fix these 2 issues:

    1. Content wider than screen
    2. Clickable elements too close together


    Is there css I can implement that will appease the Google gods?

    Thanks for your help.

  •  8,851
    Tahir replied

    Hey Again,

    Unfortunately, it's not possible to please the Google gods at the momentsmile.png. Also, those are just suggestions and don't make any real world impact on google listings from what i have read about it.

    Thanks 


    ThemeNectar Support Team 

  •  2
    XtraMark replied

    That's surprising that the current version of Salient doesn't support existing Google Search Console standards. Salient has been a dependable theme for a long time. If Google compliance is not on your fix list, may I please request it? What Google Search Console says REALLY DOES matter in terms of website rankings.

    That being said, is there css that will make the mobile screen widths the accurate size so content is not off the screen?

    Is there css that will add more space between mobile menu items?

    Thank you in advance for your help.

  •  1,076
    ThemeNectar replied

    Hey XtraMark,

    Those two issues are occurring because the Google mobile test is failing to finish loading the document stylesheets and thus providing you a result based on an unstyled page (see attached screenshot): https://search.google.com/test/mobile-friendly?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=kAqY3uL7bGIsIP3RUikKxA

    The mobile friendly test will only wait a small amount of time before canceling any pending requests and moving to the results. It looks like you have many requests going on and are also blocking the googlebot via your robots.txt file (according to the mobile friendly test). You could help/correct the number of requests issue by enabling js/css minfication. 

    When the test can successfully complete, those issues will not show: 

    https://search.google.com/test/mobile-friendly?id=NefKyWJhLemhKOaIlhqLKA

  •  2
    XtraMark replied

    Thank you for the insights. They've been very helpful. It looks like I need special css for the blog page and blog posts to create a 15% margin on the left and right. Is that possible?

  •  1,076
    ThemeNectar replied

    You're welcomesmile.png

    For the blog page here: https://xtramark.com/marketing-tips-blog/ You could just edit the row which is holding the blog element and use the page builder left/right padding option. See attached screenshot in regards.

    Cheers

  • zaksingle replied

    XtraMark did this help? GSC is only showing it for 1 of my post pages.

  •  2
    XtraMark replied

    Because it was only one page, I just created a disallow in htaccess.

  • zaksingle replied

    Dang. Ok thanks for your reply.