YOAST SEO won’t work on custom post type archive [closed]

I just find out what I was missing at the top, after get_header();.

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

and at the bottom, just before get_footer();

<?php endwhile; ?> <?php endif; ?>

So I just figured out that I was not loading archive properly, so I don’t get all his information.