Jump to content

Remove "more info" tab? Bad for SEO?


Recommended Posts

  • 4 weeks later...

If you are referring to the more tab for category description this link may help:

http://www.prestasho...es-description/

 

Check your PS version and backup prior to making modifications.

 

No, I don't mean the "More Info" button. I mean the "More info" tab (the first tab of the product tabs on the product page). In other words, the tab where the text for the long description as submitted in the back office for each product. I want to take away that tab and have all product description text in the short description and not use the long description at all.

 

So, is it bad for SEO to only use the short description and take away the long description in the shop???

Link to comment
Share on other sites

edit product.tpl

 

comment (or delete) this line

{if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if}

 

and these

 

{if isset($product) && $product->description}
	<!-- full description -->
	<div id="idTab1" class="rte">{$product->description}</div>
{/if}

 

I don't think it's bad for SEO to delete long description field if you use short description field with some keywords relevant for you store. Actually it's better to use important keywords at the top of the page. You may only have problems that lenght of short description is limited, but that can be also changed (search on forum).

Edited by webplus (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...