Nice Search is a WP plugin that makes your blog search “SEO friendly”.
It’s in quotes because normally search results won’t get indexed by search engines, because they are dynamic. Unless of course you store them as a static page in a specific folder in your blog.
This is a really simple plugin that redirects your WordPress searches (?s=search-term
) to the pretty-looking URI version: /search/search-term
, and also converts spaces (%20) to plus symbols.
http://www.domain.com/?s=search-term
into
http://www.domain.com/search/search-term
Obviously, you need to have mod_rewrite
enabled, so that WordPress can process the /search/style URIs.
This plugin requires WordPress version 1.5 or higher.
0 comments:
Post a Comment