- From: Ryan Levering <rrlevering@google.com>
- Date: Thu, 23 Jan 2025 09:50:13 -0500
- To: Hugo Scott <hugo@hugoscott.com>
- Cc: "schema.org Mailing List" <public-schemaorg@w3.org>
- Message-ID: <CA+M6dE4OQprfpk9fGD_x4KkXwQnEh+zUw4dDmZp4CEW3USc5ZQ@mail.gmail.com>
Some options:
*WebPage*
*mainEntity* -> Article
-> *citation* OR *about* OR even *mainEntity* again -> *Article*
*url* or *mainEntityOfPage* or *@id* -> "
https://maison.20minutes.fr/mm43354-modeles-vasques-salle-de-bain/"
On Thu, Jan 23, 2025 at 3:06 AM Hugo Scott <hugo@hugoscott.com> wrote:
> Hi all,
>
> This is the first time I have had to address this particular case and I am
> stumped.
>
> I am writing the Schema markup for a "press articles" section in a
> website, where basically each page contains a screenshot, headline and link
> to the original article which is in a different online publication on a
> whole other website.
>
> How do I write the Schema so that the mainEntityOfPage in a page on
> https://www.tots.fr/ correctly references an article published, for
> example, on https://maison.20minutes.fr/? Do I use the "Citation" type?
>
> I basically want to do something like this :
> ========================================
>
> "@type": "WebPage",
> (...)
> "mainEntityOfPage": {
> "Citation" (????)
> "@type": "Article",
> "headline":"Les plus beaux modèles de vasques pour la salle de bain",
> "inLanguage":"fr-FR",
> (...)
> "url":"https://maison.20minutes.fr/mm43354-modeles-vasques-salle-de-bain/"
> }
> },
>
> =======================================
>
> Or do I just define it as an article and it's clear from the URL that it
> is hosted on another site?
>
> I've searched everywhere for this and haven't found anything yet. Can
> anyone point me in the right direction?
>
> Thanks!
>
>
>
> Hugo Scott
> https://hugoscott.com
> (+33) 06 51 19 09 41 <+33%206%2051%2019%2009%2041>
> 3 impasse Jonquet,
> 34000 Montpellier,
> France
>
>
> <https://www.linkedin.com/in/hugo-scott-474019153/> LinkedIn
> <https://www.linkedin.com/in/hugo-scott-474019153/> -
> <https://www.malt.fr/profile/hugoscott> Malt Freelance SEO
> <https://www.malt.fr/profile/hugoscott>
>
>
Received on Thursday, 23 January 2025 14:50:31 UTC