How to help search engines to find all the pages on my website [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-13 11:36:05

问题


I currently program a website which gives information about food products.

The way the website works is that there's a search engine -> the users search for the product they want to know something about -> the website shows all the products that they may want to see, and every product has his own page with all the information about it.

So my question is: how search engines, like google, will be able to find all the product pages?


回答1:


Search engines use many different ways to find new pages. Most commonly their web crawlers follow (external as well as internal) hyperlinks.

While a typical informational website links to all available pages in its site-wide navigation (so web crawlers can reach all pages by following internal links), other websites don’t necessarily link to all their pages (maybe because you can only reach them via forms, or because it doesn’t make sense for them to provide all links, etc.).

To allow discovery/crawling of new pages of these sites, too, they can provide a site map. This is essentially just a page linking to all existing pages, but often with structured metadata that can help search engines.

So just make sure that all your pages are linked somehow. Either via "natural" internal links on your site, or by providing a sitemap (ideally following the sitemaps.org protocol), or both.

For questions about SEO advice (which is off-topic here on SO), see our sister site https://webmasters.stackexchange.com/.




回答2:


Please add sitemap in your site for google crawling all pages easily and indexing properly.

also add xml sitemap

your website need SEO process.



来源:https://stackoverflow.com/questions/26357172/how-to-help-search-engines-to-find-all-the-pages-on-my-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!