Enable SEO, Scripts and Layouts for Custom Post Types
To enable SEO, Scripts and Layouts for Custom Post Types (CPT) in Genesis Framework, use this snippet:
add_post_type_support( 'mycpt', array( 'genesis-scripts', 'genesis-seo', 'genesis-layouts' ) );
Change mycpt to your CPT.