PHP Classes

File: extra/seo/seo.txt

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   extra/seo/seo.txt   Download  
File: extra/seo/seo.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 4 years ago
Size: 1,276 bytes
 

Contents

Class file image Download
/* * * Module: Publisher * Author: Sudhaker Raj <http://xoops.biz> * Licence: GNU */ What is SEO for Publisher? ============================= See following URL http://www.xuups.com/modules/publisher/item.php?itemid=62 If you are using path-info method, SEO-friendly URL (non-working example) http://www.xuups.com/modules/publisher/item.62/holiday-time.html If you are using htaccess method, SEO-friendly URL (non-working example) http://www.xuups.com/publisher.item.62/holiday-time.html It is found that latter is more liked by search engines. It can significantly boost search engine traffic on your site. Just try it!!! How can I enable SEO for Publisher? ====================================== Core SEO functionality for this module can be enable in module preferences. You can shoose either to use htaccess or path-info if you choose htaccess then you must copy (or merge) extra/seo/sample.htaccess to <xoops_root>/.htaccess (for rewrite). If your web server does not support rewrite then path-info should be used. If you are using htaccess and want some different name, like 'articles' for publisher, change module name in preferences and make similar modification in <xoops_root>/.htaccess http://www.xuups.com/articles.item.62/holiday-time.html