开发者 |
Andy Brin
andybrin |
---|---|
更新时间 | 2025年9月8日 23:01 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-sitemap.xml
URL is only added to llms.txt
as metadata.llms.txt
with [Title • host/path](URL): content
entries.llms.txt
.llms.txt
entries by popularity or most recent first..md
files for each page and for author, category and tag archives (adds a robots.txt rule and sitemap link).meerkat-markdown-for-ai-visibility
folder to /wp-content/plugins/
.llms.txt
stored?It is written to the site root directory (same level as the top-level index.php
).
Use the Generate Files Now button or wait for the scheduled cron run.
Select a new frequency and click Save Changes on the settings page.
All plugin options and the llms.txt
file are removed automatically.
Add the following snippet to your theme's functions.php
or a small helper plugin:
add_filter( 'mrmrkdofa_enable_dynamic_sitemap', '__return_true' );
Afterwards visit Settings → Permalinks and save changes once so WordPress refreshes the rewrite rules.