Skip to content

Commit fdc1ca0

Browse files
committed
omit meta directory from sitemap
1 parent 0e3cf06 commit fdc1ca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf-sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<filter action="drop" type="wildcard" pattern="*.png" />
2121
<filter action="drop" type="regexp" pattern="/\.[^/]*" />
2222
<filter action="drop" type="wildcard" pattern="*/master/single*"/>
23+
<filter action="drop" type="wildcard" pattern="*/meta/*"/>
24+
2325
<filter action="drop" type="wildcard" pattern="*/_static/*" />
2426
<filter action="drop" type="wildcard" pattern="*/_images/*" />
2527
<filter action="drop" type="wildcard" pattern="*/json/*" />

0 commit comments

Comments
 (0)