Difference between revisions of "WordPress Image Control"
Jump to navigation
Jump to search
m |
m |
||
Line 7: | Line 7: | ||
**Naming Convention: Use modern Video Resolution terminology; 1K, 2K, 4K, 8K (which refers to horizontal resolution, whereas 1080i, 720p, etc. refer to vertical resolution) | **Naming Convention: Use modern Video Resolution terminology; 1K, 2K, 4K, 8K (which refers to horizontal resolution, whereas 1080i, 720p, etc. refer to vertical resolution) | ||
*Permalink Current URI (from Permalink Manager) & Native Slug (Permalink name if Permalink Manger were disabled) | *Permalink Current URI (from Permalink Manager) & Native Slug (Permalink name if Permalink Manger were disabled) | ||
*Permalink Address Page (<nowiki>https://WhatEverWebSite/PermalinkURI</nowiki>) | *Permalink Address Page (<nowiki>https://WhatEverWebSite/PermalinkURI</nowiki>) | ||
*Taxonomy (Categories and Tags): | *URL Page of File (<nowiki>https://WhatEverWebSite/FileName</nowiki>): ALT Attribute of Image Element / Tag is set to the URL | ||
*Automatic "Thumbnail" (Resized Image) Generation that are automatically generated by WordPress, Themes, Plugins, etc. | *Taxonomy (Categories and Tags) of Images: Useful internal WordPress searches and some SEO indexes | ||
*Additional Items for Images (Caption, ALT / Alternate Text, Description) | |||
**Caption is used in META Tags for various items (SEO, Twitter, OG (Open Graph Protocol - https://ogp.me/), etc.) and as the default caption when the image is viewed via a Permalink URI | |||
** | |||
*Automatic "Thumbnail" (Resized Image) Generation that are automatically generated by WordPress, Themes, Plugins, etc.: Wordpress sets the SRCSET Attribute | |||
*SEO stuff | *SEO stuff | ||
*Image Contents or Index Page??? | *Image Contents or Index Page??? | ||
Line 25: | Line 29: | ||
**Plugin that creates a Title for an Image (Media Assistant???)??? | **Plugin that creates a Title for an Image (Media Assistant???)??? | ||
=== WordPress Issues === | ===WordPress Issues=== | ||
WordPress does not include a Title for an Image | WordPress does not include a Title for an Image | ||
<br /> | <br /> |
Revision as of 18:27, 13 February 2020
Leaving WordPress on its own for image management on a website with a lot of images is stupid.
Items to Consider
- Title
- File Name of Actual File
- Naming Convention: Use modern Video Resolution terminology; 1K, 2K, 4K, 8K (which refers to horizontal resolution, whereas 1080i, 720p, etc. refer to vertical resolution)
- Permalink Current URI (from Permalink Manager) & Native Slug (Permalink name if Permalink Manger were disabled)
- Permalink Address Page (https://WhatEverWebSite/PermalinkURI)
- URL Page of File (https://WhatEverWebSite/FileName): ALT Attribute of Image Element / Tag is set to the URL
- Taxonomy (Categories and Tags) of Images: Useful internal WordPress searches and some SEO indexes
- Additional Items for Images (Caption, ALT / Alternate Text, Description)
- Caption is used in META Tags for various items (SEO, Twitter, OG (Open Graph Protocol - https://ogp.me/), etc.) and as the default caption when the image is viewed via a Permalink URI
- Automatic "Thumbnail" (Resized Image) Generation that are automatically generated by WordPress, Themes, Plugins, etc.: Wordpress sets the SRCSET Attribute
- SEO stuff
- Image Contents or Index Page???
- Search Results just for Images???
- Plugins To Manage Images and Media
- Media Library Assistant (Not very useful): adds some (obscure) fields to what can be associated with a Media File, Parent Info, Menu Order, Attachment Metabase (read only), and an alternate list view, Allows for additional Categories to be created
- Enhanced Media Library (useful): Some Utilities for importing and exporting, Add several tabs to Settings, Media (including allowed file types)
- Add from Server: A plugin that allows upload of files that otherwise cause the Wordpress Media functionality to cough up a hairball (large files, etc.)
- Permalink Manager - Manages all Permalinks, including Media and Images, with a Bulk Updater (Make sure to enable "Native Slug" in Tools, Permalink Manager, Settings)
- Auto Image Attributes - Changes Attributes (ALT, etc.), based on File Name. Useful if there aren't any ALT entries for an image
- Phoenix Media Rename (useful) is a simple Plugin that allows for this and it even automatically replaces spaces with dashes ( - ). It also allows for "bulk renaming", but only for manual modifications to the name (IE, it can't add "My Web Site" to the beginning of every file name).
- WP Media Folder (very useful, but...): Creates a folder and file structure for media, so very handy for a lot of media. Unfortunately it breaks some other Media Plugins, but the fix is easy, just disable it for others to work.
- Plugin that will create a default ALT description if there isn't one???
- Plugin that will redirect Permalink for Image to a Lightbox based on Category???
- Plugin that creates a Title for an Image (Media Assistant???)???
WordPress Issues
WordPress does not include a Title for an Image