A very pertinent .me TLD vs. a longer, less pertinent .com domain?
-
Hey folks,
John here, first-time poster. I have a dilemma I suspect you folks have already have an opinion on, but I'm a bit stuck.
I think i have two basic options for choosing a domain name with the format of :
1. I can nab a .me with a very smooth, brandable, and pertinent/convertible and memorable domain name;
2. I can get a more obtuse sounding, less pertinent, lengthy, and less memorable .com domain.
This issue is getting the click in the SERP. Assuming the same ranking and meta description, will the smooth .me suffer worse than the rather awkward and long .com?
Is it your opinion that all other things remaining equal, will a .me suffer demonstrably over a .com
Also, I'm not terribly concerned with folks remembering its a .me or a .com for search purposes, but should i be concerned for email purposes?
Many thanks for your input!!
-
I own a few generic .me domains, they do not have the same level of authority that a .com domain holds but it also depends what type of business you are running. If it is a social site a .me domain may work for example.. look at formspring.me a huge social site or about.me...
-
Never used one myself, but Google has apparently genericized it like other domain-hack TLDs:
http://www.pcpro.co.uk/news/359704/google-approves-co-domain-for-international-use
Theoretically this means it won't be tied to Montenegro local search, which is obviously your largest concern. Whether Google reserves some 'special sauce' for .com/.net/.org as compared to .co/.me/.tv internationally is not known.
-
oh, just an observation in my research on the topic - .me's pace of registration is far and away the fastest TLD after the big 3, and startups are gravitating to .me's a bunch.
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
-
Grid view vs. List view
Hi I work on an ecommerce site and wondered if anyone had tested grid view vs. list view on product listing pages? We use list view, but I think grid view might work better. Thanks
Conversion Rate Optimization | | BeckyKey0 -
HELP: Analysing data to make decisions, SEO vs PPC
Hi mozers! I have recently been seeing good results in the serps lately for my main keywords in my country NZ, now I'm seeing good results in Australia for these keywords and our USA domain is not far behind and making good progress... However, our NZ results show that we may get around 1 conversion every 3 days from our organic search. I read other places that click share for ppc was much higher, but there is no way we can match our competitors budgets from 3k - 300k per month. So our option was to focus on SEO. To me, the SEO results seem quiet low, however I'm not really sure how to go about diving deep into the analytics of it all to find out where I need to improve or focus on, which keywords are bringing these conversions. Maybe I need to go for long tail keywords etc... It seems my rankings are coming from general keywords which are still highly competitive, but even so, we are not performing to what I know we should be. Our competitors are mostly paying ppc, however I was told my ROI would be better spent via SEO. Any suggestions perhaps what I might be missing or doing wrong in this case. (I have recently done a new design overhaul with a new registration process) I have 3 top level domains you can see the site here http://bit.ly/1yhz96v
Conversion Rate Optimization | | edward-may0 -
Modified broad match vs phrase match strategy - Google Adwords
Hi All, I am looking through a client account that is very mature (10+ years running) on Google AdWords. As soon as it became available, this client adopted a modified broad match (MBM) strategy and has removed all phrase match and exact match keyword types. The account has hundreds of thousands of active keywords. Over the past few years, the CPCs have been rising. While I know that market values of keywords in general have risen consistently year after year, I speculate that this client is actually causing their own prices to go up faster than they should. I have a couple of questions regarding strategy that I am considering that I want to know if anyone else has any experience with... by having many MBM versions of the same keyword, is it possible for cannibalization to occur for most of the variations? Example query: new red running shoes
Conversion Rate Optimization | | dsinger
variations Ad group 1: +red running shoes, +red +running shoes, red +running +shoes, red running +shoes
variations ad group 2: +blue running shoes, +blue +running shoes, blue +running +shoes, blue running +shoes based on the logic of MBM, the possible matches to this query from the available variations are +red running shoes, +red +running shoes, red +running +shoes, red running +shoes, blue +running +shoes, blue running +shoes. So, if the performance of those blue variations trump the more closely related red variations, this searcher may actually see an ad about blue running shoes, even though they have indicated they are more interested in red. in terms of cost, I would anticipate that MBM keywords are more expensive than their phrase match counterparts. can anyone confirm or deny this? My thoughts are that with several years of actual search terms being collected, this client should be able to do a great job of covering almost every variation of keyword that customers have used and create a strong list of phrase match keywords to satisfy all relevant queries. MBM keywords seem like they are a lazy way of getting traffic at a higher cost that can actually cannibalize close variations that exist in the account, causing the wrong ad to be shown based on matching/relevancy and a higher price CPC in the long run. Thoughts?1 -
Shopify vs BigCommerce vs Lemonstand vs Yahoo
Have any of you moz folks recently had experience deciding where to build a small ecommerce site and had considered the following: Shopify Big Commerce Lemonstand Yahoo Our site has been on Yahoo for 12 years. And I've seen designers the last several really complain about the limitations of customizing Yahoo stores and the checkout pages. Going to be creating a new ecommerce site for jewelry and thinking we should consider another platform. Things like built in responsive design, ability to customize checkout, customize store easily without RTML (Yahoo proprietary language - not many developers use it), ability to scale up if needed, but affordable for entry, conversion optimization best practices built in, ability for good seo built in without having to use 3rd party. (Another crappy limitation of Yahoo stores is that they do NOT support a blog as part of the domain, ie, www.domain.com/blog.html which is much better for seo than their way - blog.domain.com) I read on Rich Page's blog that he likes BigCommerce. I've spoken with Lemonstand and they have a lot of fashion sites using their new platform, and I'm seeing lots of new sites spring up using Shopify. Any feedback would be greatly appreciated! I'm sure there are a bunch of folks like me that have similar decisions to make now. Thanks! Ron
Conversion Rate Optimization | | yatesandcojewelers0 -
Need help Tracking PPC vs Organic and respective ROI
So I have a client who uses PPC and Organic SEO to drive traffic. Once a user gets to the site, the most common action is to fill out a form. I have Auto Tagging enabled in Adwords so all PPC clicks have "gclid" in the url. I am also grabbing the Google Cookie and parsing it out to determine if the visitor is PPC or Organic. So I have an if statement in my form code to pass PPC vs organic through the form for tracking purposes: $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; if (false !== strpos($url,'gclid')) { ?> Essentially this is saying: If gclid is in the url, or if the cookie contains PPC
Conversion Rate Optimization | | tjsherrill
set the Web field as PPC Else
Set it as Organic. this is working about 80% of the time. I am trying to raise the accuracy. any ideas where I might be missing some data? thanks0 -
TestFreaks.com Opinions Needed
I'm looking into testfreaks for a client - frankly i'm having trouble answering a few of my own questions about them, namely: Can Google spider the test freaks javascript link? Can Google then crawl the reviews in the frame generated? Will Google count that as dupe content? (the content in the frame seems to reside on the testfreaks.com domain..) Do you think this is a safe method of increasing conversions? Seems all good to me, I'm mainly concerned about dupe content (and whether reviews written within the testfreaks interface can then be spidered ... and i'm not sure it can be).
Conversion Rate Optimization | | CheapGames990 -
One Domain or Four?
Hi, We are coming to a bit of a crossroads at our company. Our current website www.revolutioninc.co.uk is ranking half decently in some of our main keywords and is moving in the correct direction. However. There is talk of us now producing a different website for each of our services Web Design, Graphic Design, Marketing and Print. I think I see the benefits of doing 4 seperately in terms of bounce rate probably improving, being able to produce a more concentrated amount of content per site, etc. We have a meeting on it tomorrow and I do have a good few key points to discuss regarding the advantages. Initially however, does anybody here have an opinion of the potential pitfalls/benefits of following this route. I'm thinking also in regards to the direction google is heading. Any opinion is appreciated, good or bad, as I want to put as informed decision as possible across.
Conversion Rate Optimization | | Revolution_Inc0 -
Anyone familiar with treepodia.com?
There is a company called Treepodia that will take your entire product catalog through an xml feed and make a web video for each product withing 24 hours. If we do this, and Treepodia does the hosting, how powerful could the organic benefits be. If it helps, it doesn't appear as though any of our competitors have anything like this. Any of them that have video have very few and they are not product specific. I know in the world of SEO there's rarely anytime you can get accurate predictions for results. I guess what I'm asking is, is it worth it? And if so, in what ways will it potentially help?
Conversion Rate Optimization | | ClaytonKendall0