soluthier Posted February 13, 2014 Share Posted February 13, 2014 Hi there, I couldn't find a way to add rich snippets to Description since it is not part of product.tpl. Description is inside a Tab so I can't figure it out how to show to Mr. Google that information for my product. By the way, I don't use short description so for me this is not a option for now. Has anyone found a solution? thanks in advance! Link to comment Share on other sites More sharing options...
NemoPS Posted February 14, 2014 Share Posted February 14, 2014 Have you tried this? <div id="more_info_sheets" class="sheets align_justify"> {if $product->description} <!-- full description --> <div id="idTab1" class="rte" " itemprop="description">{$product->description}</div> {/if} It is a tab, but it's already shown when the page loads 2 Link to comment Share on other sites More sharing options...
soluthier Posted February 14, 2014 Author Share Posted February 14, 2014 I Have you tried this? <div id="more_info_sheets" class="sheets align_justify"> {if $product->description} <!-- full description --> <div id="idTab1" class="rte" " itemprop="description">{$product->description}</div> {/if} It is a tab, but it's already shown when the page loads Thanks Nemo! I always follow your blog but you wrote that it could be tricky and instead you might use short description for that purpose. Link to comment Share on other sites More sharing options...
NemoPS Posted February 15, 2014 Share Posted February 15, 2014 Because long description is....long! So Otherwise, you can add the short description in that box above the long one <div id="idTab1" class="rte"><span itemprop="description">{$product->description_short}</span>{$product->description}</div> Link to comment Share on other sites More sharing options...
farnamjam Posted June 20, 2014 Share Posted June 20, 2014 thanks Nemo Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now