Skip to content

Commit 0b72e14

Browse files
committed
text modification
1 parent c0f1396 commit 0b72e14

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

manual/component/searchable-pages.rst

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Unlike the standard list views, this "special treatment" of the MetaModel detail
1414

1515
The "normal list views" do not need this special treatment. These pages are automatically included with the help of the Contao functions into the Contao search engine or the sitemap.
1616

17+
If you go to "Maintenance" and click the "Rebuilt index" button, all the detail pages are going to be included in the list of URLs and loaded. Additionally the URLs are entered in sitemap.xml.
18+
19+
If you have checked only "Recreate the XML files" in "Maintenance", only the URLs are going to be entered into the sitemap.xml file.
20+
21+
The detail pages will not be integrated in the FE module "Sitemap".
22+
23+
Please note that URLs containing special keywords as "keys", such as `id`, `file`,
24+
`year` etc. will not be indexed by Contao; E.g. the URL details/id/my-detailpage-123.html - the keywords are listed in the array `$GLOBALS['TL_NOINDEX_KEYS'] <https://github.com/contao/core/blob/master/system/modules/core/config/config.php#L419>`_
25+
.
26+
1727
Options
1828
-------
1929

0 commit comments

Comments
 (0)