I like WordPress, but I don't like the WordPress page system at all. That's why I recently converted all my plugin pages to posts. My main reasons for doing so were:
- Pages can't be tagged
- Pages don't have categories
- Pages and posts don't mix too well in custom loops
- Pages don't appear in your RSS feed
- Posts are better for usability and SEO
I converted the pages with the help of the excellent p2pConverter plugin. Converting the pages is very easy. The plugin adds a "convert to post" button to every page on the page overview. Just click it, confirm, and you're basically done. Of course, having more features for posts makes it necessary to perform a few additional steps after the conversion to get the full benefit:
- The category will be your default category, you probably want to change that
- The new post has no tags. The whole point of converting the pages (for me) was to add tags.
- As a safeguard I added 301 redirects to my server config from the old page address to the new post. The plugin or WordPress seems to do this anyway, but I wanted to be 100% sure nothing breaks in the future. Besides, doing this in the webserver saves a few PHP calls.
One thing that isn't ideal is that all converted posts were added to the top of my RSS feed, even though their publishing date is the same as that of the former page. I'm not sure it's possible to work around this, but I don't think it's a big deal if you're only dealing with a few pages.
I am Nicolas Kuttler, a web developer, system administrator and IT consultant from France, currently living in Germany.
With Wordpress.org:
-- I always add Categories and Tags to my own sites and clients' website pages (via plugins which connect them to the inbuilt Categories and Tags structure)
-- my pages do appear in RSS feeds
-- in my years of SEO managment, pages and posts work EXACTLY the same for SEO - there is no difference whatsoever
-- the only thing I've found which can lessen the impact of SEO is when the writer of the web content doesn't understand how to use all the different SEO components, and this is true whether they write pages or posts.
Many folks like static websites and Pages are perfect for this.
To update sites often, using a blog is the ideal way to go, so adding blog posts to static sites is great.
I have sites with hundreds of pages who also have hundreds of blog posts, and there are good reasons for using both.
Thanks for a great article,
Cheers