विवरण
Disable “attachment” pages for WordPress media.
By default WordPress creates a page for each of your attachments. This is can be undesirable because:
- These are pages that don’t have any content, except an image, so they provide little value and can negatively affect your SEO.
- They can accidentally reserve slugs on your site. Let’s say you upload an image named
contact.jpeg
, a page likehttps://example.com/contact
is automatically created. If you then try to create a page named Contact, the URL for that page will behttps://example.com/contact-2
which isn’t that great.
How it works
This plugin works by automatically setting all attachment slugs to an unique id, so they won’t conflict with your pages. The plugin will also set 404 status code if a media page is accessed.
You can also mangle any existing attachment slugs so they won’t cause any issues in the future.
इंस्टॉलेशन
- Install the plugin from your WordPress dashboard
- Activate the Disable Media Pages plugin via the plugins admin page
- From now on, media pages will be disabled and new media items uploaded in the library will get unique id slugs
सामान्य प्रश्न
-
How to mangle existing attachment slugs?
-
Go to the plugins page, scroll to “Disable Media Pages”, click “Settings”. This will show you a wizard to mangle existing attachment slugs.
-
Why not just use Yoast SEO? It has a feature to redirect attachment pages to parent
-
First of all, not everyone uses Yoast SEO. More importantly, while Yoast SEO can fix the duplicate content issue, it does not help with issue of media files reserving slugs for pages.
समीक्षाएं
सहायक &डेवलपर्स
“Disable Media Pages” has been translated into 6 locales. Thank you to the translators for their contributions.
Translate “Disable Media Pages” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.0.4 (2021-01-02)
- Change: Add icon
1.0.3 (2020-12-31)
- Fix: Change required WordPress version correctly to 5.0
- Fix: Optimize autoloader
1.0.2 (2020-12-31)
- Change: Release on WordPress plugin directory
- Change: Changes to internal plugin structure
- Fix: Make plugin translatable
- Fix: Load JavaScript and CSS only on plugin page
1.0.1 (2020-12-19)
- Fix: WordPress 5.6 compatibility, thanks @tnottu
1.0.0 (2020-09-26)
- Initial release