I should also say that was for the old URL it says Success with the button "submit to index" no mention of any 301?
Posts made by seanclc
-
RE: Previously ranking #1 in google, web page has 301 / url rewrite, indexed but now showing for keyword search?
-
RE: Previously ranking #1 in google, web page has 301 / url rewrite, indexed but now showing for keyword search?
Ran the fetch as google, says Success with a button "submit to index". Should I click the submit button?
-
RE: Previously ranking #1 in google, web page has 301 / url rewrite, indexed but now showing for keyword search?
Thanks for the advice, just checked and it is saying "301 Moved Permanently" Which I'm assuming is correct.
But I must admit Im confused as to why the page is not ranking well. The page is a list of products and it ran on to a second page, the url being the same just with /page-2 at the end. Weirdly the page 2 started ranking but not the original. I then added rel="canonical" back to the original page, thinking this would help, but all this did was stop indexing page 2 and the original page still doesn't show...
Tearing my hair out!!!
The latest 301 redirect code was added 2 weeks ago, it did have 301 redirect before, but it was done in a different way...
**Previous Code : **
Header("Location:/$seo,true,301"); -
Previously ranking #1 in google, web page has 301 / url rewrite, indexed but now showing for keyword search?
Two web pages on my website, previously ranked well in google, consistent top 3 places for 6months+, but when the site was modified, these two pages previously ending .php had the page names changed to the keyword to further improve (or so I thought). Since then the page doesn't rank at all for that search term in google.
I used google webmaster tools to remove the previous page from Cache and search results, re submitted a sitemap, and where possible fixed links to the new page from other sites. On previous advice to fix I purchased links, web directories, social and articles etc to the new page but so far nothing... Its been almost 5 months and its very frustrating as these two pages previously ranked well and as a landing page ended in conversions.
This problem is only appearing in google. The pages still rank well in Bing and Yahoo. Google has got the page indexed if I do a search by the url, but the page never shows under any search term it should, despite being heavily optimised for certain terms. I've spoke to my developers and they are stumped also, they've now added this text to the effected page(s) to see if this helps.
Header("HTTP/1.1 301 Moved Permanently");
$newurl=SITE_URL.$seo;
Header("Location:$newurl");Can Google still index a web page but refuse to show it in search results? All other pages on my site rank well, just these two that were once called something different has caused issues?
Any advice? Any ideas, Have I missed something? Im at a loss...