Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Z tej strony dowiesz się, jak dostosować do swojej witryny fragmenty kodu z wynikami wyszukiwania. Aby renderować niestandardowe fragmenty kodu, musisz dodać do swoich stron dane strukturalne.
Wyszukiwarka niestandardowa pomaga użytkownikom znaleźć odpowiednią stronę, wyświetlając im krótki opis – niewielki fragment treści, który informuje użytkowników o zawartości strony internetowej. Więcej informacji o fragmentach kodu znajdziesz w poście na blogu Centrum dla webmasterów, w którym opisano budowę wyniku wyszukiwania. Jeśli nie podobają Ci się standardowe fragmenty kodu tworzone przez algorytm Wyszukiwarki niestandardowej, możesz utworzyć własne fragmenty. Kluczowe informacje, takie jak miniatury zdjęć, podsumowania, daty, autorstwo, oceny i ceny, możesz prezentować bezpośrednio w krótkich opisach. Najtrafniejsze informacje w wynikach wyszukiwania sprawiają, że strony internetowe w witrynie są bardziej atrakcyjne dla użytkowników.
Na poniższych ilustracji pokazano różne sposoby dostosowywania krótkich opisów w wynikach wyszukiwania.
Rysunek 1. Fragment wyniku z oceną, przedziałem cenowym i opinią
Rysunek 2. Fragment wyniku z formatowaniem, linkami, obrazem i informacjami porównawczymi
Rysunek 3. Fragment wyniku zawierający typy dokumentów, autorów, wyświetlenia stron i komentarze
Rysunek 4. sformatowany fragment wyniku z dostępem do multimediów i przyciskami („DODAJ DO KOSZYKA”).
Podczas indeksowania Twoich stron Wyszukiwarka niestandardowa rozpoznaje i zachowuje metadane.
Pobierz te uporządkowane dane w wynikach wyszukiwania Wyszukiwarki niestandardowej.
Serwer Wyszukiwarki niestandardowej może zwracać wyniki wyszukiwania wraz z uporządkowanymi danymi w formacie JSON.
Utwórz warstwę prezentacji, aby przekształcić uporządkowane dane w sformatowany kod HTML.
Warstwa prezentacji to zestaw kodu (np. JavaScript, PHP, JSP i ASP), który przekształca nieprzetworzone dane w format wyświetlany użytkownikowi. W przypadku Wyszukiwarki niestandardowej możesz:
Napisz własną niestandardową warstwę prezentacji, która przekształca dane JSON na HTML wyświetlane użytkownikom za pomocą wywołań zwrotnych elementu wyszukiwania
Wyodrębnianie uporządkowanych danych jest bardziej szczegółowe na stronie Uporządkowane dane, a tworzenie warstwy prezentacji za pomocą Elementu Wyszukiwarki niestandardowej (w języku angielskim) jest szczegółowo opisane na stronie
Elementuable Search Element.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eProgrammable Search Engine allows you to customize result snippets to showcase key information like images, summaries, and ratings, making your site's search results more compelling.\u003c/p\u003e\n"],["\u003cp\u003eTo create custom snippets, you need to add structured data to your webpages, which Programmable Search Engine uses to generate rich snippets.\u003c/p\u003e\n"],["\u003cp\u003eThe Programmable Search Element can be utilized to easily transform the structured data into formatted HTML for display in search results.\u003c/p\u003e\n"],["\u003cp\u003eYou can further enhance your search results by exploring features like Drilling Deeper into Search Results and Providing Structured Data.\u003c/p\u003e\n"]]],[],null,["# Customizing Results Snippets\n\nThis page describes how to customize the result snippets for your own website. To render your customized snippets, you must add structured data to your webpages.\n\n1. [Overview](#overview)\n2. [Creating Rich Snippets with the Programmable Search Element](#creating_snippets)\n3. [Exploring Other Features](#next)\n\nOverview\n--------\n\nProgrammable Search Engine helps users find the right page by showing them a snippet---a small sample of content that gives search users an idea of what's in the webpage. To learn more about snippets, see the Webmaster Central [blog post](http://googlewebmastercentral.blogspot.com/2007/11/anatomy-of-search-result.html) on the anatomy of a search result. If you do not like the standard snippets created by the Programmable Search Engine algorithm, you can create your own snippets. You can showcase key information---such as image thumbnails, summaries, dates, authorship, ratings, and prices---directly in your snippets. Having the most relevant information in your search results makes the webpages in your site more compelling to your users.\n\nThe following figures demonstrate various ways you can customize the snippets in your search results.\n\n**Figure 1:** Result snippet with rating, price range, and review.\n\n**Figure 2:** Result snippet with formatting, links, image, and comparative information.\n\n**Figure 3:** Result snippet that includes document types, authors, page views, and comments.\n\n**Figure 4:** Richly formatted result snippet that provides multimedia access and buttons (\"ADD TO CART\").\n\n[Back to top](#top)\n\nCreating Rich Snippets with the Programmable Search Element\n-----------------------------------------------------------\n\nEssentially, creating rich snippets involves the following steps:\n\n1. Provide [structured data](/custom-search/docs/structured_data) in your webpages.\n\n When Programmable Search Engine is indexing your webpages, it recognizes and preserves\n the metadata.\n2. Fetch that structured data in the search results for your Programmable Search Engine. The Programmable Search Engine server can return the search results, along with the\n structured data in JSON format.\n\n3. Create a presentation layer to transform the structured data into formatted HTML. A presentation layer is a set of code (such as JavaScript, PHP,\n JSP and ASP) that transforms the raw data into a format that is displayed\n to the user. In the case of Programmable Search Engine, you can:\n\n - Use the [Programmable Search Element](/custom-search/docs/element) to transform JSON output for presentation to the user.\n - Write your own custom presentation layer that transforms JSON data to HTML that is presented to the end user using Search Element [Callbacks](/custom-search/docs/element#search-time-callbacks)\n\n\nStructured data extraction is documented in more detail in the\n[Structured Data](/custom-search/docs/structured_data) page, and creating a presentation\nlayer with the Programmable Search Element is documented in more detail at the\n[Programmable Search Element](https://developers.google.com/custom-search/docs/element) page.\n\n[Back to top](#top)\n\nExploring Other Features\n------------------------\n\n\nCustom Snippets works well with several other Programmable Search Engine features:\n\n- If you want to learn more about changing the order of your results, see [Drilling Deeper into Search Results](/custom-search/docs/structured_search).\n- If you want to learn more about what structured data Google supports, see [Providing Structured Data](/custom-search/docs/structured_data).\n- If you want to learn more about the Programmable Search Element, see [Programmable Search Element documentation](https://developers.google.com/custom-search/docs/element)."]]