-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
122 lines (87 loc) · 5.77 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
=== LTI SEO ===
Contributors: lti, decarvalho_bruno
Tags: SEO, meta, google, twitter, facebook, pinterest, social media, webmaster, search engine optimization, moteur, recherche, json-ld, rich snippets, meta tags, optimisation, schema.org, open graph, réseaux, sociaux, robots, admin, plugin
Requires at least: 4
Tested up to: 4.4
Stable tag: 0.6.0
License: GNU General Public License, version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NHYSUNN8G6M52
Search engine optimization made easy: make your content more visible in search engine results.
== Description ==
In an effort to remain as lightweight as possible, LTI SEO will only add metadata information to the html header of your pages (the data **won't be visible on the page**), and only specialized programs such as [search engine bots](https://en.wikipedia.org/wiki/Web_crawler) will be able to parse and use that information.
It turns out that this metadata is fairly easy to generate and can make a ton of difference when it comes to **the visibility of your content** on the web. Wordpress is very good at creating search engine friendly content; we simply take it one notch further!
= Available languages =
- English
- Français
= SEO-friendly metadata =
The following information can be added, if the corresponding option is activated:
- *Link rel* tags:
- *Canonical*, helps search engine determine a single URL for specific content,
- *Author*, allows search engines to link the author with their contributed content,
- *Publisher*, helps identify the entity that's responsible for the content.
- *Keywords* meta tag,
- *Robots* meta tag:
- NOINDEX
- NOFOLLOW
- NOODP
- NOYDIR
- NOARCHIVE
- NOSNIPPET
- *Description* meta tag, featured in search results
- JSON-LD tags, using [Schema.org](htp://schema.org) namespace objects:
- Front page:
- Publisher (shown as an *Organization* : name, alias, logo image, website, social accounts),
- Author (shown as a *Person*: public e-mail, job title, work location, social accounts),
- Type of site (*Blog* or *WebSite*),
- Pages and posts:
- Type of post (*Article*, *Blog post*, *News*, *Scholarly article*, *Tech article*)
- Author information (same person object as a above)
- [Twitter cards](https://dev.twitter.com/cards/overview):
- *Summary card* by default
- *Summary with large image*,
- *Gallery* for gallery post types,
- *Photo* for attachments
- [Open Graph](http://ogp.me/) tags:
- Type *website* on the frontpage
- Type *article* on posts, with attached or featured images, if any.
= Taking advantage of the Google Search Console =
LTI SEO wants to make sure Wordpress users know about the Search console by facilitating the process of adding and verifying sites directly from Wordpress. Without these types of tools, it would be hard to assess whether our SEO efforts are worth putting time and effort into!
= Contribution =
You can help us by:
- Translating the plugin in your own language (get in touch with us for details),
- Submitting bugs and feature requests in the github project's [issue tracker](https://github.com/DeCarvalhoBruno/lti-wp-seo/issues),
- Submitting code via [pull requests](https://github.com/DeCarvalhoBruno/lti-wp-seo/pulls),
- [Visiting our blog](http://dev.linguisticteam.org) and associated resources to interact with us.
== Installation ==
The easiest way to install the plugin is to use the plugins management page in your administration panel.
Also, the package can be downloaded manually and unzipped in the /wp-content/plugins/ directory.
When resources have been copied, the plugin can be activated by looking for a "LTI SEO" entry in the plugins page and clicking on **"Activate"**.
Configure the options by locating our logo at the bottom of the admin sidebar. Note that **by default, no header tags are added to the page**. LTI SEO will only add content that you activate in the LTI SEO options page.
Clicking on the **"Deactivate"** button will disable the user profile fields and the post editing box information associated with the plugin. The **"Delete"** button will remove any LTI SEO related field in the database.
== Screenshots ==
1. Admin options, General tab
2. Admin options, Front page tab
3. Admin options, Posts and pages tab
4. Admin options, Social tab
5. Admin options, Google tab
6. Meta box in the post editing page.
== Frequently Asked Questions ==
We'll add more entries to this section as we get feedback from you.
= Yet another SEO plugin, why? =
- We wanted to contribute a distraction-free (no ads, no 'premium features'), WYSIWYG plugin.
- Provide a sturdy, testable object-oriented codebase that the community can contribute to.
- Our main concern as the [LTI](http://info.linguisticteam.org) developer community is to automate our own processes, but we also want to show that we're willing to put ourselves out there and share awesome code!
= How is that extra metadata useful? =
A lot of the traffic over the internet goes through search engines, which send hoards of little crawlers to sift through millions of pages every day.
As the provider of content, you can help search engines understand what type of content you're featuring by providing not just code, but semantic information about the content. That information will allow search engines to unmistakably determine the context in which you want this data to be shared.
Also, search engines that find relevant content on your sites are more likely to feature them prominently on search results.
== Changelog ==
- 0.5.0
- First Version
- 0.6.0
- Hardened the code a little (no direct access to POST and GET variables)
- Added Google Search console support to add and verify sites
- Changed the way LTI plugins appear in the admin menu
== Upgrade Notice ==
No particular upgrade instructions.