Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Incorporating Spanish Page/Site
-
We bought an exact match domain (in Spanish) to incorporate with regular website for a particular keyword. This is our first attempt at this, and while we do have Spanish speaking staff that will translate/create a nice, quality page, we're not going to redo everything in Spanish page.
Any advice on how to implement this? Do I need to create a whole other website in Spanish? Will that be duplicate content if I do? Can I just set it up to show the first page in Spanish, but if they click on anything else it redirects to our site?
I'm pretty clueless on this, so if anything I've suggested is off-the-wall or a violation, I'm really just spit-balling, trying to figure out how to implement this.
Thanks,
Ruben
-
If it is just a few pages and they are only translating, you can create the pages in spanish and use hreflang to markup the English page as being in English as the Spanish in Spanish.
Instructions here: https://support.google.com/webmasters/answer/189077?hl=en
-
Hi Dirk, I'm having a somewhat similar issue as Ruben above.
My client has a few products he is wanting to serve for spanish customers but not his entire website. Would we just need to create a subfolder for those few products with spanish content, etc. or would we need to almost create a smaller site within the subfolder for the spanish pages?
-
Buying the exact match domain just to rank should be treated as that only if that is what you want to do. It needs to have its own content and own marketing plan as it's a separate domain. I'd recommend one page that then pushes people to conversion, whatever that is, or to your main domain.
I think that's what you had in mind. But this is a new site totally, so it really needs the support of your own content linking to it and some marketing around it to gain links.
Don't duplicate your content and you'll be fine. See it as a microsite for that traffic in particular. Have fun with it!
-
Hi Ruben,
You could translate the full site or only part of it (focussing on the most important parts). Only putting a translated homepage is an option but will not help you much in terms of SEO & isn't really great for user experience either.
You shouldn't worry about duplicate content if you translate the content to Spanish (and certainly don't put canonicals to the English version). In multilingual countries (like mine) it's more or less the standard approach. If you want to make it very obvious for Google (and the other search engines) you can use the hreflang tags. Check here for more info https://support.google.com/webmasters/answer/189077?hl=en or here: https://moz.com/learn/seo/hreflang-tag
Personally I wouldn't put the Spanish version on a brand new domain - as it implicates that you'll have to build your reputation almost from scratch - rather use a folder on your main domain (domain.com/es/ ) - this way the Spanish pages will benefit from the reputation of your current site. You could use the Spanish domain as vanity url & redirect it to the Spanish version
Would also add a link on each page - pointing to the version of that page in the other language or (if only partially translated) - to the homepage of the other language.
If you have questions let me know.
Dirk
-
Dont just copy and paste withoutout canonical - thats duplicate content.
I would translate as much as possible just to serve my usuall quality to spain. Why should I do less than I can? I like to do things right - not just do them...Don't forget international SEO (hreflang a.s.o): https://moz.com/learn/seo/international-seo
Thats what I would do. Maybe I wouldn't have used a new domain - like to use one .. thats me, what are the others thinking?
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
-
Is it against google guidelines to use third party review sites as well as have reviews on my site marked up with schema?
So, i look after a site for my family business. We have teamed up with the third party site TrustPilot because we like the way it enables us to send out reviews to our customers directly from our system. It's been going great and some of the reviews have been brilliant. I have used a couple of these reviews on our site and marked them up with: REVIEW CONTENT We work in the service industry and so one of the problems we have found is that getting our customers to actually go online and leave a review. They normally just leave their comments on a job sheet that the workers have signed when they leave. So I have created a page on our site where we post some of the reviews the guys receive too. I have used the following: REVIEW TITLE REVIEW Written by: CUSTOMER NAME Type of Service:House Removal Date published: DATE PUBLISHED 10 / 10 stars I was just wondering I was told that this could be against googles guidelines and as i've seen a bit of a drop in our rankings in the last week or so i'm a little concerned. Is this getting me penalised? Should I not use my reviews referencing the ones on trust pilot and should i not have my own reviews page with rich snippets?
Web Design | | BearPaw881 -
Privacy Policy: index it/? And where to place it?
Hi Everyone, Two questions, first: should you allow google to index your privacy policy? Second: for a service based site (not e-commerce, not selling anything) should you put the policy in the footer so it's site wide or just on the "contact us" form page? Best, Ruben
Web Design | | KempRugeLawGroup0 -
Does an age verification home page hurt SEO?
There's a microbrewery in our area that just launched its first website. It has the "verify your age" homepage (which is not really their homepage, but I don't know what it's called) before you can enter. It looks like this: http://angrychairbrewing.com/ Anyway, does this hurt them at all from a rankings standpoint? Also, assuming bots/spiders/ROGER can crawl sites like this, (which I think they would have to be able to do) how do they get around this verification? Thanks, Ruben
Web Design | | KempRugeLawGroup0 -
Average Time to Conversion on Site
I am curious to know if there is a way to view or calculate the average time it takes site visitors to convert per session. For example, based on a current website design, the average time on site might be 3 minutes and the number of conversions might be 100. is there a way to say that for the current website design, it takes 3 minutes for the average site visitor to submit a web form? Then, as I redesign the site, my goal would be to improve the average time to conversion by making the web form more accessible and require less information within the form itself. I don't think this is currently possible in GA. Has anyone figured out a way to accomplish this by use of traditional tracking tools? Or, am I facing having to code my site to record each visitor's time on site from the second they enter and then stop the clock when they submit the form?
Web Design | | dsinger0 -
How to rewrite/redirect a folder name with .htaccess
I have a folder in my site that I want to rename. I don’t want to just rewrite the URL and keep my old folder name, I want to change the folder name and then do whatever is necessary with .hataccess to not lose search engine rankings. The folder name I want to change has a space in it and also is misspelled (whoops x2) Example. Mysite.com/old foldr/page.html Mysite.com/newfolder/page.html How would I go about doing this with .htaccess? Do I just switch the folder name on my server and then set up a redirect, or do I do a rewrite? Sorry now familiar with the terms or .htacces. Thanks all
Web Design | | SheffieldMarketing0 -
Is it better to redirect a url or set up a landing page for a new site?
Hi, One of our clients has got a new website but is still getting quite a lot of traffic to her old site which has a page authority of 30 on the home page and has about 20 external backlinks. It's on a different hosting package so a different C block but I was wondering if anyone could advise if it would be better to simply redirect this page to the new site or set up a landing page on this domain simply saying "Site has moved, you can now find us here..." sort of idea. Any advice would be much appreciated Thanks
Web Design | | Will_Craig0 -
Custom 404 Page Indexing
Hi - We created a custom 404 page based on SEOMoz recommendations. But.... the page seems to be receiving traffic via organic search. Does it make more sense to set this page as "noindex" by its metatag?
Web Design | | sftravel0 -
Combining web pages and it's affects on SEO?
We are looking into amending a website we are working on to try and combine 2 or 3 current pages onto one page. This site is similar to an estate agents site and currently has images, map, floor plan sub pages etc. Can anyone tell me, if we were to combine these pages and include the above details on one page, how that would affect the current search engine rankings?
Web Design | | SoundinTheory0