Can anyone suggest the best Seo plugin? I have tried Greg’s high performance SEO plugin but it is probably a bit too advanced for what I need. Also it limited the number of posts displayed in a page and I couldn’t find how to override this.
Using the built-in URL writing with WordPress offers pretty much the only SEO modification you should need. As far as the standard markup goes, the default WordPress themes are coded correctly so that spiders can easily read and organize the content.
What exactly are you trying to accomplish with this SEO plugin?
Mainly I would like to change the url that shows to one with keywords
You can do with the built-in URL rewriting. Once logged into the admin area of your WordPress blog:
- Click on Settings
- Click on Permalinks (sub menu)
- Adjust your URL requirements
WordPress will give you the most popular defaults but also offers a help document there if you’re interested in a different format. You will either need to make your .htaccess file (in the root of your WordPress deployment directory) writable or simply copy the code that WordPress gives you into your .htaccess file.
Thanks for the reply. That is exactly what I was looking for.