Platinum SEO wordpress plugin, FAQs
If this FAQ page does not answer your question, before you post a comment, please consider:
- What exactly is not working? The meta tags are not in the source? The page is completely blank? Please be as specific as possible.
- What is your PHP error log saying?
- Please specify the versions you are using: PHP, Wordpress, Platinum SEO Pack.
You are ofcourse free to leave appreciatory remarks and valid suggestions.Let us move on to the FAQs folks…
FAQs:
Does it work with Wordpress 2.3.x?
Yes it does work with earlier versions and it ofcourse works with wordpress 2.5.1. I always recommend you to update your wordpress blog to the latest version.There is no harm in upgrading.Wordpress is free buddy
The plugin doesn’t seem to be working…
Test it with the default wordpress theme. If it works there, your theme is missing the appropriate call to wp_head() usually found in header.php. Please patch it, taking it from the default theme.If you don’t know how to do this, the following steps might work. Do them on your own risk:
- In your admin panel, go to Plugins – Theme Editor
- On the right bar, click on Header
- Locate the line with </head>
- Insert the following link before it:
<?php wp_head(); ?> - Save
If it still does not work, then your theme needs scrutiny. You can leave a comment on this page for any plugin issues, but please specify what exactly isn’t working, your WP version and if possible your PHP version.
After activating Platinum SEO Plugin I see two sets of meta tags
Disable All in One SEO Pack and enable Platinum SEO. This plugin gives you all the functionalities of All in One SEO Pack as it is, and gives you more cool options. Also ensure to edit your theme and remove whatever static meta descriptions and/or meta keywords you have in there. If it’s not your theme, you are probably using another plugin that is generating them. Disable that as well.
My URLs don’t get rewritten
Platinum SEO Pack doesn’t handle this, it’s already done by Wordpress itself. Visit Options – Permalinks to set it up. However Platinum SEO Pack gives you the option to rewrite titles.
How to get help on Platinum SEO options?
For help on any of the options, just click the option header.See pic. below:

How often will this be released?
A new release will be made only for bug fixes and for new features that may be essential from an SEO perspective.If you have any suggestion, do ping me.I will consider to implement them, only if you can convince me.
Fatal error: Allowed memory size of 8388608 bytes exhausted…What is that??
Platinum SEO, like its predecessor – All In One SEO, uses output buffering to rewrite the titles, for this to works it needs memory. There’s no way to optimize that much more, and on most hosting setups it just works which leads me to the conclusion that there are some companies who are just skimpy with memory. If the above error appears on admin pages, it’s not even output buffering related. I’d recommend switching to a host that can provide sufficient memory or disabling some plugins.
Home page title gets rewritten by category in my theme. How to resolve this?
Many magazine themes use multiple loops (wordpress loop) on their home page. If your Home page uses a custom query or multiple loops, make sure you use WP_Query for those calls. If your code uses query_posts then wordpress gets confused and thinks it is on the Category page for the last post it selected instead of on the home page. As a result Platinum SEO includes a category title instead of the home page title. Hen for your home page template use WP_Query so that Platinum SEO outputs the correct Title on the home page.
Example code for WP using WP_Query:
$myquery = new WP_Query(’showposts=5′);
while ($myquery->have_posts()) : $myquery->the_post();
the_title();
endwhile;
If you have a premium theme, request your theme designer for support and ask him to use wp_query instead of query_posts. Refer him the “Important Note” on wordpress Codex Page for query_posts() here – http://codex.wordpress.org/Template_Tags/query_posts
Filed under: Wordpress SEO & Plugins


I have a question which I hope to get answered before I launch my site this week. (fingers crossed)
Is is good for SEO purposes to have the blog title included in all title tags. So for example a guy owning ultimate widgets.com, on his blue widgets page has a title tag of Blue-Widgets – Ultimate-Widgets?
Yes, if you have a site dedicated to a particular topic and your blog title has an important keyword related to that topic. For example if your blog is on windows vista and your blog title has vista in it…
How do others find that this compares with other “SEO” plugins for Wordpress? We are trying to find the most efficient solution for ourselves and our many clients here at Xerces but there are just so many options to choose from — and so little manpower/man-hours to spare for such things these days!
I’ve created a static homepage for my site at:
acai-berry-health.org
However, it also shows as a duplicate at:
acai-berry-health.org/acai-berry
How do I make this redirect so it won’t show as duplicate content?
@Alan do a 301 redirect in your .htaccess file
That’s originally what I was trying to do, but I don’t quite get how to do it in wordpress. I tried Googling it and didn’t really understand which file I’m looking for to enter into the .htaccess file. I posted in a forum where someone suggested this plugin.
Do you know of any good tutorials, I’ve already looked at about the first half dozen on Google for 301 redirect
Thanks
What it can be? All works good but my keywords in meta tag is not displaying right.
how do i custom configure the options like. blog_title
I would like to have %page_title% | %tag%
I try it but it is not working.. what do i do.. Thank you !!
Hello Rajesh,
I have an urgent problem.
I have been using your plugin from a long time and it had worked great for me.
Yesterday night I got a theme change and although the new theme defines the head tag, but still the post titles are not displayed
Instead for all the posts it shows Technoworld as the title.
I have currently disabled it.
Please look into the matter ASAP
Thanks and Regards,
Siddharth
Hi Rajesh,
Just now I tried to use your plugin, and I have some issue with Mimbo theme. If I activate you rewrite plugin, the main page cannot load.
Appreciate if you can help me to find how to troubleshoot this to work on my theme.
Thanks,
Raffaell