https://github.com/naa986/wp-image-seo
WordPress Image SEO plugin allows you to improve the structures of your site images and make them more search engine friendly.
https://github.com/naa986/wp-image-seo
image plugin seo wordpress
Last synced: 2 months ago
JSON representation
WordPress Image SEO plugin allows you to improve the structures of your site images and make them more search engine friendly.
- Host: GitHub
- URL: https://github.com/naa986/wp-image-seo
- Owner: naa986
- Created: 2017-09-05T12:39:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T14:21:12.000Z (over 7 years ago)
- Last Synced: 2025-03-24T20:44:48.589Z (over 1 year ago)
- Topics: image, plugin, seo, wordpress
- Language: PHP
- Homepage: https://noorsplugin.com/wordpress-image-seo-plugin/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image SEO for WordPress
## Description
WordPress has a nice media library option in which you can upload images very easily. While uploading images most of us just totally ignore the alt tags. Alt tag is an important part of your image. It describes what your image is about.
When you publish a post/page you can directly view the image. The image might be understandable to you when you take a look at it. But for the crawler it's not. The crawler does not understand the image. It reads the alt tag and tries to understand the image. So if your alt tag is empty or not relevant to your topic it's pretty much useless in search engine.
[WordPress Image SEO](https://noorsplugin.com/wordpress-image-seo-plugin/) plugin allows you to optimize your website images. It automatically fills out the missing alt tags of your images. It was developed by [noorsplugin](https://noorsplugin.com/) and is currently being used on over 3,000 websites.
## WordPress Image SEO Plugin Features
* Optimize your WordPress blog images for SEO.
* Change the alt and title tags of your images automatically.
* Improve search engine ranking by using more meaningful alt tags.
* Efficiently manage the alt tags of all of your post images.
## WordPress Image SEO Plugin Usage
Once you have installed the plugin go to **Settings > WP Image SEO** on your WP dashboard. It will take you to the **General Settings** menu of the plugin.
In the **General Settings** menu there are various options that you can configure.
* ALT attribute - It allows you to change the alt attributes
* TITLE attribute - It allows you to change the title attributes
You can either directly enter a text for the ALT and TITLE attributes or use the following tags:
* %name - It allows you to automatically replace the alt or title tag with the name of the image
* %title - It allows you to automatically replace the alt or title tag with the title of the current post
You need to enable the following options to change the alt and title attributes automatically:
* Override default WordPress image alt tag
* Override default WordPress image title
### Example
If you have an image named "McLaren.jpg" in a post titled "Car Image":
1. Setting alt attribute to "%name %title" will produce alt="McLaren Car Image"
1. Setting title attribute to "%name image" will produce title="McLaren image"
## Documentation
For detailed documentation please visit the [WordPress SEO Plugin](https://noorsplugin.com/wordpress-image-seo-plugin/) page.