SEO question

ThemeBurn SupportForumsOpenCart ThemesBurnEngineSEO question

This topic has been marked as resolved.

Hello support

I have installed seo backpack from isenselabs because it seems to be compatible with themeburn,and uninstalled the themeburn seo extension but it still seems to use the themeburn seo settings in some way.
This is because there is a problem with the structured data, the advise from seo backpack is the following:
Please disable the ThemeBurn SEO and there shouldn’t be any issue with the structured data in the future.

Do i have to disable the themeburn seo module in another way?
I hope you can advise me with this problem.

regards,
Chris

February 14, 2019 at 2:13 pm #67156

Hi Chris,

1) Make sure there is no BurnEngine SEO modification in Admin > Extensions > Modifications.

2) BurnEngine adds product structured data for products even without the SEO extension installed. If you want these removed then you will need to edit:

catalog/view/theme/BurnEngine/template/product/product.tpl
catalog/view/theme/BurnEngine/template/tb/header.tpl

3) The code to remove is:

<!-- Header -->

<?php if (!isset($tbData['seo_settings']['facebook_opengraph']) || !empty($tbData['seo_settings']['facebook_opengraph'])): ?>
<?php echo $tbData->fbMeta; ?>
<?php endif; ?>
<?php if (!isset($tbData['seo_settings']['twitter_card']) || !empty($tbData['seo_settings']['twitter_card'])): ?>
<?php echo $tbData->twitterMeta; ?>
<?php endif; ?>

<!-- Product -->

<?php if (!isset($tbData['seo_settings']['google_microdata']) || !empty($tbData['seo_settings']['google_microdata'])): ?>
<script type="application/ld+json">
...
</script>
<?php endif; ?>

P.S. What features from the SEO backpack extension do you miss in BurnEngine SEO pack?

BR,
ThemeBurn team

February 15, 2019 at 10:16 am #67160

Thank you for your quick response, i removed the code but the existing error stil remains when i look at the structured data from my products, stil get the following error: “availability”: “9″,
it gives the availibilty but it should be “in stock”.
Any idea how this can be solved?

p.s. i tought that seo backpack would be easier to use, but that is not the case.

February 15, 2019 at 11:41 am #67166

Hi,

Can you please provide more information about the problem? It seems we might have got you wrong. You can attach a screenshot if appropriate.

BR,
ThemeBurn team

February 15, 2019 at 12:26 pm #67168

Hi, it is solved, deleting the cache files several times solved it.

Another thing, i disabled the star rating, used the patch BE-v1.3.2_show_empty_rating1.zip from an earlier toppic, but the empty stars are stil showing, i deleted vqmod cache. How to get rid of the stars?

February 18, 2019 at 9:49 am #67204

Hi,

In a couple of days we will provide a whole new version with all fixes included.

BR,
ThemeBurn team

February 19, 2019 at 11:13 pm #67225
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.