Some sites (most common with e-commerce) make the same content available on multiple different URLs by appending certain parameters to URLs. If you’ve ever shopped online, you’ve likely narrowed down your search via filters. For example, you may search for “shoes” on Amazon, and then refine your search by size, color, and style. Each time you refine, the URL changes slightly:
https://www.example.com/products/women/dresses/green.htmhttps://www.example.com/products/women?category=dresses&color=greenhttps://example.com/shopindex.php?product_id=32&highlight=green+dress&cat_id=1&sessionid=123$affid=43
How does Google know which version of the URL to serve to searchers? Google does a pretty good job at figuring out the representative URL on its own, but you can use the URL Parameters feature in Google Search Console to tell Google exactly how you want them to treat your pages. If you use this feature to tell Googlebot “crawl no URLs with ____ parameter,” then you’re essentially asking to hide this content from Googlebot, which could result in the removal of those pages from search results. That’s what you want if those parameters create duplicate pages, but not ideal if you want those pages to be indexed.
Google Search Console (GSC) is a powerful tool that allows website owners to monitor their website's performance in Google search results and to identify potential issues that may be impacting their website's visibility.
One common issue that can impact a website's performance in search results is the presence of URL parameters. URL parameters are strings of characters that are added to the end of a URL, often used to pass information between different parts of a website or to track user behavior. For example, a URL parameter might be used to track the source of a visitor's click, or to filter content on a page.
The problem with URL parameters is that they can create duplicate content on a website, which can confuse search engines and impact a website's ranking. To prevent this, it's important to define URL parameters in GSC so that Google knows which parameters should be ignored when crawling a website.
To define URL parameters in GSC, follow these steps:
Log in to your Google Search Console account and select the website that you want to work on.
Click on "Crawl" in the left-hand navigation menu, and then select "URL Parameters".
Click on the "Add Parameter" button to add a new parameter.
Enter the parameter name, and select whether it changes the page content, how it affects page sorting or filtering, or whether it narrows down the content on the page.
Select "Yes" or "No" for "Does this parameter affect page content?" and "Crawl" to tell Google if this parameter should be crawled and indexed.
Click "Save" to save your changes.
By defining URL parameters in GSC, you can help ensure that Google crawls and indexes your website correctly, which can improve your website's performance in search results.
कुछ साइटें (ई-कॉमर्स के साथ सबसे आम) यूआरएल में कुछ पैरामीटर जोड़कर एक ही सामग्री को कई अलग-अलग यूआरएल पर उपलब्ध कराती हैं। यदि आपने कभी ऑनलाइन खरीदारी की है, तो संभवतः आपने फ़िल्टर के माध्यम से अपनी खोज को सीमित कर दिया है। उदाहरण के लिए, आप अमेज़ॅन पर "जूते" खोज सकते हैं, और फिर आकार, रंग और शैली के आधार पर अपनी खोज को परिष्कृत कर सकते हैं। हर बार जब आप परिशोधित करते हैं, तो URL थोड़ा बदल जाता है:
https://www.example.com/products/women/dresses/green.htmhttps://www.example.com/products/women?category=dresses&color=greenhttps://example.com/shopindex.php?product_id= 32&हाइलाइट=हरा+पोशाक&cat_id=1&sessionid=123$affid=43
Google को कैसे पता चलता है कि खोजकर्ताओं को URL का कौन सा संस्करण प्रस्तुत करना है? Google अपने आप प्रतिनिधि URL का पता लगाने में बहुत अच्छा काम करता है, लेकिन आप Google खोज कंसोल में URL पैरामीटर सुविधा का उपयोग करके Google को बता सकते हैं कि आप उन्हें अपने पृष्ठों के साथ कैसा व्यवहार करना चाहते हैं। यदि आप इस सुविधा का उपयोग Googlebot को "____ पैरामीटर के साथ कोई URL क्रॉल नहीं करने" के लिए कहते हैं, तो आप अनिवार्य रूप से इस सामग्री को Googlebot से छिपाने के लिए कह रहे हैं, जिसके परिणामस्वरूप उन पृष्ठों को खोज परिणामों से निकाला जा सकता है। आप यही चाहते हैं यदि वे पैरामीटर डुप्लिकेट पृष्ठ बनाते हैं, लेकिन आदर्श नहीं यदि आप उन पृष्ठों को अनुक्रमित करना चाहते हैं।



