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
Your options{...} object is correct.
But the objects in policies[{},...] do not support properties of host & sitemap; they are ignored there. And ignoring them there may be proper.
However there is a major issue here. The real issue is that in the resulting output, the Host & Sitemap properties are supposed to have a blank line of padding to show separation from directives like User-agent; they are not supposed to live inside of them.
Your question was how do you add Host & Sitemap definitions specific to each User-agent definition but the real question needs to be:
How do I get this plugin to put the proper newline padding above or below the global Host & Sitemap definitions so they aren't interpreted as part of the last User-agent definition written.
Hi there,
I have the following options for this plugin:
But in my output file I have:
How can I add sitemap under
User-agent: *
?The text was updated successfully, but these errors were encountered: