WordPress Image Control: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
*SEO stuff | *SEO stuff | ||
**Canonical URLSs are only useful if an end Image / Item / etc. falls under multiple categories (IE is duplicitous) and a Search Engine needs to know which one is the default. | **Canonical URLSs are only useful if an end Image / Item / etc. falls under multiple categories (IE is duplicitous) and a Search Engine needs to know which one is the default. | ||
*Search Results just for Images??? | *Search Results just for Images??? | ||
*Custom CSS for Permalink URI??? | *Custom CSS for Permalink URI??? - see below (Simple CSS offers custom CSS for an Image, but it doesn't show up on Permalink URI) | ||
*Plugins To Manage Images and Media | *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 | **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 | ||
Line 28: | Line 27: | ||
**Auto Image Attributes - Changes Attributes (ALT, etc.), based on File Name. Useful if there aren't any ALT entries for an image | **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). | **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). | ||
**Media File Renamer: Phoenix is better | |||
**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. | **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. | ||
***Some Alternatives to explore: https://colorlib.com/wp/wordpress-media-library-management-plugins/ | |||
**Plugin that will create a default ALT description if there isn't one??? | **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 will redirect Permalink for Image to a Lightbox based on Category??? | ||
***...or redirect image to intended location instead of the Permalink URI | |||
****'''Attachment Pages Redirect''': https://wordpress.org/plugins/attachment-pages-redirect/ | |||
****Yoast will do this, but it kills off it's ability to create an Image Index | |||
****All in One SEO will do it to, but not sure about having both it and Yoast installed | |||
****In the image.php (Wordpress or Theme?) file: <code><?php wp_redirect(get_permalink($post->post_parent)) ; ?></code> | |||
**** | |||
**Plugin that creates a Title for an Image (Media Assistant???)??? | **Plugin that creates a Title for an Image (Media Assistant???)??? | ||
**Plugin for custom Image CSS?? | **Plugin for custom Image CSS?? | ||
***'''Simple CSS''' (Under Appearance): This adds a custom CSS Field to Images | ***'''Simple CSS''' (Under Appearance, Pages, Posts, Images, etc.): This adds a custom CSS Field to Images (does not work with Permalink URI) | ||
***Simple Custom CSS is too simple (it's just a single field for the entire website) | ***Simple Custom CSS is too simple (it's just a single field for the entire website) | ||
***Custom CSS Pro is great for previewing what it will do to a website, but appears to apply site wide to everything. | ***Custom CSS Pro is great for previewing what it will do to a website, but appears to apply site wide to everything. | ||
**Plugin for Image Contents or Index Page??? | |||
***This one does everything: https://barn2.co.uk/wordpress-index-plugin/ | |||
**Plugin for dedicated Image SEO (IE, not Yoast) | |||
***A list is here: https://blog.hubspot.com/website/best-sitemap-plugins-wordpress | |||
===WordPress Issues=== | ===WordPress Issues=== | ||
WordPress does not include a Title for an Image | WordPress does not include a Title for an Image | ||
=== Other Stuff to Think About === | |||
Remove EXIF information for privacy. Read more here: https://www.wpexplorer.com/wordpress-image-management/ | |||
<br /> | <br /> |