-
Notifications
You must be signed in to change notification settings - Fork 4
/
SEOSimple.xml
77 lines (64 loc) · 4.55 KB
/
SEOSimple.xml
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="system" method="upgrade">
<name>System - SEOSimple</name>
<author>Dao By Design</author>
<creationDate>April 2014</creationDate>
<copyright>Copyright (C) 2014 Dao By Design</copyright>
<license>GNU/GPL</license>
<authorEmail>info@daobydesign.com</authorEmail>
<authorUrl>www.daobydesign.com</authorUrl>
<version>2.2</version>
<description>This Joomla 3.0 plugin automatically generates description meta tags by pulling text from the content to help with SEO. It also gives you the ability to set different title configurations. You are using Version 2.2 of the plugin.</description>
<files>
<filename plugin="SEOSimple">SEOSimple.php</filename>
<filename>index.html</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic" label="Basic SEOSimple Settings">
<field name="length" type="text" size="5" default="155" label="Meta Description Length:" description="The length of the meta description content (in characters). This will be rounded off to the nearest word. Default set to 155 characters." />
<field name="fpdesc" type="radio" default="0" label="Front Page Meta Desc:" description="Choose whether to use the Global Config/Metadata Settings value or have the description generated by the plugin using the contents of the page.">
<option value="0">Use Global Config setting</option>
<option value="1">Generate from Content</option>
</field>
<field name="spacer1" type="spacer" hr="true" />
<field name="catdesc" type="radio" default="0" label="Category Meta Desc:" description="Choose whether to use the category description or have it generated from the top article\'s content.">
<option value="0">Use category description</option>
<option value="1">Generate from content</option>
</field>
<field name="catnoindex" type="radio" default="0" label="Noindex Category Pages [beta]:" description="If enabled, category pages will have a 'noindex,follow' robots meta tag added to them. This helps cut down on potential duplicate content penalties. Disabled by default - beta feature, proceed with caution.">
<option value="0">Disabled</option>
<option value="1">Enabled</option>
</field>
</fieldset>
<fieldset name="titsettings" label="Title Tag Settings">
<field name="titorder" type="list" default="0" label="Page Title Layout:" description="Select how you'd like your page titles to be displayed. Default is [Page Title - Joomla Default].">
<option value="0">[Page Title - Joomla Default]</option>
<option value="1">[Page Title] | [Site Title]</option>
<option value="2">[Site Title] | [Page Title]</option>
</field>
<field name="spacer2" type="spacer" hr="true" />
<field name="fptitorder" type="list" default="0" label="Front Page Title Layout:" description="Select how you'd like your front page title to be displayed. Disabled by default.">
<option value="0">[Disable - Use Joomla Default]</option>
<option value="1">[Custom Title] | [Site Title]</option>
<option value="2">[Site Title] | [Custom Title]</option>
<option value="3">[Custom Title]</option>
<option value="4">[Site Title]</option>
<option value="5">[Site Title] | [Default Title]</option>
<option value="6">[Default Title] | [Site Title]</option>
<option value="7">[Custom Title] | [Default Title]</option>
<option value="8">[Default Title] | [Custom Title]</option>
</field>
<field name="customtitle" type="text" size="40" default="Home" label="Custom Title:" description="If you selected an option above that uses [Custom Title], enter a custom title for your site's front page. Default is 'Home'." />
<field name="spacer" type="spacer" hr="true" />
<field name="separator" type="text" size="1" default="|" label="Separator:" description="This is the character that separates your page titles from your site name. By default it is a pipe - but you can change it to whatever you like." />
</fieldset>
<fieldset name="creditsettings" label="Credit Settings">
<field name="credittag" type="radio" default="0" label="SEOSimple Credit Tag:" description="This is a non-site affecting meta tag that gives this plugin a bit of credit. We'd love if you kept it, but you're welcome to remove it. Either way, it is never displayed visibly on your site.">
<option value="0">Leave It</option>
<option value="1">Kill It</option>
</field>
</fieldset>
</fields>
</config>
</extension>