clau77
Forum Replies Created
-
Thanks!
I inserted the below in my function.php, submitted that in google search console but links are not added. Kindly ask you to have a look if below code is correct:
/**
* 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() {});
function rank_math_add_custom_dynamic_url( $urls ) {
$urls .= ‘
https://www.visconti-immobilien.de/ff/immobilien/
2020-06-02T12:56:24+00:00
‘;$urls .= ‘
https://www.visconti-immobilien.de/ff/immobilien?schema=flat_purchase/
2020-06-02T12:56:24+00:0
‘;$urls .= ‘
https://www.visconti-immobilien.de/ff/immobilien?schema=house_purchase/
2020-06-02T12:56:24+00:00
‘;return $urls;
}Regards
Claudia
Forum: Plugins
In reply to: [Swift Performance Lite] Pluginkonflikt mit Cookie-Banner CookiebotWe don’t have this issue with another caching plugin. Already checked this.
So contacting your support was a hint from our side to check your scripts.As mentioned the issue was even caused after your plugin update.
So it is up to you to decide.
Thanks
Forum: Plugins
In reply to: [Swift Performance Lite] Pluginkonflikt mit Cookie-Banner Cookiebotdisabling to merge scripts seems to solve the issue with our cookie-banner but speed is dropping down by nearly 17%.
Forum: Plugins
In reply to: [Swift Performance Lite] Pluginkonflikt mit Cookie-Banner CookiebotThis isn’t the issue as everything worked fine. After your new plugin version the problem has been started.