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 |
---|---|
9 | |
5 | |
4 | |
3 | |
3 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023