SEO, AdWords, affiliates, advertising, and promotions
We can have text and image in the description we input in Shopify so I tried to hide the image (but show text) using display: none on my page in DIV A and in other session hide the image and show ONLY text in DIV B.
How I did is:
/*shopify description code {{ product.description }}*/
<div class="prd-descn-text">
my text here
</div>
<div class="prd-descn-image">
my image here
</div>
/* in the upper part of the product page - show text ONLY*/
<div class="description no-prd-descn-image" >
{{ product.description }}
</div>
/* in the bottom part of the product page - show image ONLY*/
<div class="description no-prd-descn-text">
{{ product.description }}
</div>
<style>
.description.no-prd-descn-text .prd-descn-text {
display:none;
}
.description.no-prd-descn-image .prd-descn-image {
display:none;
}
</style>
My question is, will I be punished by Google for hiding or duplicated content? Google can see the repeated text.
Hi @Joe_Lau ,
I don't think Google will penalize you, but depending on the amount of text you have, you have run into a keyword stuffing problem. And that is something you want to avoid.
I suggest you rethink how you are going to code your site, can you share a link of what you have and what you would like to achieve?
Talk soon,
Marcio
User | RANK |
---|---|
6 | |
5 | |
5 | |
4 | |
3 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022