- Total Members: 263,724
- Threads: 453,987
- Posts: 1,062,340
Great community. Great ideas.
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
-
Nov 27th, 2012, 01:11 PM
#1
Cannot get META Title to Change
I have a META Title of
<title>"Stock-Signal.com | The Expertise of an Investment Manager Without the Price."</title>
on my site header.php page, but I cannot get it to reflect anything other that "Stock-Signal.com" as the title in Google or various Metatag analyzers.
Anyone got any ideas what I need to change? Thanks.
-
Nov 27th, 2012, 01:44 PM
#2
Your home page shows 'Stock Signal.com' as your home page title.
Where are you making this change?
Also the title your trying to change to is really poor.
-
Nov 27th, 2012, 01:58 PM
#3

Originally Posted by
Test-ok
Your home page shows 'Stock Signal.com' as your home page title.
Where are you making this change?
Also the title your trying to change to is really poor.
Thanks for your reply Test-ok. I am making this change to the top of the header page in the edit theme pages for Wordpress. I am not a web or SEO guy so excuse the terminology if wrong.
I was able to change the description and key words here and see the change in Google or SEO checker programs, however, I cannot seem to get my title to change. I am also getting a warning via the SEO checker sites that it is reading multiple META tags, but I cannot find them anywhere else.
Any help or advice would be appreciated. Thanks.
-
Nov 27th, 2012, 02:20 PM
#4

Originally Posted by
jdiercks
I have a META Title of
<title>"Stock-Signal.com | The Expertise of an Investment Manager Without the Price."</title>
on my site header.php page, but I cannot get it to reflect anything other that "Stock-Signal.com" as the title in Google or various Metatag analyzers.
Anyone got any ideas what I need to change? Thanks.
If you are in the Editor section make sure that the files are writable, do you see this message on the editor page?
"You need to make this file writable before you can save your changes. See the Codex for more information."
Do you have the All in One SEO Plugin? If so you can change your title there as well.
-
Nov 27th, 2012, 02:30 PM
#5
Yea, get the SEO plug-in.
-
Nov 27th, 2012, 02:39 PM
#6

Originally Posted by
SEOhostingcouk
If you are in the Editor section make sure that the files are writable, do you see this message on the editor page?
"You need to make this file writable before you can save your changes. See the Codex for more information."
Do you have the All in One SEO Plugin? If so you can change your title there as well.
Thanks for the ideas. I do have All in One SEO and changed the title there for the home page, but it did not change the Google search title / site title.
I have also have a write enabled Wordpress Editor or Codex. I can see the changes and they are saved. Some changes to the description are immediate reflected in a Google site listing, but not title changes. The former developer did so much with PHP that sometimes simple things are hard to do, like change a title. I am not a PHP expert by any means.
Thanks for your help.
-
Nov 27th, 2012, 02:44 PM
#7

Originally Posted by
jdiercks
Thanks for the ideas. I do have All in One SEO and changed the title there for the home page, but it did not change the Google search title / site title.
I have also have a write enabled Wordpress Editor or Codex. I can see the changes and they are saved. Some changes to the description are immediate reflected in a Google site listing, but not title changes. The former developer did so much with PHP that sometimes simple things are hard to do, like change a title. I am not a PHP expert by any means.
Thanks for your help.
Strange, in your source code it does not show as changed either so apparently it is not taking it when you update the plugin or .php file....in all the tools I have looked into your title is only showing Stock Signal.com so it is not just Google that is not picking it up as no tool is either.
<!doctype html>
<html class="no-js">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9" >
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Stock Signal.com</title>
-
Nov 27th, 2012, 03:26 PM
#8
Your doing something wrong. Your not changing your site title are you? (which goes on every page) not being a WP guru, but try clicking on the 'all pages' link and then on the different pages, thats where I edit the different page titles...I think the site title is then appended to the page titles.
If that's wrong one of these WP pros will hopefully pop in.
-
Feb 28th, 2013, 04:27 PM
#9
First of all i hope the quotes you added just for us because there is no reason to include quotes on a live site:
<title>"Stock-Signal.com | The Expertise of an Investment Manager Without the Price."</title>
Should be like this:
<title>Stock-Signal.com | The Expertise of an Investment Manager Without the Price.</title>
Also, try adding this line to your head part of the html next to the other meta tags:
<meta name="robots" content="NOODP,NOYDIR" />
(that's the short answer but there are more ways to fix this)
-
Mar 1st, 2013, 07:25 AM
#10
Is this really about the ask.com search engine?
Similar Threads
-
By seodilip in forum Google Optimization
Replies: 4
Last Post: Jan 21st, 2006, 03:27 PM
-
By Canuck in forum Google Optimization
Replies: 8
Last Post: Aug 5th, 2005, 04:34 PM
-
By chechogr in forum Google Optimization
Replies: 28
Last Post: Jul 25th, 2005, 11:39 AM
-
By scottfish in forum Public Site Reviews
Replies: 6
Last Post: May 24th, 2005, 04:16 AM
-
By zontia in forum Google Optimization
Replies: 4
Last Post: Aug 3rd, 2004, 04:28 PM