PDA

View Full Version : All-In-One SEO Wordpress Tip


IMStrong
11-16-2008, 11:16 PM
Guys,

If you've activated this plugin in Wordpress, you may want to check that the All-In-One SEO meta tags are actually being used in your page. I.e. that your page is showing title, description and keywords generated meta tags you specified for each post.

Ensuring that these 3 meta tags are customized and published for each post will certainly help your posts rank better in search engines.

To check:
1. Open up an post / page in your browser
2. View Source
3. Check that the <meta name="title">, <meta name="description">, <meta name="keywords"> are exactly what you specified them to be when populating your post.

If not, it may still be using the default Wordpress tags.

In my case it was populating the title tag fine but was not showing description and keywords. I found out that the All-In-One SEO generated tags were listed below the default Wordpress description & keyword tags.

To fix this I went into the "header.php" file via the Wordpress > Design > Theme Editor and removed :

<meta name="description" ...>
<meta name="keywords" ...>

Important: Ensure that you have All-In-One SEO Plugin turned on before doing the above.

After this I then checked out a post, viewed source and confirmed that the meta tags were now being populated correctly.

Hope this helps someone out there.

Kind Regards,
Arnold aka Mr.Gadget

Reprinted with permission

ishabluebell
11-11-2009, 04:16 PM
3. Check that the <meta name="title">, <meta name="description">, <meta name="keywords"> are exactly what you specified them to be when populating your post

I don't even have
<meta name="title"
anywhere in my source code.

I have:
<title>Market Samurai Resources and Reviews</title>
which is the correct title for the page, but nothing about meta name title.

:confused:

Can you help?

Isha

jhoecannon
11-12-2009, 11:31 PM
I believe I have the same problem as Ishabluebell.

After the line "<!-- All in One SEO Pack...- ->", I get,
<meta name="description"...>
<meta name="keywords"...>

Both of these are correct. But, I do not see <meta name="title">. Now, about 23 lines above this I do see <title>Internet Income Opportunity</title>
which is the correct title for the page, but nothing about meta name title.

How do we fix this?

jhoecannon
11-23-2009, 11:10 PM
Does anyone have a solution to these problems?