컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google에서 전자상거래 웹사이트 구조를 이해하도록 돕기
Google은 페이지 연결을 바탕으로 페이지 간의 관계를 분석하여 사이트에서 최고의 콘텐츠를 찾으려고 노력합니다. 즉, 메뉴 및 교차 페이지 링크와 같은 사이트의 탐색 구조가 사이트 구조에 관한 Google의 이해에 영향을 미칠 수 있습니다.
예를 들어 Google에서 페이지에 도달하기 위해 따라야 하는 링크 수 및 페이지 링크 수와 같은 정보를 사용하여 사이트의 나머지 부분과 비교했을 때 특정 페이지의 상대적 중요도를 추론할 수 있습니다. Google이 Google 검색에서 페이지의 중요도를 판단하는 방법에 관한 자세한 내용은 Google 검색 작동 방식을 참고하세요.
Google 크롤러가 쉽게 전자상거래 사이트를 탐색할 수 있도록 설정하기
Google에서 사이트의 모든 페이지를 찾을 수 있도록 하려면 전자상거래 사이트 권장사항을 따르고, 사이트 탐색을 통해 링크를 따라 이동했을 때 모든 페이지에 도달할 수 있어야 합니다.
예를 들어 메뉴에서 카테고리 페이지로 연결되는 링크, 카테고리 페이지에서 하위 카테고리 페이지로 연결되는 링크, 마지막으로 하위 카테고리 페이지에서 모든 제품 페이지로 연결되는 링크를 추가합니다. 또한 구조화된 데이터를 추가하는 것이 좋습니다. 이는 Google에서 이 구조를 강화하기 위해 사이트의 각각의 페이지가 수행하는 역할을 이해하는 데 도움이 될 수 있습니다.
카테고리 페이지에 카테고리의 각 제품으로 직접 연결되는 링크가 포함되어 있지 않으면 Googlebot이 크롤링만으로는 전체 제품을 찾지 못할 수 있습니다. 검색창에서는 이러한 제품에 도달할 수 있지만 카테고리 검색을 통해서는 도달할 수 없습니다. 일반적으로 Googlebot은 사이트를 크롤링하는 과정 중에 검색창에 검색어를 제출하려고 하지 않습니다. 색인을 생성하려는 각 제품에 연결되는 링크를 만드는 것이 좋습니다. 각 페이지에 연결되는 링크를 만들 수 없는 경우 sitemap 또는 Google 판매자 센터 피드를 사용합니다.
이러한 소스에는 사이트에서 크롤러가 찾을 수 없는 페이지로 연결되는 링크가 포함될 수 있습니다.
Googlebot이 정확하게 링크를 찾을 수 있도록 하려면 다른 콘텐츠 링크를 만들 때 <a href>
태그를 사용합니다. 탐색을 위해 다른 HTML DOM 요소에서 자바스크립트 이벤트를 사용하지 마세요. 자바스크립트 및 페이지 콘텐츠 색인 생성에 관해 자세히 알아보려면 자바스크립트 검색엔진 최적화의 기본사항 이해하기를 참고하세요.
일반적으로 Google은 사이트의 구조를 파악하는 데 URL의 구조를 확인하지 않습니다.
대신 페이지 간의 연결을 분석하여 사이트 내 다른 페이지의 상대적 중요도에 관한 유용한 정보를 얻습니다. 일반적으로 페이지에 연결되는 링크가 사이트 내에 많을수록 사이트의 다른 페이지와 비교하여 해당 페이지의 상대적 중요도가 높아집니다.
예를 들어 베스트셀러 제품이 있다면 홈페이지나 다른 콘텐츠(예: 사이트의 블로그 게시물 또는 뉴스레터)에서 그 제품에 연결되는 링크를 만들어 보세요. 그러면 Google에서 그 제품이 사이트와 관련하여 얼마나 중요한지 이해하는 데 도움이 됩니다.
무엇보다 Google은 사용자가 원하는 것을 찾을 수 있도록 하는 데 노력합니다. 전자상거래 검색엔진 최적화의 궁극적인 권장사항은 사용자에게 가치 있는 유용하고 흥미로운 콘텐츠를 만드는 것입니다.
자세한 내용은 속성 탐색 URL 크롤링 관리를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-04(UTC)
[null,null,["최종 업데이트: 2025-08-04(UTC)"],[[["\u003cp\u003eGoogle uses your site's navigation (menus, links) to understand its structure and page importance, impacting search results.\u003c/p\u003e\n"],["\u003cp\u003eEnsure all important pages, especially products, are reachable through clear links from category pages for Google's crawler.\u003c/p\u003e\n"],["\u003cp\u003eLeverage sitemaps or Google Merchant Center feeds for pages not easily discoverable through regular navigation links.\u003c/p\u003e\n"],["\u003cp\u003ePrioritize and promote key categories or products by linking to them from prominent locations like the homepage or blog posts.\u003c/p\u003e\n"],["\u003cp\u003eGoogle focuses on user experience; creating valuable and engaging content is crucial for successful ecommerce SEO.\u003c/p\u003e\n"]]],["Google analyzes page relationships based on links to understand site structure and page importance. Ensure all pages are reachable via site navigation, such as menus linking to categories, subcategories, and products. Use `\u003ca href\u003e` tags for links, and avoid relying on JavaScript events. If direct linking isn't feasible, use sitemaps or Google Merchant Center feeds. Linking to top products from prominent pages signals their importance. High link density to a page indicates its importance to Google. Prioritize useful, valuable content for users.\n"],null,["# Ecommerce Website Navigation Structure | Google Search Central\n\nHelp Google understand your ecommerce website structure\n=======================================================\n\n\nGoogle tries to find the best content on your site by analyzing the relationship between pages\nbased on their linkages. This means navigation structures on your site (such as menus and\ncross page links) can impact Google's understanding of your site structure.\n\n\nFor example, Google can use information such as the number of links it needs to follow to\nreach a page and the number of links to a page to infer the relative importance of a page over\nthe rest of your site. For more information on how Google determines the\nimportance of a page in Google Search, see\n[How Google Search Works](/search/docs/fundamentals/how-search-works).\n\nMake your ecommerce site navigation Google crawler friendly\n-----------------------------------------------------------\n\n\nTo help Google find all pages on your site, make sure that you follow ecommerce site best practices and that\nyour pages are reachable by following links through your site's navigation.\nFor example, add links from menus to category pages, from category\npages to sub-category pages, and finally from sub-category pages to all product pages. We also\nrecommend that you\n[add structured data](/search/docs/specialty/ecommerce/include-structured-data-relevant-to-ecommerce),\nsince this can help Google understand the purpose of the different pages on your site to\nreinforce this structure.\n\n\nIf category pages don't include direct links to all products in a category, Googlebot might\nnot find all of your products by crawling alone. These products may be reachable from a search\nbox, but not via category browsing. Googlebot generally doesn't try to submit searches into a search box\nas part of crawling a site. It's strongly recommended to link to all products that you wish\nindexed. If it's not possible to link to all pages, use a\n[sitemap](/search/docs/crawling-indexing/sitemaps/overview) or a\n[Google Merchant Center feed](https://support.google.com/merchants/answer/7439058).\nThese sources can include links to pages on a site that a crawler would not otherwise find.\n\n\nTo ensure Googlebot correctly locates the link, use `\u003ca href\u003e` tags when\ncreating links to other content. Don't use JavaScript events on other HTML DOM elements for\nnavigation. If you want to learn more about JavaScript and indexing page content, see\n[Understand the JavaScript SEO basics](/search/docs/guides/javascript-seo-basics).\n\nPromote your best categories or products\n----------------------------------------\n\n\nGoogle generally doesn't look at the structure of URLs to work out the structure of a site.\nInstead, it analyzes the linkages between pages to gain insights about the relative importance of\ndifferent pages on a site. As a general rule, the more links a page has to it within a site,\nthe higher the relative importance of the page to other pages on your site.\n\n\nFor example, if you have a best selling product, consider linking to it from the home page or\nin other content, such as blog posts or newsletters on your site. This will help Google\nunderstand how important the product is in relation to your site.\n\n\nAt the end of the day, Google is trying to help users find what they are looking for. The\nultimate ecommerce SEO best practice is to create useful and interesting content that is valuable to\nusers.\n\nFor further reading, see also\n[Managing crawling of faceted navigation URLs](/search/docs/crawling-indexing/crawling-managing-faceted-navigation)."]]