[ad_1]
Hi, a client’s site has a custom post type and we want to remove archive so they are just for content to be used on other pages. So I need to request removal if indexed instances and also add redirects.
I want to redirect all of the FAQ post types to the home page with something like below
RedirectMatch 301 ^/\?faq=?.*$ /
Is this possible in the plugin as I can’t seem to get it working?
Thanks
