What is Sitelink Schema In SEO | How to Enable This Schema on Your Blog/Website in Hindi

Digital Udit - DigiVersity Digital Udit - DigiVersity

13
27 ngày trước
In This Video, I'm Going to tell you what is sitelinks schema & the Importance of site links schema

What is the Sitelinks Schema (Searchbox)?

Google Search can expose a search box scoped to your website when it appears as a search result. This search box is powered by Google Search. However, if you wish to power this search box with your own search engine, or if you want search results also to include an associated mobile app, you can do so using structured data embedded on your website.

Sitelinks search box

A sitelinks search box is a quick way for people to search your site or app immediately on the search results page. The search box implements real-time suggestions and other features.

Google Search may automatically expose a search box scoped to your website when it appears as a search result, without you having to do anything additional to make this happen. This search box is powered by Google Search. However, you can explicitly provide information by adding WebSite structured data, which can help Google better understand your site.

How to implement sitelinks search box

Here are the steps to make your site eligible to display with a search box in Google Search results:
1. Install a working search engine on your web site or Android app.
Sitelinks search queries send the user to the search results page for your site or app, so you need a functioning search engine to power this feature.

- Websites: Set up a search engine on your website. The feature forwards the user's query to your target using the syntax specified in your structured data. Your search engine should support UTF-8-encoded queries.

- Apps: See Search Overview on the Android Developer Site to learn how to implement a search engine for your app. Your Android app should support an ACTION_VIEW intent from Search results, with the corresponding data URI specified in your markup's potentialAction.target property.

2. Implement the WebSite structured data element on the homepage for your site. An app must have an associated website to enable this feature, even if the website is only a single page. A few additional guidelines:

- Add this markup only to the homepage, not to any other pages.
- Always specify one SearchAction for the website, and optionally another if supporting app search. You should always have a SearchAction for the website even if the app is your preferred search target; this ensures that if the user is not searching from an Android phone or does not have your Android app installed, the search result directs to your website.
3. Verify your structured data using the Rich Results Test.
4. Verify your search engine implementation by copying the WebSite.potentialAction.target URL from your structured data, replacing {search_term_string} with a test query, and browsing to that URL in a web browser. For example, if your website is example.com, and you want to test the query "kittens", you would browse to https://www.example.com/search/?q=kittens.

Note: Throughout this document we're using q as URL parameter key for {search_term_string}, but it can be any string permitted by RFC 3986 in the query component of a URL. If you want to have cheesey_query={search_term_string}, that's fine, too.

5. Set a preferred canonical URL for your domain's homepage using the rel="canonical" link element on all variants of the homepage. This helps Google Search choose the correct URL for your markup. Your server must support UTF-8 character encoding.
6. For apps, enable the proper intent filters to support the URL you specify in the app target of your markup. For an example of how to create intent filters for Google Search urls, see Firebase App Indexing for Android.


#schema #sitelinksschema #Sitelinkssearchbox