Ignore pages in RSS feed that should not be indexed
This commit is contained in:
parent
746aaf3285
commit
9f2d08fe32
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ plugin.tx_seo {
|
||||||
table = pages
|
table = pages
|
||||||
sortField = lastUpdated
|
sortField = lastUpdated
|
||||||
lastModifiedField = tstamp
|
lastModifiedField = tstamp
|
||||||
additionalWhere = AND (no_index = 0 OR no_follow = 0)
|
additionalWhere = AND no_index = 0
|
||||||
pid = {$pageUids.blogPosts}
|
pid = {$pageUids.blogPosts}
|
||||||
recursive = 3
|
recursive = 3
|
||||||
template = RssFeed
|
template = RssFeed
|
||||||
|
|
Loading…
Reference in a new issue