Hello,
Thank you for contacting Rank Math, and sorry for any inconvenience that might have been caused due to that.
I looked at the source code of the mentioned URLs and noticed that they are set to index.
However, there are a few things we need to look at here. Please follow the steps below:
1. I noticed the canonical tag on the mentioned pages is not set to the exact URL of your page. Please note, Google only indexes the pages that have the exact canonical URL set for the pages.
To know more about the canonical tags, please refer to our Knowledge Base article here:
https://rankmath.com/kb/how-to-change-canonical-url/
2. I noticed your robots.txt file of the main website, https://hypley.com/ doesn’t include the sitemap.
Please follow the steps below to edit your robots.txt file according o the recommended protocol:
https://rankmath.com/kb/how-to-edit-robots-txt-with-rank-math/
3. Once done, flush the Sitemap cache by following this video screencast:
https://i.rankmath.com/pipRDp
4. Exclude the Sitemap files of the Rank Math plugin in your caching plugin. The cache could be via a plugin or from the server. For plugins or Cloudflare, please follow this article:
https://rankmath.com/kb/exclude-sitemaps-from-caching/
5. lastly, please use the following filter to Add Extra URLs in the Sitemap:
/**
Filter to add extra URLs to the XML sitemap by type.
*
Only runs for the first page, not on all.
*
@param string $content String content to add, defaults to empty.
*/
add_action( 'rank_math/sitemap/{$type}_content', function() {
return '<url>
<loc>https://rankmath.com/some-custom-url/</loc>
<lastmod>2020-06-10T20:20:20+00:00</lastmod>
</url>';
});
Please replace {$type} with either post or page, depending on if you want the URL to be included in the post or page sitemap – respectively.
To know on how to add filters, please refer to our Knowledge Base article here:
https://rankmath.com/kb/filters-hooks-api-developer/
Please let us know how that goes. Looking forward to helping you further.
Thank you