开发者 | html5arena |
---|---|
更新时间 | 2017年4月8日 02:27 |
捐献地址: | 去捐款 |
PHP版本: | 4.6 及以上 |
WordPress版本: | 4.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/arenaseo
directory, or install the plugin through the WordPress plugins screen directly.Go to 'SEO Settings' and paste your analytics code inside the 'analytics' text box. Hit the 'Save' button. See that analytics code is addded to the footer of your website's html. Note that analytics code is not added for admin users.
Go to 'SEO Settings' and paste your WMT verification code and hit the 'Save' button. See that your WMT verification code is added to the header of your website.
jQuery is a small JS library which is used in many themes. Moving loading of jQuery to the footer prevents resource dependency and may help to improve the general loading time of a webpage. By default, the plugin will move jQuery loading to the footer. To disable this feature go to 'SEO Setting' and un-check 'Move jQuery to footer' check box.
Sitemap.xml file can help search engine to discover your website. Although it may not be a requirement, using this plugin you can generate sitemap.xml that contains all of the pages and post in your website. To generate a sitemap.xml file on the root directory of your website, go to 'SEO Settings' and check the 'Add posts to sitemap' checkbox. You can also add your pages to the sitemap by checking 'Add pages to sitemap' checkbox.
When the plugin is active, you will see an SEO section at the bottom of the post editor. Use those input boxes and provide custom meta title, meta description and keywords to each post.
Setting expired headers helps web browser to better cache your website and improves user experience. The plugin adds expired headers by default. To disable expired headers go to 'SEO Settings' and uncheck 'Add expired headers' checkbox. For expired headers to work, your web server must have mod_expired and mod_headers enabled (in Apache2 - a2enmod expires, a2enmod headers)
HTML minification removes redundant spaces and tabs from your final html output. This feaature is enabled by default and you can disable it by going to 'SEO Setting' and un-checking the 'HTML Minification' checkbox.