stefan0s

Results 3 comments of stefan0s

> So it seems like there is some internal priority here. I've gotten pretty decent results with sorting the lists by dom depth as a workaround: > > ```ts >...

Hello, I am trying to enable Yoast SEO and also add trailing slash to all urls. # Trailing slash rewrite ^([^.]*[^/])$ $1/ permanent; The problem i am having is that...

I am also using expanded code for Yoast #Yoast SEO Sitemaps location ~ ([^/]*)sitemap(.*).x(m|s)l$ { rewrite ^/sitemap.xml$ /sitemap_index.xml permanent; rewrite ^/([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 last; rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last; rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?...