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.
Umlaut in domain
-
Hi,
My client wants to expand it's business to Germany and logically we need a domain name to match. We've found a great one and regsiterd several variants to it.
However I just found out that in Germany it is possible (while here it's not) to register a domain with an umlaut. My question is: will google assign more value to:
schädlinge.de than schadlinge.de when users search for schädlinge?
If yes, how large will the difference be? (I will use an umlaut in the title etc)
Kind regards,
Jason. -
Thanks for your response,
the new domain name will be purchased and used exclusively for the German store. I will try to obtain both with and without the umlaut, but the first only if responsibly priced.
(since the domain is just for ranking purposes) -
If you are mostly targeting Netherlands than buy a .NL extension not DE. Secure both if expanding.
I would prefer with the amlaut if it is a German site being targeted in Germany, so it is better because people typing into google.de will be using the amlaut and this is the proper spelling for this word. That is assuming you can get a domain name with amlaut characters registered.
Will it make a big difference in rankings, probably not much so if it's a matter of getting a available domain name for cheap or paying a lot of money to purchase it off of a seller I would go with the cheaper route.
You can also look for a alternative domain name that has schädlinge with the amlaut in it and is available.
You will of course be using the amlaut in the site content and can use it in directory and filenames as well so you're still showing Google and the user what they want to see.
Use the word with the amlaut in the title tag and the meta description.
-
I'm currently targeting Google Netherlands. Germany would be the expansion territory. It's a webshop that is going to offer it's products trough a separate German version of the dutch store.
could you please explain why it makes sense to purchase the schädlinge.de domain? (because it's registered by a domain farm and will probably be expensive)
I did find when searching for German terms with the umlaut, domains without them included score excellent (usually top 3.) This to me, would make sense since it was not always possible (even in Germany) to register domains with the umlaut included.
-
Jason
Yes, that changes. If you are targeting / going to target google.de eventually, it makes complete sense to acquire schädlinge.de.
I checked ranking data on Google.de for both schädlinge and schadlinge and what's interesting is that "schadlinge" is actually considered a mis-spell of schädlinge.
Are you currently only targeting Google US or other countries other then Germany?
-
Hi Nakul,
thanks for your swift reply. I don't quite understand your reasoning. Let me first clairfy that since the buisiness expands to Germany, we are looking to target google.de
I did find google understands my intent but searching for schädlinge or schadlinge yield in different results. The domain name is supposed to give a boost in rankings for en exact match with the searched keyword.
Could you please further clarify?
Thanks
-
Based on the SERPS in Google US for your keyword, it looks like you don't need it. Just using it in the page title should be enough. Further, if you do need it at a later date, you could technically have an inner page like schadlinge.de/red-schädlinge if needed and so on.
https://www.google.com/search?q=schadlinge
I hope this helps.
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
-
Forwarding a .org domain to a .com domain: any negative impact to consider?
Hello! I have a question I've been unable to find a clear answer to. My client's primary domain is a .com with a satisfactorily high DA. My client owns the .org version of its domain (which has a very low DA, I suppose due to inactivity) but has never forwarded it on. For branding/visibility/traffic reasons, I'd like to recommend they set up the .org domain to forward to the .com domain, but I wanted to ask a few questions first: 1. Does forwarding low-value DA domains to high-value DA domains have any negative authority/SEO impact? 2. If the .org domain was to be forwarded, am I correct that an SSL cert is not necessary for it if the .com domain has an SSL cert? Thanks in advance!
Technical SEO | | mollykathariner_ms1 -
Redirect typo domains
Hi, What's the "correct" way of redirecting typo domains? DNS A record goes to the same ip address as the correct domain name Then 301 redirects for each typo domain in the .htaccess Subdomains on typo urls still redirect to www or should they redirect to the subdomain on the correct url in case the subdomain exists?
Technical SEO | | kuchenchef0 -
Does a subdomain benefit from being on a high authority domain?
I think the title sums up the question, but does a new subdomain get any ranking benefits from being on a pre-existing high authority domain. Or does the new subdomain have to fend for itself in the SERPs?
Technical SEO | | RG_SEO0 -
.ca and. com domains
Hello, currently the main site im working on is a .com, but have the .ca version purchased from register.com. should i have this setup to redirect to the .com site. will google see these as dup content. We have the .ca for our canadian customers but both sites are identical. Thank you
Technical SEO | | TP_Marketing0 -
Blogs are best when hosted on domain, subdomain, or...?
I’ve heard the it is a best practice to host your blog within your site. I’ve also heard it’s best to put it on a subdomain. What do you believe is the best home for your blog and why?
Technical SEO | | vernonmack0 -
Domain authority and keyword difficulty
I know there are too many variables for a certain answer, however do people take their domain authority into account when using keyword difficulty tool? I have a new domain which only has a score of seven at the moment. When using the keyword searching tool what is the maximum difficulty level keywords people would target initially? Obviously I would seek to increase the difficulty of the words over time but to start off its a hard choice between keywords which can be ranked for in a reasonable period of time and the keywords which are getting enough traffic to make the effort worthwhile.
Technical SEO | | Grumpy_Carl0 -
Checkout on different domain
Is it a bad SEO move to have a your checkout process on a separate domain instead of the main domain for a ecommerce site. There is no real content on the checkout pages and they are completely new pages that are not indexed in the search engines. Do to the backend architecture it is impossibe for us to have them on the same domain. An example is this page: http://www.printingforless.com/2/Brochure-Printing.html One option we've discussed to not pass page rank on to the checkout domain by iFraming all of the links to the checkout domain. We could also move the checkout process to a subdomain instead of a new domain. Please ignore the concerns with visitors security and conversion rate. Thanks!
Technical SEO | | PrintingForLess.com0 -
How to Redirect only specific pages to new domain
My HTACCESS FILE IS AS FOLLOWS: rewriteengine on
Technical SEO | | askthetrainer
rewritecond %{HTTP_HOST} ^mydomain.com$
rewriterule ^mydomain/(.*)$ "http://www.mydomain.com/$1" [R=301,L] #4d864805b49b5 I want to move ONLY specific pages from this domain to a new domain How do I edit my HTACCESS (which redirects http:// to www.) to move specific pages from old domain (which I have to delete) to new domain.... I.e. http://mydomaon.com/move.html needs to move to http://mynewdomain.com/move.html Where i can delete the original domains0