Hi Joe,
We use a custom post type to create the FAQs and what you’re seeing at the location/URL you referenced is the archive for all posts in that post type.
If you really wanted to completely remove the archive, you would have to alter where we register the post type in the “CustomPostTypes.class.php” file (in the “includes” folder) and either remove the “has_archive” attribute or set it to “false”.
This change would, however, be overwritten if you were to update the plugin.
What I would suggest, instead, is that you just set it so the archive pages are not indexed. You can do this either directly via your robots.txt file or via a plugin that alters the robots file for you. WP Beginner has a good tutorial about this, here: https://www.wpbeginner.com/wp-tutorials/how-to-optimize-your-wordpress-robots-txt-for-seo/
-
This reply was modified 2 years, 6 months ago by jaysupport.
-
This reply was modified 2 years, 6 months ago by jaysupport.
-
This reply was modified 2 years, 6 months ago by jaysupport.