URL for a new website
-
Hi, I am creating a new website for a client.
Is it best to include the keywords from the most common search in the domain name, they would like:
but should I be recommending:
Does it make much difference to search rankings if the keyword is in the domain name?
Thanks v much
-
My advice is to purchase a domain you can/will build a brand around. Stick to the brand URL/domain as exact name match domains have been flagged by Google for top rankings. Optimize the site for both targeted traffic and local and national/international search traffic. I'm a big believer now of brand domains, and developing links to those sites with links that reflect, brand mentions, KW mentions for correlation, social mentions and inbound related marketing content development to strengthen the domain's total overall market presence.
Another reason to keep the domain 'brand related' is about the UI/UX for recalling it. If it's some crazy long typed domain name with KW's and brand mentions, it becomes tedious to remember and type out Using the brand name as the focus and URL will keep it straight to the point for the user and marketing behind it. NOTE: Make sure to research out the social profiles of any URL you are looking at, to build up around as you want to ensure you can lock them all up prior to purchasing anything
Either way, your best bet with a completely new domain will be to focus on developing out a local SEO strategy and supporting that with targeted content and social media profiles. This way, when you are ready to gain and target a larger audience (national?), you have the backbone profile on the site to reinforce the effort.
Hope some of that helps
-
I agree with Erwan. There is of course another option which I think would get you the most results and that would be combining the brand with your keywords. I don't know if that is a possibility, but you could try to figure something out. If the company is focused on makeup let's say, then what if the brand was called "themakeupcompany", "perfect makeup".. you get the idea. Again, I do not know about your possibilities and my examples were written in about 2 seconds so I don't expect them to work, I just used them to make my point.
-
1/ Short term answer : EMD.
2/ Long term answer : forenamesurname.com
I vote for 1/ if :
-
You have a limited budget / a limited time to rank.
-
Your client is not able to help you to produce great content.
I vote for 2/ if your client is patient and willing to build his brand.
According to MOZ ranking factors, EMS is 7 or 8% advantage and I read that partial EMD is useless.
IMO, weddingmakeupbyforename.com is too long anyway.
-
-
Just don't make it exact match. I like the name you picked because it includes your keywords and the brand name. The only suggestion I want to make is that I would go more general. Include just your primary keyword which is "wedding. What about weddingneeds.com. I would lose the word makeup. Do you specialize more in weddings or makeup? Just include that primary keyword and that will create a great base for your clients Seo needs.
-
Thanks for your reply thats helpful.
Could a compromise be:
Do you think that helps a bit with Google but also not too bad for the users trying to find a site?
Thank you
-
Hi,
it really does make a difference if you have keywords in the domain name. The problem, however, is not that simple. You have to take into account the users that need the website. How easy is it for them to access the page? You do not want to only stuff keywords in your domain name and let the users satisfaction and ease of access apart. This would not be a good marketing decision.
That being said, my advice would be to try to find out the best way to please the users and Google as well. Per general, I would think about the users more, since Google is trying to update its algorithm in order to please the users.
Cristian
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
-
How to Deduce Spam Score Of Any Website?
Hello I want to know and Little help to deduce ss of my one of the website Can anyone give help to deduce Spam Score of my Website?
On-Page Optimization | | studio45ca0 -
Potential new URL structure for my ecommerce site
At the moment my site suffers from a flat product category structure where over 600 items fall into one category alone. This category is then filtered using a faceted search which appends query strings to the category URL and changes the products displayed on the page. At the moment our product category URL is as follows, www.domain.com/category/greeting-cards and this holds all cards including occasions such as anniversary, birthdays etc and also themes such as animal cards, contemporary cards etc I have proposed changes to my developer to change this structure to include subcategories. I can now go two subcategories deep. For example, "greeting cards > occasions > birthday cards" or "greeting cards > themes > animals". This is reflected in the new URL structure, which has been proposed, www.domain.com/greeting-cards/occasions/birthday-cards. In this URL do I need "occasions" in the URL as I don't think it adds much value to the user? Would I be better of having www.domain.com/greeting-cards/birthday-cards. If a user searches for "birthday cards" then I think this would be more relevant?
On-Page Optimization | | joe-ainswoth0 -
Website server errors
I launched a new website at www.cheaptubes.com and had recovered my search engine rankings as well after penguin & panda devestation. I'm was continuing to improve the site Sept 26th by adding caching of images and W3 cache but moz analytics is now saying I went from 288 medium issues to over 600 and i see the warning "45% of site pages served 302 redirects during the last crawl". I'm not sure how to fix this? I'm on WP using Yoast SEO so all the 301's I did are 301's not 302's. I do have SSL, could it be Http vs Https? I've asked this question before and two very nice people replied with suggestions which I tried to implement but couldn't, i got the WP white screen of death several times. They suggested the code below. Does anyone know how to implement this code or some other way to reduce the errors I'm getting? I've asked this at stackoverflow with no responses. "you have a lot of http & https issues so you should fix these with a bit of .htaccess code, as below. RewriteEngine On
On-Page Optimization | | cheaptubes
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] You also have some non-www to www issues. You can fix these in .htaccess at the same time... RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] You should find this fixes a lot of your issues. Also check in your Wordpress general settings that the site is set to www.cheaptubes.com for both instances." When I tried to do as they suggested it gave me an internal server error. Please see the code below from .htaccess and the server error. I took it out for now. BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^.$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.)$ http://www.%{HTTP_HOST}/$1 [R=301,L]</ifmodule> END WordPress Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@cheaptubes.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.0 -
Title tag terminology on website
Hi,
On-Page Optimization | | KasperGJ
I own a website (www.maleribasen.dk), which i'm currently making SEO on. The site actually ranks pretty good, top 1-2 on important searches. The title tag on the frontpage (and lots of other pages too) are "Maleribasen.dk - Buy and sell paintings" (translatated from danish - Maleri means painting). I'm thinking of changing the titles to "Buy and sell paintings | Maleribasen.dk" And then try to use the convention "| Maleribasen.dk" on every other title page. Sometimes use "Buy and sell paintings | Maleribasen.dk" as convention when title is too small. Like the overview of articles would be something like "Articles - Buy and sell paintings | Maleribasen.dk" A specific article would be "How to paint using oil painting | Maleribasen.dk" What do you guys think?0 -
How to transfer old WP blog to new URL
I have a 9 year old WP website with a WP blog which is still getting 300+ new visitors a day even though I have not written a blog for 5 years and have not updated content. Some posts have over 25,000 links. However the Moz analytics is fraught with significant errors-404 redirects, page not found, dup content, no metatags, title too long etc. I was totally inexperienced 5 years ago and made many errors. However the basic content was sound and still is producing new visitors. I am starting a new ecommerce website using the same name but the URL and server will be different. I want to transfer my WP blog to the new site. I am concerned however that bringing the posts over can create the same errors on the new site. If I update all of the blogs on the old site using Yoast before transferring the blog to the new site will that help. I suppose I could check those flagged dup content and only transfer one of that category?
On-Page Optimization | | wianno1680 -
Canonical URL, cornerstone page and categories
If I want to have a cornerstone "page", can I substitute an actual page with a category archive of posts "page" (that contains many posts containing the target key phrase)? This way, if I make blog posts about a certain topic/ key phrase (example "beach weddings") and add a canonical URL of the category archive page to the individual posts, am I right then to assume google will see the archive page as the cornerstone page (and thereby won't see the individual posts with the same key phrase as competing)?
On-Page Optimization | | stephanwb0 -
Dates in URL's
I have an issue of duplicate content errors and duplicate page titles which is penalising my site. This has arisen because a number of URLs are suffixed by date(s) and have been spidered . In principle I do not want any url with a suffixed date to be spidered. Eg:- www.carbisbayholidays.co.uk/carbis-bay/houses-in-carbis-bay/seaspray.htm/06_07_13/13_07_13 http://www.carbisbayholidays.co.uk/carbis-bay/houses-in-carbis-bay/seaspray.htm/20_07_13/27_07_13 Only this URL should be spidered:- http://www.carbisbayholidays.co.uk/carbis-bay/houses-in-carbis-bay/seaspray.htm I have over 10,000 of these duplicates and firstly wish to remove them on block from Google ( not one by one ) and secondly wish to amend my robots.txt file so the URL's are not spidered. I do not know the format for either. Can anyone help please.
On-Page Optimization | | carbisbayhols0 -
URL for location pages
Hello all We would like to create clean, easy URLs for our large list of Location pages. If there are a few URLs for each of the pages, am I right when I'm saying we would like this to be the canonical? Right now we would like the URL to be: For example
On-Page Optimization | | Ferguson
Domain.com/locations/Columbus I have found some instances where there might be 2,3 or more locations in the same city,zip. My conclusion for these would be: adding their Branch id's on to the URL
Domain.com/locations/Columbus/0304 Is this an okay approach? We are unsure if the URL should have city,State,zip for SEO purposes?
The pages will have all of this info in it's content
BUT what would be best for SEO and ranking for a given location? Thank you for any info!0