Mobile app version of vmapp.org
Login or Join
Sims2060225

: Remove "items 1-9 of X" from google result the results of my Magento based website's categories includes "items 1 - 9 of X" before the actual description of the category. How can I get rid

@Sims2060225

Posted in: #Google

the results of my Magento based website's categories includes "items 1 - 9 of X" before the actual description of the category.
How can I get rid of this? In this snapshot, what I want to delete is the red rectangle


edits: @Su , these are the reason:


Having text like (Items 1 - 9 of 144 –) appear in a Google listing uses up the 25 word limit that Google allows us.
More importantly, the first few words of the description can persuade or dissuade someone from visiting my site. This text will not positively influence people to visit my site.

@DisgruntledGoat this information shows up in the source code of that page, like this:

<table class="toolbar" border="0">
<tr>
<td class="pager" style="width: 414px;">
<table class="pager" cellspacing="0">
<tr>
<td>Items 1 to 9 of 144 total</td>
</tr>
</table>
</td>
</tr>
</table>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims2060225

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

In looking over your source, it appears that the 1 to 9 of X is the first real content encountered by the crawler. The only suggestion I have is to try making the td a th in the hopes that the crawler will go after the content and not the label.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme