Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #871812

    Hello

    I’m trying to use semantic propiertes as “vocab”, “property” and “typeof” for tags as “dd”, “dt”, “article”.

    But they are erased when I save my page.

    The code I need is something like this:

    <article vocab="http://schema.org/" typeof="Course">
    
    <h1 property="name">Nombre del curso</h1>
    <dl rel="hasCourseInstance" typeof="CourseInstance">
    	<dt>Modalidad</dt>
       <dd property="courseMode"><a href="xxx" title="Lista de cursos de la modalidad presencial">Presencial y abierto</a></dd>
    	<dt>Área de conocimientos</dt>
       <dd property="courseMode"><a href="xxx" title="Lista de cursos Six Sigma">Metodología Six Sigma</a></dd>
       <dt>Nivel instrumental</dt>
       <dd property="courseMode"><a href="xxx" title="Lista de cursos sobre Mejora continua">Mejora continua</a></dd>
       <dt property="courseMode">Perfil profesional</dt>
       <dd><a href="xxx" title="Lista de cursos para directores de producción">Director de producción</a>, <a href="xxx" title="Lista de cursos para directores de calidad">Director de calidad</a> </dd>
       <dt>Modalidad alternativa</dt>
       <dd><a href="xxx" title="Lista de cursos que se imparten ‘in company’">In company</a></dd>
    </dl>

    Can i change this automatic process?

    #872064

    Hey wancora,

    What element are you using? Did you try a code block element?

    Best regards,
    Rikard

    #872070

    Thank you so much Rikard for your quick answerd, that solves the problem.

    #872397

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.