SEO, rising trend arrow, and mouse image courtesy of FreeImages.com/Svilen Milev

Add Schema Markup To Genesis Portfolios

SEO, rising trend arrow, and mouse image courtesy of FreeImages.com/Svilen MilevAs a follow-up to our previous article, , we thought we’d show you how to add itemprop=“image” to the Genesis Executive Pro portfolio archive. We use a modified version of that page on this site that is built with the Genesis Parallax Pro theme.

It’s actually quite simple. In the Executive Pro child theme folder, you’ll find a file named archive-portfolio.php. The source code for archive-portfolio.php is below. Just add itemprop=“image” to the img tag in line 37 as highlighted in the source.

', get_permalink(), $image, the_title_attribute( 'echo=0' ) ); } } //* Remove the post meta function remove_action( 'genesis_entry_footer', 'genesis_post_meta' ); genesis();