HTML:如何在谷歌搜索中列出我的子页面
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1739898/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
HTML: How to get my subpages listed on a google search
提问by Teddy
When you go to Google and perform a search, it will return either one of two type of results:
当您访问 Google 并执行搜索时,它将返回以下两种结果之一:
- just the title of your webpage, or
- the title of your web-page plus, lists subpages it found on that web site
- 只是您网页的标题,或
- 您的网页标题加上,列出它在该网站上找到的子页面
Here is an example of option #2: http://37assets.s3.amazonaws.com/svn/grub-ellis-googlelisting.png
以下是选项 #2 的示例:http: //37assets.s3.amazonaws.com/svn/grub-ellis-googlelisting.png
My website on a google.com search only lists my web page title (option #1), how do I get google to list my subpages on the search results (option #2)?
我在 google.com 搜索中的网站只列出了我的网页标题(选项 #1),我如何让谷歌在搜索结果中列出我的子页面(选项 #2)?
Is is an HTML issue? How do I get Google to know what my subpages are so that it can also list those on a google search.
是 HTML 问题吗?我如何让谷歌知道我的子页面是什么,以便它也可以在谷歌搜索中列出那些。
回答by Asaph
Those are called "sitelinks" and are automated but you can partially configure them in Google's webmaster's tools. In webmaster's tools, click "sitelinks" in the navigation menu on the left. From the sitelinks page:
这些被称为“附加链接”并且是自动化的,但您可以在Google 的网站管理员工具中对它们进行部分配置。在网站站长工具中,点击左侧导航菜单中的“附加链接”。从附加链接页面:
Sitelinks are links to a site's interior pages. Not all sites have sitelinks. Google generates these links automatically, but you can remove sitelinks you don't want.
附加链接是指向网站内部页面的链接。并非所有网站都有附加链接。Google 会自动生成这些链接,但您可以删除不需要的附加链接。
Here is another Google page explaining sitelinks.
这是另一个解释附加链接的谷歌页面。
回答by notnoop
You should add a site-map using the Google webmaster toolssite, or by maintaining your own. For explanation check out Sitelinks page.
您应该使用Google 网站管理员工具站点或通过维护自己的站点来添加站点地图。有关解释,请查看附加链接页面。
回答by Joe Phillips
Google has not generated any sitelinks for your site. Sitelinks are completely automated, and we show them only if we think they'll be useful to the user. If your site's structure doesn't allow our algorithms to find good sitelinks, or we don't think that the sitelinks are relevant to the user's query, we won't show them. However, we are always working to improve how we find and display sitelinks.
Google 尚未为您的网站生成任何附加链接。附加链接是完全自动化的,只有在我们认为它们对用户有用时才会显示它们。如果您网站的结构不允许我们的算法找到好的附加链接,或者我们认为附加链接与用户的查询不相关,我们将不会显示它们。但是,我们一直在努力改进我们查找和显示附加链接的方式。
回答by No Refunds No Returns
You are describing "Search Engine Optimization" with your question. If you have a small site, the best thing you can hope for is to ensure every page has a unique title, links back to your home page, you have a good "site map" so search engines can easily discover ALL of your pages, and most important, your pages are THE definitive place for information about whatever you're selling.
您正在用您的问题描述“搜索引擎优化”。如果您有一个小型站点,您可以希望的最好的事情是确保每个页面都有一个唯一的标题、返回主页的链接、您拥有一个良好的“站点地图”以便搜索引擎可以轻松地发现您的所有页面,最重要的是,您的页面是有关您销售的任何产品的信息的最终位置。
Content is king and once you become the authority, your page will pop up in the 1st 1-2 links.
内容为王,一旦你成为权威,你的页面就会弹出第一个1-2个链接。
Contact some local SEO folks in your area and ask for a site evaluation. Many will do it for free with their automated tools. You can use the webmaster tools from bing or google if you're on a tight budget.
联系您所在地区的一些本地 SEO 人员并要求进行站点评估。许多人会用他们的自动化工具免费做这件事。如果预算紧张,您可以使用 bing 或 google 的网站管理员工具。
回答by Durai Sankar
You can also directly enable sitelinks (you don't have to get lucky) in Google's Pay-Per-Click platform (AdWords), and it will have a similar very positive impact on your clickthrough rate.
您还可以在 Google 的按点击付费平台 (AdWords) 中直接启用附加链接(您不必走运),它会对您的点击率产生类似的非常积极的影响。
回答by henrijs
You need to create XML sitemap. Here is all you need to know. Check if your open-source CMS has plugin/add-on/module to do this automatically, there must be generators somewhere too.
您需要创建 XML 站点地图。这是您需要知道的一切。检查您的开源 CMS 是否有插件/附加组件/模块来自动执行此操作,某处也必须有生成器。