-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
60 lines (34 loc) · 2.78 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== SEO Engine ===
Contributors: themeegg
Donate link: https://themeegg.com
Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures
Requires at least: 2.7
Tested up to: 4.9.1
Stable tag: 1.0.0
SEO Engine automatically adds alt and title attributes to all your images improving traffic from search engines.
== Description ==
SEO Engine is a Wordpress SEO plugin which automatically updates all images with proper ALT and TITLE attributes for SEO purposes. If your images do not have ALT and TITLE already set, SEO Engine will add them according the options you set. Additionally this makes the post W3C/xHTML valid as well.
ALT attribute is important part of search engine optimization. It describes your images to search engine and when a user searches for a certain image this is a key determining factor for a match.
TITLE attribute play lesser role but is important for visitors as this text will automatically appear in the tooltip when mouse is over the image.
== Changelog ==
= 2017/01/01 - 1.0.0 =
* Initial release
== Installation ==
1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
2. Go to the Plugins page and activate the plugin.
3. Use the Options page to modify ALT and TITLE options. Turn on Override ALT tag and TITLe tag if you didnt not add these anywhere.
4. Note that SEO SEO Engine works by modifying HTML output on the frontend of you site, and does not modyfiy images in your media gallery.
== License ==
This file is part of SEO Engine.
SEO Engine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SEO Engine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with SEO Engine. If not, see <http://www.gnu.org/licenses/>.
== Frequently Asked Questions ==
= How do I correctly use this plugin? =
Just activating hte plugin will do the work. If you want to customize go to Settings, SEO Engine and enter additional settings.
= How does SEO Engine work? =
It replaces your image tags and ads ALT and TITLE tags which are essential for search engine optimization. This will result in more users to your site from the image search results.
= Is there anything else? =
Yes, you should create an account with Google Webmaster Central and enable enhnanced image indexing option for your website.
= Can I contribute to this plugin? =
Yes, visit <a href="github.com/themeegg/seo-engine">GitHub</a> and contribute.