If a page ranks in the wrong country and is redirected, does that problem pass to the new page?
-
Hi guys, I'm having a weird problem:
A new multilingual site was launched about 2 months ago. It has correct hreflang tags and Geo targetting in GSC for every language version.
We redirected some relevant pages (with good PA) from another website of our client's. It turned out that the pages were not ranking in the correct country markets (for example, the en-gb page ranking in the USA). The pages from our site seem to have the same problem.
Do you think they inherited it due to the redirects? Is it possible that Google will sort things out over some time, given the fact that the new pages have correct hreflangs?
Is there stuff we could do to help ranking in the correct country markets?
-
Hi Paris,
First, can you clarify if you are just translating the content or if you are targeting specific countries? It sounds like you are geo-targeting, but I am not sure.
Second, any page, no matter it's geo-targeting can show up in any Google search, regardless of the country of the user and content. If that is the best content for the user's query, Google will show it. This is why we see .co.uk results here in the US all the time.
Can you share what URL was redirected to what URL?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Can new domain extensions rank?
Hi Does anybody know if it's possible to get domains with extensions like .party or .world to rank? Even for high competitive keywords? Can they rank over .com?
Intermediate & Advanced SEO | | MikeWU0 -
Does it make sense to create new pages with friendlier URLs then redirect old pages to new?
Hi Moz! My client has messy URLs. does it make sense to write new clean URLs, then 301 redirect all old URLs to the new ones? Thanks for reading!
Intermediate & Advanced SEO | | DA20130 -
Wrong pages ranking for key terms
Hi, I have a website that was rebuilt and redesigned earlier this year, and it's struggling to rank. The problem is that the wrong pages are ranking for the key terms. For example, there is a page for 'Loft Conversions Essex' but the page that's ranking is actually the FAQ page (which doesn't mention the word 'Essex' at all). I have been through all of the usual items, and none of them seem to apply: The landing pages have been properly optimised (not overly so), while the pages that rank only contain the terms within the menu (the link that goes to the actual landing page) We thought it may be a redirect issue since the site was a bit of a mess before the rebuild, so we removed all of the redirects and resubmitted the htaccess file but that hasn't helped Internal anchor text is relevant There aren't a huge number of external links to the old site pages, and many of these pages didn't exist at all so I don't think that's an issue Most of the pages were built at the same time so there's no real reason why one would have more authority than another There are no canonicals interfering with these pages I can't really canonical these since we do want the pages to rank, it's just that they're all ranking for the wrong thing (so the SERPs are a lot lower than they should be). Most of these pages are pretty new, as I said, so while we have tried smaller content changes I don't think a full refresh will really help. To make it even weirder, the pages that rank for each term change regularly but it's never the right page. Help! EDIT: Thanks for the responses everyone!
Intermediate & Advanced SEO | | innermedia10 -
Webmaster Tools Not Indexing New Pages
Hi there Mozzers, Running into a small issue. After a homepage redesign (from a list of blog posts to a product page), it seems that blog posts are buried on the http://OrangeOctop.us/ site. The latest write-up on "how to beat real madrid in FIFA 15", http://orangeoctop.us/against-real-madrid-fifa-15/ , has yet to be indexed. It would normally take about a day naturally for pages to be indexed or instantly with a manual submission. I have gone into webmaster tools and manually submitted the page for crawls multiple times on multiple devices. Still not showing up in the search results. Can anybody advise?
Intermediate & Advanced SEO | | orangeoctop.us0 -
Does Google make continued attempts to crawl an old page one it has followed a 301 to the new page?
I am curious about this for a couple of reasons. We have all dealt with a site who switched platforms and didn't plan properly and now have 1,000's of crawl errors. Many of the developers I have talked to have stated very clearly that the HTacccess file should not be used for 1,000's of singe redirects. I figured If I only needed them in their temporarily it wouldn't be an issue. I am curious if once Google follows a 301 from an old page to a new page, will they stop crawling the old page?
Intermediate & Advanced SEO | | RossFruin0 -
Should I build & try to rank several pages for similar keywords?
I have a client who's domain already ranks #1 on Google for 'automotive advertising agency'. However we want several listing on the first page. Should I create a few more pages like www.domain.com/automotive-advertising-agency www.domain.com/advertising-agency www.domain.com/automotive-advertising I'm assuming I can get these pages to rank well, but I'm wondering if Google will penalize us for this. Is this a good or bad idea?
Intermediate & Advanced SEO | | Branden_S0 -
GeoIP - Redirect all but target country
My client would like to redirect all non UK traffic from their UK site to their main group site. I am intending to use a .htaccess redirect, like this: RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !^GB$
Intermediate & Advanced SEO | | cottamg
RewriteRule ^(.*)$ http://www.group.com$1 [R,L] I have tested the redirect at it works fine. My question is if I put this in place would it have any negative SEO impact on the UK site?0 -
Redirects Going to the Wrong Place
I just checked our rankings for a few of our top keywords from a previously merged domain, and we are not anywhere on the first page (we used to rank #1). I then manually typed in the url of a top product we sell from our old site that was merged into the new site. It turns out that the redirect isn't going to the right place at all (which probably explains why the page isn't ranking). Here is part of the code from our htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} ^neuroformulas.com$ [OR]
Intermediate & Advanced SEO | | vitasouthmktg
RewriteCond %{HTTP_HOST} ^www.neuroformulas.com$
RewriteRule ^/?$ "http://www.vitasouth.com/brands/NeuroScience.html" [R=301,L] ErrorDocument 404 /404.html redirect 301 /products/Kavinace.html http://www.vitasouth.com/products/NeuroScience-Kavinace.html The bottom redirect (http://www.neuroformulas.com/products/Kavinace.html) should be going to the url specified. Instead, it goes to http://www.vitasouth.com/NeuroScience.html/Kavinace.html (NOT A VALID URL!). Please help! Thanks! -Matt0