Beskrivning
This plugin adds an XML sitemap for PDFs. It adds this XML sitemap to the sitemap_index.xml
that Yoast SEO generates.
It has no settings.
Have you found an issue?
If you have bugs to report, please go to the plugin’s GitHub repository. For security issues, please use our vulnerability disclosure program, which is managed by PatchStack. They will assist you with verification, CVE assignment, and, of course, notify us.
Installation
- Upload the files to the
/wp-content/plugins/pdf-sitemap/
directory or install through WordPress directly. - Activate the ’XML Sitemap for PDFs for Yoast SEO’ plugin through the ’Plugins’ menu in WordPress
- Go to your site’s
sitemap_index.xml
file and click on from there.
Vanliga frågor
-
Will this include PDFs uploaded through forms?
-
The plugin only scans folders with numeric names, so it won’t add files that have been uploaded through forms.
-
Does this plugin cache its output?
-
Yes, the plugin scans the uploads folder once per day and saves that data to a transient. When you upload a new PDF file
that cache is cleared automatically. -
Does this plugin work on multisite?
-
This plugin has not been tested on multisite.
-
Where can I report issues?
-
On this plugin’s GitHub repository.
Recensioner
Bidragsgivare och utvecklare
”XML Sitemap for PDFs for Yoast SEO” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”XML Sitemap for PDFs for Yoast SEO” har översatts till 1 språk. Tack till översättarna för deras bidrag.
Översätt ”XML Sitemap for PDFs for Yoast SEO” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0.1
- Fixed a potential notice for an unset variable.
- Renamed some filters for consistency.
1.0
- First version.