Hello,
We apologize for the issue you are facing with accessing the llms.txt
file at your specified URL. Here are a few steps you can take to troubleshoot this issue:
-
Ensure the Module is Enabled: Double-check that the LLMS Txt module is enabled in your Rank Math settings. You can do this by going to Rank Math SEO → Dashboard and confirming that the toggle for the LLMS Txt module is active.
-
Check File Configuration: Make sure you have configured the llms.txt
settings correctly. Go to Rank Math SEO → General Settings → Edit llms.txt and ensure that you have selected the appropriate post types and taxonomies to include in the file.
-
Permalink Settings: Sometimes, permalink settings can affect file accessibility. Go to Settings → Permalinks in your WordPress dashboard and simply click Save Changes to refresh your permalink structure.
-
Caching Issues: If you are using a caching plugin, clear your cache to ensure that the latest changes are reflected.
-
Server Configuration: Ensure that your server is configured to serve .txt
files correctly. You may need to check with your hosting provider if there are any restrictions or configurations needed on their end.
If you have gone through these steps and the file is still not accessible, please reply to this ticket with any error messages you might be seeing or additional details about your setup, and a human agent from our support team will assist you further.
Thank you for raising this concern!
Sources:
How to Use llms.txt in Rank Math SEO » Rank Math
How to Use llms.txt in Rank Math SEO » Rank Math
Rank Math General Settings
This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.
Hello,
Thank you for contacting Rank Math support, and we apologise for any inconvenience caused.
Please ask your host to flush the NGINX cache and exclude the caching for the responses made for the .txt files. Once done, our plugin should be able to generate the llms.txt file.
Meanwhile, if you are using WP Engine, a user also hosting WP Engine claimed they got their llms.txt working by adding the following snippet to their config file:
location = /llms.txt {
proxy_pass $dynamic_upstream_read_only;
}
You can try that and see if it helps.
Let us know how that goes. Looking forward to helping you.