如何强制谷歌显示分页页面中的第一页?
我有一个网站,例如,在我的网站上有奥迪车型的列表。我使用谷歌网站管理员工具看到,我的网站在谷歌搜索中出现了“奥迪”一词,但目标页面是我的结果集中的第 22 页,而不是第一个。我需要添加第一页,而不是最后一页(或中间页),但我无法告诉谷歌这是一个参数,因为我的网址是使用 mod rewrite 重写的。有什么想法吗? 顺便说一句,我在 SEO 论坛上读到,使用规范标签是一个坏主意。那么对于我来说这真的是一个坏主意吗?
I have a website and in my website I have, for example, a list of Audi models. I saw, using google webmaster tools, that my website appears in the google search by the word audi, but the target page was the 22nd page from my result set, not the first. I need my first page to appead, not my last (or middle), but I cannot tell google that this is a parameter, because my URLs are rewritten using mod rewrite. Any ideas?
BTW, I have read in a SEO forum, that it's a bad idea to use a cannonical tag. So is it really a bad idea in my case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不能强迫 Google 做任何事情,但是,他们通过 关于
rel="next"
和rel="prev"
的最新帖子 。但您面临的主要问题是向 Google 发出信号,表明您的第一个(主)页面是起点 - 这是通过使用集中于该页面的内部链接和反向链接“果汁”来实现的。您需要确保结果的第一页正确链接到更高价值的页面(例如主页)。
You can't force Google to do anything, however, they have made it easier to deal with pagination issues with a recent post on
rel="next"
andrel="prev"
.But the primary problem you face is signalling to Google that your first (main) page is the starting point - this is achieved using internal link and back-link "juice" focussed on that page. You need to ensure that the first page of results is linked to properly from higher-value pages (like the home-page).
Google 最近宣布您可以使用查看全部这将使他们能够查找和索引通常使用分页分解的整篇文章,并将它们全部显示为一个结果。
Google recently announced that you can use View All which will allow them to find and index entire articles that are normally broken up using pagination and display them all as one result.