n00bster Posted March 9, 2020 at 06:35 PM Share Posted March 9, 2020 at 06:35 PM besides optimizing jreviews linked category menu items for better SEO results i noticed that category images do not have a "alt" tag. my aim is to contain also the SEO keyword in the "alt" tag. the "alt" tag what i mean in the joomla category mask: the default theme category code in the joomla file (blog.php) does output also the "alt" tag: <img src="<?php echo $this->category->getParams()->get('image'); ?>" alt="<?php echo htmlspecialchars($this->category->getParams()->get('image_alt'), ENT_COMPAT, 'UTF-8'); ?>"/> the theme category code from jreviews "listings_header" file where i miss the "alt" tag: <?php echo $Html->image(WWW_ROOT . $page_image,['class'=>'jrLeft'])?> i think it would be a fine optimization when jreviews would also output the nativ joomla "alt text" to push category SEO results. Link to comment
Alejandro Posted March 9, 2020 at 07:42 PM Share Posted March 9, 2020 at 07:42 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
n00bster Posted March 10, 2020 at 07:21 AM Author Share Posted March 10, 2020 at 07:21 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts