Heatherbell Posted April 21, 2015 Share Posted April 21, 2015 Hope somebody can advise. We have OSC bootstrap running but google is telling us that we do not have a viewport specified. How do we do this? Should we do this? Have we missed something in configuring the OSC installation? Many thanks for any help. Link to comment Share on other sites More sharing options...
Hotclutch Posted April 21, 2015 Share Posted April 21, 2015 The viewport meta tag is hard coded into template_top.php of the bootstrap installation. Google does not complain about a stock installation, so maybe you running a template? or somehow modified it from the original. Link to comment Share on other sites More sharing options...
Heatherbell Posted April 22, 2015 Author Share Posted April 22, 2015 Thank you. I have Header Tags SEO installed which has changed template top - is this the problem? or how to fix it? The code I have is: <?php /*** Begin Header Tags SEO ***/ if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <meta charset="<?php echo CHARSET; ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title> <?php Link to comment Share on other sites More sharing options...
Hotclutch Posted April 22, 2015 Share Posted April 22, 2015 May well be. Is the header tags SEO for bootstrap version or one of the osCommerce versions before? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.