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.
Issue with .uk.com domain
-
hi
i have rockshore.uk.com which is not indexing properly.
the internal pages do not show up for the text they have on them, or the title tags.
the site is on aekmps shops platform.
I understand that a .uk.com is not a proper TLD but i think i have a subdomain of .uk.com
Can anyone help?
thanks
-
interesting, thanks very much for your thoughts and time
-
I have no concerns with your having 149 links on a page. If you wish your pages to be listed, they need to be viewed as unique pages. To make that determination Google can view the entire page as a whole.
One suggestion is to create a blank page with your normal sidebars, header and footer. Look at your SEOmoz Analysis tool Page Elements tab. Determine how much HTML text is present. Now go back to your page and see how much your page content has grown.
There are no magic numbers to shoot for, but you should be conscious of your results. At the moment I see minimal content which is a concern. I also see that minimal content buried in a large amount of other text from your sidebars/header/footer which is duplicated throughout your site.
I checked Google.uk for "Car Air Freshner" which seems to be the keyword focus of your page. I didn't see your listing in the top 50 results. My suggestions would be:
-
change your title to just "Car Air Freshner" or "Car Air Freshner | Rockshore"
-
if you can, try to use friendly URLs.
-
find a way to add quality content to your page.
-
-
We have 149 internal links, which could be said to be a lot, but compared to many sites this is not a huge amount more.
So if i put say 300-400 words of unique content on this page that woudl drop that % and threefore woudl solve the problem? what % should i aim for?
Many E commerce sites dont have that amount of unique content on each page?
-
If you enter that page into Google, it appears. That page is indexed in Google. It may not rank as well as you like, but it is indexed.
Taking a closer look at the page, it is clear why it will not rank well. There is very little unique content. Your sidebars are full of links and content which are consistent throughout your site. If you count the number of words in your sidebars, header and footer, then add to it the unique content you will find that ?85% of your content is duplicated with a small amount of unique content in between. These are not quality pages.
-
HI
the domain is rockshore.uk.com
take a page
http://www.rockshore.uk.com/air-fresheners-201-c.asp
it is not coming up for the text ot the page, or the title tag.
This is the case for most internal pages.
i got told rockshore.uk.com is a subdomain of uk.com, and this might have something to do with the issues.
The site ranks well in Bing and Yahoo
-
It definitely wouldn't be the fact that it's a .uk.com that's causing the problem. No-one would ever use any other TLD's if it was only a few that got indexed.
-
What do you mean "uk.com" is not a proper TLD? There is nothing wrong with it. Your TLD does not affect your site being indexed.
Can you offer more specifics on the problem? Take one page and explain, in detail, how the search results are not matching your expectations.
Please provide the URL and the term you are searching for, along with the search engine used (i..e Bing? Google UK? etc)
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
-
Redirect multiple domains to 1 domain or not?
Hi there, I have client who has multiple domains that already have some PA and DA. Problem is that most websites have the same content and rank better on different keywords.
Technical SEO | | Leaf-a-mark
I want to redirect all the websites to 1 domain because it’s easier to manage and it removes any duplicate content. Question is if I redirect domain x to domain y do the rankings of domain x increase on domain y? Or is it better to keep domain x separately to generate more referral traffic to domain y? Thanks in advance! Cheers0 -
Old domain to new domain
Hi, A website on server A is no longer required. The owner has redirected some URLS of this website (via plugin) to his new website on server B -but not all URLS. So when I use COMMAND site:website A , I see a mixture of redirected URLS and not redirected URLS.Therefore two websites are still being indexed in some form and causing duplication. However, weirdly when I crawl with Screaming Frog I only see one URL which is 301 redirected to the new website. I would have thought I'd see lots of URLs which hadn't been redirected. How come it is different to using the site:command? Anyway, how do I move to the new website completely without the old one being indexed anymore. I thought I knew this but have read so many blogs I've confused myself! Should I: Redirect all URLS via the HTACESS file on old website on server A? There are lots of pages indexed so a lot of URLs. What if I miss some? or Point the old domain via DNS to server B and do the redirects in website B HTaccess file? This seems more sensible but does this method still retain the website rankings? Thanks for any help
Technical SEO | | AL123al0 -
URL Structure On Site - Currently it's domain/product-name NOT domain/category/product name is this bad?
I have a eCommerce site and the site structure is domain/product-name rather than domain/product-category/product-name Do you think this will have a negative impact SEO Wise? I have seen that some of my individual product pages do get better rankings than my categories.
Technical SEO | | the-gate-films0 -
Clients domain expired - rankings lost - repurchased domain - what next?
Its only been 10 days and i have repurchased the domain name/ renewed. The who is info, website and contact information is all still the same. However we have lost all rankings and i am hoping that our top rankings come back. Does anyone have experience with such a crappy situation?
Technical SEO | | waqid0 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
Transfer a Main Domain to a Sub-Domain
My IT department tells me they want to transfer my main site domain, which has been in existence since 1999 as an e-commerce site (maindomain.com) to a sub-domain (www2.maindomain.com) or a completely new domain (newdomain.net). This is because we are launching a new website and B2C e-commerce engine, but we still have to maintain the legacy B2B e-commerce engine which contains hard-coded URLs, and both systems can't use the same domain. I've been researching the issue across SEOmoz, but I haven't come across this exact type of scenario (mostly I've seen a sub-domain to new domain). I see major problems with their proposal, including negative SEO impact, loss of domain authority/ranking and issues with branding. Does anyone know the exact type of impact I can expect to see in this scenario and specific steps I should go about to minimize the impact? Btw, I will be using Danny Dover's guide on properly moving domains where appropriate. Thanks!
Technical SEO | | AscendLearning0 -
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,
Technical SEO | | media-surfer
Jason.0 -
Any way around buying hosting for an old domain to 301 redirect to a new domain?
Howdy. I have just read this QA thread, so I think I have my answer. But I'm going to ask anyway! Basically DomainA.com is being retired, and DomainB.com is going to be launched. We're going to have to redirect numerous URLs from DomainA.com to DomainB.com. I think the way to go about this is to continue paying for hosting for DomainA.com, serving a .htaccess from that hosting account, and then hosting DomainB.com separately. Anybody know of a way to avoid paying for hosting a .htaccess file on DomainA.com? Thanks!
Technical SEO | | SamTurri0