Hi
I notice if I make a HTML form and use it as a submit form it automatically uses the title as meta info. Example if I post then copy and past that posts title into the Google search if unique it will pull up the post in the search results. I can’t get this to do the same using a Gravity form for some reason. Is there something I’m missing in the theme or a setting in the form? Maybe a merge tag in the title field , like “embedded url” or and such?
Ps I do have this in my header
<?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('description'); } ?> — <?php bloginfo('name'); ?>
not sure if applies to GF?