Hello,
how can I change the position of the Rich snippet? I selected "On Snippet Action" panel and insert <?php gdsr_gsr_insert_snippet?> In my theme, but it did not work.
What am I doing wrong?
Sorry my poor English.
Thanks.
Hello,
how can I change the position of the Rich snippet? I selected "On Snippet Action" panel and insert <?php gdsr_gsr_insert_snippet?> In my theme, but it did not work.
What am I doing wrong?
Sorry my poor English.
Thanks.
this is the code that you should add in you theme file (probably single.php):
<?php do_action( 'gdsr_gsr_insert_snippet'); ?>
that will generate code for google:)
You must log in to post.