Zen Cart Logo
Forums / Features Wish List / Google Is Complaining that for site_map.html that the clickable elements are too clos

Google Is Complaining that for site_map.html that the clickable elements are too clos

Views: 45

Results 1 to 2 of 2
3 Jun 2021, 11:16 PM
#1
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Google Is Complaining that for site_map.html that the clickable elements are too clos

Google Is Complaining that for site_map.html that the clickable elements are too close to each other for mobile users. I am going to guess that this is not template related???? ... or will be corrected.

Thank you!

4 Jun 2021, 2:15 AM
#2
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: Google Is Complaining that for site_map.html that the clickable elements are too clos

can be fixed by:

/includes/templates/template_default/templates/tpl_site_map_default.php

find <li> and replace with <br><li>

/includes/classes/site_map.php

change:

   $child_start_string = '<li>',

to

   $child_start_string = '<br><li>',