English 中文(简体)
HTML: How to get my subpages listed on a google search
原标题:

When you go to Google and perform a search, it will return either one of two type of results:

  1. just the title of your webpage, or
  2. 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

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)?

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.

问题回答

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:

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.

Here is another Google page explaining sitelinks.

You should add a site-map using the Google webmaster tools site, or by maintaining your own. For explanation check out Sitelinks page.

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.

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.

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.

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.

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.





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签