Yoast SEO Autoredirects
-
Yoast can also dynamically through PHP setup automatic redirects not just in .htaccess.
I learned that the automatic redirects are not in wp_option or wp_yoast_indexable table.
wp-option: contains redirects manually set in the manager
wp_yoast_indexable: It contains permalink and canonical information for indexed posts.Since my site is a multisite, web server redirect methods have been disabled to prevent issues but this was not the case before with Yoast SEO premium.
https://yoast.com/help/web-server-redirects-multisite-disabled/#utm_source=yoast-seo&utm_medium=software&utm_content=redirect-manager&utm_term=settings&shortlink=4k9Yoast SEO premium on my website is/was not network activated, so how can I make sure if redirects are enable or disable?
Would this filter work:
add_filter(‘wpseo_enable_redirects’, ‘__return_false’);The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.