Re: Add or not on all pages

What I do is:

1) Web page

2) (WebPage) isPartOf: Website

3) Mainentity (of the website) is: Organization

So yo can add properties of WebPage; WebSite and Organization Types

{
"@type":"WebPage",
"url":
"@id":
"name":
"description":
"isPartOf":
       {
             "@type":"WebSite",
             "url":
             "name":
             "@id":
             "mainEntity":
             {
                   "@type":"Organization",
                   "name":
                   "@id":

You're wellcome

Álvaro Pichó Torres

Consultor SEO

seolevante.com [2]

619 832 611 [3]

  [2]

NOTA IMPORTANTE: Le informamos que este mensaje está dirigido a las 
personas indicadas en el encabezamiento y que puede contener información 
confidencial. Si Ud. lo ha recibido por error le rogamos nos avise 
inmediatamente y destruya este mensaje. En ningún caso deberá copiar, 
distribuir o tomar iniciativa alguna en relación con su contenido. En 
cumplimiento de lo previsto en la Ley Orgánica 15/1999, de 13 de 
diciembre de Protección de Datos de Carácter Personal, le comunicamos su 
e-mail junto con los datos que nos facilite y nos haya facilitado, 
constan en un fichero titularidad de Álvaro Pichó Torres a los efectos 
de mantener el contacto con Ud. Puede ejercitar sus derechos de acceso, 
cancelación, rectificación y en su caso, oposición, enviando un escrito 
al efecto, acompañado de una fotocopia de su D.N.I., bien respondiendo a 
este correo electrónico, bien a la siguiente dirección: C/Cuenca, nº41- 
pta. 14. 46008-Valencia.

El 18/10/2023 10:38, Thomas Ardal escribió:

> Thank you for the feedback. That makes a lot of sense. I wasn't aware 
> of the linking feature but that removes a lot of lines for sure.
> 
> Just to make sure I understand. On the main page (/) would the 
> organization be the root element? I was under the impression that the 
> type Website should be the root element. And then the organization as a 
> sub-element.
> 
> On Wed, Oct 18, 2023 at 10:35 AM Álvaro Pichó <alvaro@seolevante.com> 
> wrote:
> 
> Yes Thomas, you only need to add every Schema to the appropriate url.
> 
> Repeat Organization type on every URL is not necessary and beneficious.
> 
> Best practices says, to create Organization type on home page, also 
> write a description on home page.
> 
> You can add on evey post: Publisher property to refer to the 
> Organization
> 
> "publisher":{"@id":"https://elmah.io/#organization"},
> 
> You also need to create an ID to refere it:
> 
> {
> "@type":"Organization",
> "name": "elmah.io [1]",
> "@id":"https://elmah.io/#organization",
> 
> When you creat the ID (on Home page), then refer to it on every Article 
> or post:
> 
> "publisher":{"@id":"https://elmah.io/#organization"},
> 
> I think this onlye solves some issues Thomas, but is a beginning
> 
> Álvaro Pichó Torres
> 
> Consultor SEO
> 
> seolevante.com [2]
> 
> 619 832 611 [3]
> 
> [2]
> 
> NOTA IMPORTANTE: Le informamos que este mensaje está dirigido a las 
> personas indicadas en el encabezamiento y que puede contener 
> información confidencial. Si Ud. lo ha recibido por error le rogamos 
> nos avise inmediatamente y destruya este mensaje. En ningún caso deberá 
> copiar, distribuir o tomar iniciativa alguna en relación con su 
> contenido. En cumplimiento de lo previsto en la Ley Orgánica 15/1999, 
> de 13 de diciembre de Protección de Datos de Carácter Personal, le 
> comunicamos su e-mail junto con los datos que nos facilite y nos haya 
> facilitado, constan en un fichero titularidad de Álvaro Pichó Torres a 
> los efectos de mantener el contacto con Ud. Puede ejercitar sus 
> derechos de acceso, cancelación, rectificación y en su caso, oposición, 
> enviando un escrito al efecto, acompañado de una fotocopia de su 
> D.N.I., bien respondiendo a este correo electrónico, bien a la 
> siguiente dirección: C/Cuenca, nº41- pta. 14. 46008-Valencia.
> 
> El 18/10/2023 09:23, Thomas Ardal escribió:
> 
> I'm familiar with schema.org [4] and already added it to some pages on 
> my website like the FAQ page. In addition, the blogging platform I use 
> (Ghost) automatically adds ld+json to all of the posts and pages. I'm a 
> bit unsure about if I should add ld+json to all of my pages on the main 
> website. All pages already include proper metadata, Twitter card, and 
> open-graph markup. But will there be any other benefits of also adding 
> ld+json? The HTML header is already plastered with metadata, so it 
> feels a bit like repeating the same data over and over again.
> 
> Any feedback on the potential code to add will be appreciated as well. 
> Here's my current draft, which will vary for each page, of course:
> 
> {
> "@context": "https://schema.org/",
> "@type": "WebSite",
> "publisher": {
> "@type": "Organization",
> "name": "elmah.io [1]",
> "url": "https://elmah.io/",
> "logo": {
> "@type": "ImageObject",
> "url": "https://elmah.io/favicon-192x192.png",
> "width": 192,
> "height": 192
> }
> },
> "name": "elmah.io [1]",
> "url": "https://elmah.io",
> "description": "Cloud logging for .NET web applications using ELMAH. 
> Find bugs before you go live. Powerful search, API, apps for Slack, 
> Teams, GitHub &amp; Visual Studio",
> "mainEntityOfPage": "https://elmah.io",
> "image": {
> "@type": "ImageObject",
> "url": "https://elmah.io/favicon-192x192.png",
> "width": 192,
> "height": 192
> }
> }


Links:
------
[1] http://elmah.io
[2] https://seolevante.com/
[3] tel:+34619832611
[4] http://schema.org

Received on Wednesday, 18 October 2023 08:57:17 UTC