Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie die Ergebnis-Snippets für Ihre eigene Website anpassen können. Um die benutzerdefinierten Snippets zu rendern, müssen Sie Ihren Webseiten strukturierte Daten hinzufügen.
Die Programmable Search Engine unterstützt Nutzer dabei, die richtige Seite zu finden, indem ihnen ein Snippet angezeigt wird. Dabei handelt es sich um eine kleine Auswahl an Inhalten, die Nutzern eine Vorstellung vom Inhalt der Webseite vermittelt. Weitere Informationen zu Snippets finden Sie im Blogpost der Webmaster-Zentrale zum Aufbau eines Suchergebnisses. Wenn Ihnen die vom Algorithmus der Programmable Search Engine erstellten Standard-Snippets nicht gefallen, können Sie eigene Snippets erstellen. Sie können wichtige Informationen wie Miniaturansichten, Zusammenfassungen, Datumsangaben, Urheberschaft, Bewertungen und Preise direkt in Ihren Snippets präsentieren. Wenn Ihre Suchergebnisse die relevantesten Informationen enthalten, werden die Webseiten auf Ihrer Website für Ihre Nutzer attraktiver.
Die folgenden Abbildungen zeigen verschiedene Möglichkeiten, wie Sie die Snippets in Ihren Suchergebnissen anpassen können.
Abbildung 1:Ergebnis-Snippet mit Bewertung, Preisspanne und Rezension
Abbildung 2:Ergebnis-Snippet mit Formatierung, Links, Bild und Vergleichsinformationen
Abbildung 3:Ergebnis-Snippet, das Dokumenttypen, Autoren, Seitenaufrufe und Kommentare enthält.
Abbildung 4:Rich-formatiertes Ergebnis-Snippet, das Multimedia-Zugriff und Schaltflächen ("Zum Einkaufswagen hinzufügen") ermöglicht.
Wenn die Programmable Search Engine Ihre Webseiten indexiert, werden die Metadaten erkannt und beibehalten.
Rufen Sie diese strukturierten Daten in den Suchergebnissen für Ihre Programmable Search Engine ab.
Der Programmable Search Engine-Server kann die Suchergebnisse zusammen mit den strukturierten Daten im JSON-Format zurückgeben.
Erstellen Sie eine Präsentationsebene, um die strukturierten Daten in formatierten HTML-Code umzuwandeln.
Eine Darstellungsschicht besteht aus Code (z. B. JavaScript, PHP, JSP und ASP), der die Rohdaten in ein Format umwandelt, das dem Nutzer angezeigt wird. Mit der Programmable Search Engine haben Sie folgende Möglichkeiten:
Sie können das
programmierbare Suchelement verwenden, um die JSON-Ausgabe für die Präsentation für den Nutzer umzuwandeln.
Sie können Ihre eigene benutzerdefinierte Präsentationsebene schreiben, die JSON-Daten in HTML umwandelt, die dem Endnutzer mithilfe von Callbacks für das Suchelement präsentiert werden.
Die Extraktion strukturierter Daten wird auf der Seite Strukturierte Daten ausführlicher dokumentiert. Das Erstellen einer Präsentationsebene mit dem programmierbaren Suchelement wird auf der Seite
Programmierbares Suchelement ausführlicher beschrieben.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)."]]