Quote Originally Posted by Serious View Post
This question is open to anyone that might have figured this out already, not just chadderuski, so feel free to jump in.

I'm trying to download a spreadsheet, add to the MetaTag cells and then uoload the same file. What I'm finding is that data in the v_products_description_1 fields varies with regards to the format being displayed.

Take a look at the attached .zip file and you'll see the first product description contains more than just text. <br />, <p> are two that I see in the first two product descriptions while the third is just text, and that's what I'd like to see in all of the product descriptions.


With nearly 10k worth of products on my site, this would be an outstanding way of updating my MetaTags for SEO, but I'm kind of stopped untill I get this issue resolved.

Anyone able to shed some light on why the descriptions vary and how I can correct them?
Hey Serious,

These tags are basic HTML markup tags. Very useful for formatting your descriptions.

<br></br> = line break
<b></b> = bold
<p></p> = paragraph

You shouldn't have to worry about these. If your editor is set to HTML instead of text, you'll get a lot of these in your export file.