Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Datum der Verfasserzeile in der Google Suche beeinflussen
Das Datum der Verfasserzeile ist das Datum, an dem die Website nach Schätzung von Google aktualisiert oder veröffentlicht wurde.
Wenn Google das Datum der Verfasserzeile deiner Seite oder deines Videos ermitteln kann, werden diese Informationen in den Suchergebnissen angezeigt, sofern sie als hilfreich für den Nutzer eingestuft werden. Du kannst Google dabei helfen, das Datum der Verfasserzeile zu ermitteln.
Wenn es darum geht, ein Suchergebnis zu datieren, stützt sich Google nie nur auf einen einzigen Anhaltspunkt, da die Möglichkeit besteht, dass genau dieser fehlerhaft ist. Deshalb berücksichtigen wir immer mehrere Faktoren, wenn wir versuchen, das Datum der Veröffentlichung einer Seite oder der letzten wichtigen Aktualisierung wenigstens näherungsweise zu bestimmen.
Datumsinformationen angeben
So kannst du Google Informationen zum Datum senden:
Füge der Seite an einer für den Nutzer gut sichtbaren Stelle ein Datum hinzu. Kennzeichne das Datum mit einem Zusatz wie beispielsweise „Veröffentlichung“ oder „Zuletzt aktualisiert“. Hier sind einige Beispiele dafür, wie du Datumsinformationen zu einer Webseite hervorheben kannst:
Gepostet am: 4. Februar 2019
Veröffentlichung: 4. Februar 2019
Zuletzt aktualisiert: 14. Februar 2018
Aktualisiert: 14. Februar 2019, 20 Uhr
<html>
<head>
<title>Analyzing Google Search traffic drops</title>
</head>
<body>
<p>
Posted Tuesday, July 20, 2021
</p>
<p>
Suppose you open Search Console and find out that your Google Search traffic dropped. What should you do?
</p>
</body>
</html>
Verwende für die Angabe des Datums strukturierte Daten.
Wir empfehlen, einen Untertyp von CreativeWork hinzuzufügen, z. B. Article, BlogPosting oder VideoObject. Außerdem sollte die Seite die Felder datePublished und/oder dateModified enthalten.
Beachte die Richtlinien für strukturierte Daten, damit unsere Crawler die Datumsangaben in deinen Artikeln besser nachvollziehen können.
Achte bei den Datums- und Uhrzeitangaben auf ein einheitliches Format: Achte darauf, dass die beiden Arten von Angaben, die du machst – das für den Nutzer sichtbare Datum und die strukturierten Daten –, identische Werte enthalten. Die Uhrzeit und die Zeitzone sind bei für Nutzer sichtbaren Daten auch dann optional, wenn sie in strukturierten Daten enthalten sind.
Gib kein Datum an, das in der Zukunft liegt, und auch nicht das Datum von Aktivitäten, die eventuell auf der Seite beschrieben werden:
Deine Angabe muss das Veröffentlichungs- oder das Aktualisierungsdatum der Seite beschreiben, nicht die darauf erwähnten Beiträge oder Veranstaltungen. Zur Beschreibung der Aktivitäten, um die es auf der Seite geht, kannst du der Seite Event-Markup hinzufügen.
Versuche, die Zahl anderer Datumsangaben auf der Seite, weitestmöglich zu verringern: Wenn du dich an die Best Practices gehalten hast und weiterhin falsche Datumsangaben ausgewählt werden, entferne einige oder alle anderen Datumsangaben auf der Seite.
[null,null,["Zuletzt aktualisiert: 2025-08-04 (UTC)."],[[["\u003cp\u003eGoogle Search uses several factors to estimate a webpage's publication or update date, called the byline date, which may be displayed in search results.\u003c/p\u003e\n"],["\u003cp\u003eYou can influence the byline date by clearly displaying the publication or last updated date on the page and labeling it appropriately.\u003c/p\u003e\n"],["\u003cp\u003eUsing structured data with \u003ccode\u003edatePublished\u003c/code\u003e and/or \u003ccode\u003edateModified\u003c/code\u003e properties is recommended for providing date information to Google.\u003c/p\u003e\n"],["\u003cp\u003eFollowing best practices, such as using consistent dates and avoiding future dates, helps Google accurately determine the byline date.\u003c/p\u003e\n"],["\u003cp\u003eWhile Google doesn't guarantee displaying the byline date, adhering to these guidelines increases the chances of it being recognized and used.\u003c/p\u003e\n"]]],["Google determines a webpage's byline date, which may appear in search results. To influence this, add a prominent, user-visible date labeled as \"Published\" or \"Last updated.\" Also, use structured data (e.g., `Article`, `BlogPosting`) to specify `datePublished` and/or `dateModified`. Dates and times should be consistent between user-visible and structured data, accurate, and not in the future. Minimize other dates on the page and provide time and timezone if possible.\n"],null,["# Add a Byline Date to Google Search Results | Google Search Central\n\nInfluence your byline dates in Google Search\n============================================\n\nA *byline date* is the date that Google estimates that the web page was updated or published.\nWhen Google can determine the byline date of your page or video, it can expose this information\nin Search results, if this information is considered to be useful to\nthe user. You can provide information to help Google determine the byline date.\nAn illustration of a text result in Google Search, with a highlighted box around the byline date part Curious Panda\n[Why are sloths so slow?](https://wikipedia.org/wiki/Sloth)\n25 Aug 2023\n\nGoogle doesn't depend on a single date factor because all factors can be\nprone to issues. That's why our systems look at several factors to determine our best estimate\nof when a page was published or significantly updated.\n\nHow to provide date information to Google\n-----------------------------------------\n\nTo provide date information to Google, follow these steps:\n\n1. Follow the [best practices for influencing byline dates](#guidelines).\n2. Add a user-visible date to the page and feature it prominently. Label your dates appropriately with text like \"Publish\" or \"Last updated\". Here are some examples of how you can highlight date information about a web page:\n - **Posted Feb 4, 2019**\n - **Published February 4, 2019**\n - **Last updated: Feb 14, 2018**\n - **Updated Feb 14, 2019 8pm ET**\n\n You can provide a publication date and/or a last updated date. \n\n ```text\n \u003chtml\u003e\n \u003chead\u003e\n \u003ctitle\u003eAnalyzing Google Search traffic drops\u003c/title\u003e\n \u003c/head\u003e\n \u003cbody\u003e\n \u003cp\u003e\n Posted Tuesday, July 20, 2021\n \u003c/p\u003e\n \u003cp\u003e\n Suppose you open Search Console and find out that your Google Search traffic dropped. What should you do?\n \u003c/p\u003e\n \u003c/body\u003e\n \u003c/html\u003e\n ```\n3. Specify dates with [structured data](/search/docs/appearance/structured-data/intro-structured-data). We recommend that you add a subtype of [`CreativeWork`](https://schema.org/CreativeWork) (such as [`Article`](/search/docs/appearance/structured-data/article), [`BlogPosting`](https://schema.org/BlogPosting), or [`VideoObject`](/search/docs/appearance/structured-data/video)), and specify the `datePublished` and/or `dateModified` fields. [Be sure to follow Google's structured data guidelines](/search/docs/appearance/structured-data/sd-policies) to help our crawlers understand your article dates. \n\n ```carbon\n \u003chtml\u003e\n \u003chead\u003e\n \u003ctitle\u003eAnalyzing Google Search traffic drops\u003c/title\u003e\n \u003cscript type=\"application/ld+json\"\u003e\n {\n \"@context\": \"https://schema.org\",\n \"@type\": \"NewsArticle\",\n \"headline\": \"Analyzing Google Search traffic drops\",\n \"datePublished\": \"2021-07-20T08:00:00+08:00\",\n \"dateModified\": \"2021-07-20T09:20:00+08:00\"\n }\n \u003c/script\u003e\n \u003c/head\u003e\n \u003cbody\u003e\n \u003cp\u003e\n Posted Tuesday, July 20, 2021\n \u003c/p\u003e\n \u003cp\u003e\n Suppose you open Search Console and find out that your Google Search traffic dropped. What should you do?\n \u003c/p\u003e\n \u003c/body\u003e\n \u003c/html\u003e\n ```\n\nBest practices for influencing byline dates\n-------------------------------------------\n\n| While Google doesn't guarantee that a byline date, whether visible or in structured data, will be shown in search results, following these guidelines does help our algorithms find and process the information.\n\n- **The date is required; the time is not:** However, we recommend you provide a time and timezone in markup for added precision.\n- **If you choose to specify the timezone,** provide the [correct timezone](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators), taking into account [daylight saving time](https://en.wikipedia.org/wiki/Daylight_saving_time) as appropriate.\n- **Make your dates and times consistent.** Ensure that the date (and optional time and timezone) match between the equivalent user-visible and structured values. Time and timezone are optional in user-visible data even if provided in structured data.\n- **Don't specify future dates, or the date of the action described on the page.** The dates must describe the publication or update date of the page, not the stories or events described therein. You can add [Event markup](/search/docs/appearance/structured-data/event) to the page to describe the activities listed on the page, if you like.\n- **Minimize the presence of other dates on the page:** If you've followed the best practices and find incorrect dates are being selected, consider removing some or all other dates that appear on the page.\n- **If your page is intended to show up in Google News search** , follow [these additional guidelines](https://support.google.com/news/publisher-center/answer/9607104)."]]