microdata

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
antoniomanco's picture

Schema and Microdata: How to add field content = myurlimage and Itemid = id_url in slideshow.tpl.php file?

Hi there

I'm adding directly in code: Schema Microdata and my website, but I have two problems:

1- I want to show the URL of my images in the slideshow.tpl.php module. I need only include the URL of the image in "content = url my first picture

As shown below:

I tried these codes php but without success:

<?php
print render($content['field_image']);
?>

<?php
echo render(file_create_url($node->field_image['und'][0]['uri']));
?>

thanks for your help

Read more
elpoderosoperu's picture

Schema y Microdata: ¿Cómo agregar campo content= e itemid= en archivo .tpl.php?

Hola

Estoy añadiendo a mano Schema y Microdata a mi sitio web pero me topo con dos problemas:

1- Quiero reproducir la url de mis imágenes en slideshow.tpl.php. Sólo me falta incluir en content= la url de mi primera imagen cómo se muestra abajo:

Intenté con estos códigos php pero sin éxito:

<?php
print render($content['field_image']);
?>

<?php
echo render(file_create_url($node->field_image['und'][0]['uri']));
?>
Read more
antoniomanco's picture

Implementar microdata y schema con Display Suite

Hola... Gracias por el apoyo de antemano

Intento implementar microdata y schema en mi sitio web pero encontré una incompatibilidad con Display Suite que impide ejecutar el módulo de Drupal de Microdata. Use todos los parches existentes pero no tengo éxito.

Modifique manualmente la plantilla en node.tpl.php, page.tpl.php y logre añadir el richmedia para el titular pero nada más..

¿Hay alguna forma de hacerlo sin pasar por lo anterior? Encontré que algunos experimentaban con template.php y hook... Esperaría una guía al respecto

Gracias

Read more
Zeynel's picture

Rich Snippets support Nodestream

Hellow,
I am trying microdata and schema.org modules for rich snippets.But I can't make.Is there a plan for support rich snippets or any patch for nodestream.

Read more
colette's picture

Extend microdata support to contrib field types

Project information
Project page: http://drupal.org/project/microdata
Student: Anca Dumitrache (colette)
Mentor: Lin Clark (linclark)

Current status
Working at extending tests for the Fivestar, Video modules

Tasks

<

ul>

Read more
colette's picture

[GSoC proposal] Extend microdata support to contrib field types

Project information

Project page: http://drupal.org/project/microdata
Student: Anca Dumitrache (colette)
Mentor: Lin Clark (linclark)

Description

Read more
scor's picture

The future of structured data in HTML: RDFa, Microdata and microformats

The recent launch of schema.org has caused a lot of heated debates within the Web community about structured data syntaxes.

Read more
cosmicdreams's picture

Schema.org

Looks like there is a lot of support for the schema definitions that can be found on http://schema.org

Should we be trying to bring our standards in line with these?

Read more
Subscribe with RSS Syndicate content