Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
KI & AI VideosJulian Goldie SEO: I Ranked in Google + Grok in 24 Hours(22.09.2026 um 15:00 Uhr)
IT Security Toolsshannon v3.3.0(22.09.2026 um 13:56 Uhr)
IT Security Toolspentest-harness(22.09.2026 um 14:31 Uhr)
Reverse EngineeringPureRAT-msbuild.exe--C2-Extraction--Net-Evasion-Analysis(22.09.2026 um 15:06 Uhr)
IT Security NachrichtenBeware these fake websites selling subscriptions to AI assistants(22.09.2026 um 15:11 Uhr)
IT Security NachrichtenDORA Year Two: Reicht die SOC-Sicht für Echtzeit-Angriffe?(22.09.2026 um 14:54 Uhr)
IT Security NachrichtenDORA Year Two: Netzwerk-Sicht entscheidet über SOC-Fähigkeiten(22.09.2026 um 15:27 Uhr)
IT Security NachrichtenIT Security News Hourly Summary 2026-09-22 15h : 19 posts(22.09.2026 um 15:00 Uhr)
KI & AI VideosJulian Goldie SEO: I Ranked in Google + Grok in 24 Hours(22.09.2026 um 15:00 Uhr)
IT Security Toolsshannon v3.3.0(22.09.2026 um 13:56 Uhr)
IT Security Toolspentest-harness(22.09.2026 um 14:31 Uhr)
Reverse EngineeringPureRAT-msbuild.exe--C2-Extraction--Net-Evasion-Analysis(22.09.2026 um 15:06 Uhr)
IT Security NachrichtenBeware these fake websites selling subscriptions to AI assistants(22.09.2026 um 15:11 Uhr)
IT Security NachrichtenDORA Year Two: Reicht die SOC-Sicht für Echtzeit-Angriffe?(22.09.2026 um 14:54 Uhr)
IT Security NachrichtenDORA Year Two: Netzwerk-Sicht entscheidet über SOC-Fähigkeiten(22.09.2026 um 15:27 Uhr)
IT Security NachrichtenIT Security News Hourly Summary 2026-09-22 15h : 19 posts(22.09.2026 um 15:00 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Schema.org: train your SEO

Whenever schema.org is to be used on a website, more detailed information about the implementation should be specified. Typically, schema.org is requested by SEOs, Product Owners, or website operators. Below is an overview of the…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Whenever schema.org is to be used on a website, more detailed information about the implementation should be specified. Typically, schema.org is requested by SEOs, Product Owners, or website operators. Below is an overview of the information that should be provided by them.






The prio of schema.org



schema.org defines standardized data structures that can be used on websites. One example is schema.org markup on product pages, which represents information such as product name, price, rating, etc., in HTML so that search engines and web services can easily interpret this data. In the documentation of search engines like Google or Bing, there are entire lists of supported schema.org markups, and it is possible to achieve so-called rich snippets in search results, such as highlighted search results, e.g., star ratings for products.



Search features can highlight your content in search results and often lead to higher click-through rates. Therefore, schema.org implementations are of great interest to website operators and SEOs who are responsible for the performance of websites in search.






Roles coming together



SEOs and Product Owners should have already considered the relevance of implementing schema.org. The following questions should be addressed:




  • Does the schema.org markup fit the information we provide on the webpages?

  • Do we have the information required for the schema.org markup available for the website? (Frontend or Backend)

  • Does the schema.org markup have an impact on search? Many markups are possible, but only a few can trigger search features.

  • What is the business impact and priority of the markup?

  • Are the search features already available in the markets that are relevant to us?
    If some schema.org types emerge from the evaluation, a specification document should be created. This document will guide the implementation process. We assume here that we do not have an out-of-the-box solution such as a WordPress plugin, etc.



The following information is suggested to be included in the schema.org specification:




  1. An overview of the desired implementations (types and pages)

  2. For each implementation: Which page types or contents should be marked up? (Including which languages and markets, if the website has multiple)

  3. Documentation references from search engines and the date of the last update of the corresponding pages, e.g., Product (Last updated 2024-10-31 UTC.)

  4. Valid implementation examples for existing webpages

  5. Indication of which variables can be used (sometimes only one value is allowed based on a closed list) and which are required

  6. Format of the values (e.g., how a date should be formatted)

  7. Possible cases (For products, for example, whether the product is available or not)

  8. Type of implementation – JSON-LD, RDFa, or Microdata

  9. Testing tools (rich results test, schema.org validator, others)






Example: Product



A product page on zurrose.ch (online pharmacy, Switzerland)



The variables are highlighted with comments:

//T: Textstring variables

//E: Enumerations; variables with a finite number of possible values

//N: Numeric values

(In a document, colors could be helpful instead)



Please have this implemented according to the example on all product pages in all languages for products that are prescription only and in stock.




{
"@context": "https://schema.org",
"@type": "Drug",
"name": "Dafalgan Brausetabl 500 mg 40 Stk", //T
"image": "https://www.zurrose.ch/images/dafalgan-500mg-40stk.jpg", //T
"prescriptionStatus": "PrescriptionOnly", //E
"manufacturer": {
"@type": "Organization",
"name": "Dafalgan AG" //T
},
"offers": {
"@type": "Offer",
"price": 12.65, //N
"priceCurrency": "CHF", //E
"priceValidUntil": "2025-12-31", //N
"availability": "InStock", //E
"url": "https://www.zurrose.ch/de/medikamente/dafalgan-brausetabl-500-mg-40-stk" //T
}
}










Enum Variables and Possible Values:
prescriptionStatus: PrescriptionOnly, OverTheCounter, Compounded
priceCurrency: Any 3-digit currency code according to ISO-4217
Availability: InStock, OutOfStock, PreOrder, PreSale, Discontinued






This example illustrates only one case (available product) of a single implementation (Product). The complete specification document could consist of a variety of such examples.






Conclusion



To ensure that the implementation of schema.org is as targeted and smooth as possible, some initial considerations should be made. It has been shown how SEOs, POs, or website operators can help effectively brief schema.org implementations.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Schema.org: train your SEO

Thematisch verwandte Begriffe: Schemaorg, train, your · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-87082 | Net::IDN::Punycode versions before 2.590 for Perl hang, crash or return …
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick