You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be done and the result will be that the entire first paragraph (first two sentences) will be hidden. The branding-less sentence that indicates the number of sitemaps included can remain.
Possible way to add this
body #content > p.expl:nth-of-type(1) {
display: none;
}
This solution merely hides the paragraph with links from the frontend, it is not possible to remove it from the source code.
The text was updated successfully, but these errors were encountered:
So there is still a dofollow link to them in many sitemaps unless we patch the generated sitemap.xml or wp-content/plugins/wordpress-seo/css/main-sitemap.xsl.
Any way to do this with the plugin?
Remove branding from Sitemap “Generated by Yoast SEO, this is an XML Sitemap”
Original request over at WP.org
Expected behavior
It can be done and the result will be that the entire first paragraph (first two sentences) will be hidden. The branding-less sentence that indicates the number of sitemaps included can remain.
Possible way to add this
body #content > p.expl:nth-of-type(1) {
display: none;
}
This solution merely hides the paragraph with links from the frontend, it is not possible to remove it from the source code.
The text was updated successfully, but these errors were encountered: