Www.lavenderblue-flowers.co.uk
-
Why does this website not appear ranked on google what so ever?
bit clueless, thanks for any responses!
Ewan
-
And make sure you've submitted an up-to-date sitemap
-
I would use canonical attribute to help fight duplicate content and use no-follow on a link basis.
-
You may want to do some reading about using rel-canonical to help with duplicate content issues. Would be much more helpful than nofollow IMHO.
-
Thanks for all the responses, certainly helped me feel abit less stupid!
Just to set the scene, im webmastering a vast quantity of e-com websites, many of these include duplicate content including the catalog etc, which is partially why there is noindex nofollows setup to try and avoid being bashed by PANDA.
Im not sure as to the history, il check out the historical page data later, see if it ever has been indexed, potentially could have been penalised as part of the PANDA rollout.
We have to set nofollow on some of the links and noindex because there is masses of duplicate content relating to the products/catalog side of things. The majority of the content i want index'd is just on the homepage, so If i just set the robots.txt to index for the homepage, i think this should ALLOW google to rank the website, when they can create some backlinks.
Thanks again guys (wishes he had enough dollah to keep his pro account!)
-
I would agree with having issue with robots meta and robots.txt. I also do not see any link to your Facebook or Twitter page?
You need to start promoting your site, if you have not started already. Get onto Facebook, get friends to sign up, and share post. Start tweeting products. Get into some directories, and comment on blogs that are relevant.
I would put a Facebook LIKE and a ShareThis share chicklets on each product page so people can start sharing with friends.
I don't see Google Webmaster tools installed? Google Analytic? Google WM will allow you to submit your XML sitemap and adjust your crawl rate.
-
The sites use of the robots meta tag may be a major cause of the issue.
The below is the robots tag on the homepage. This is telling search engines to index your homepage but not follow any links to interior pages.
The below is the robots tag on a random product page. This is telling search engines to not include the page in their indexes or follow any links on the page.
With the odd exception the majority of the robots meta tags should be set to the following. This is telling search engines to index the page and follow the links on the page to interior pages.
Once you have sorted this out I would:
- Set up Google Webmaster Tools and submit a sitemap
- Attempt to build some links
Good Luck
-
These are all good points. And I agree, you should remove the index, nofollow.
There's a good article on nofollows here
-
I have a few thoughts for you:
1. How old is the site? It will take some time for Google to index it, so if it's a brand new site then it may take several weeks (or even longer).
2. You have no external backlinks. This is how Google finds sites - when other ones link to you. It's also a major factor in how you do well in the search engine ranking...having other sites link to you tells Google that your site is worth looking at.
3. Why do you have your metarobots set at index,nofollow? The nofollow will mean that when Google crawls your site it won't follow any of the links that you have out from that page. I'm not sure, but it's possible that this tag has set up some sort of a flag for Google to say that something fishy is up. I think, but I'm not sure...that this would prevent internal linking of your pages as well, which is quite important.
I'd love for some of the more seasoned pros to comment on the use of index, nofollow.
Another question - has your site ever been in the index? If it was in the index before and now has dropped out then there may be a penalty.
p.s. I love Dorset..my family is from there...need to get back to visit some day!
-
Hi Ewan,
Google might not have found it yet. Is the site new? I have good success putting a link to the new site page somewhere that I know google reads such as one of my established blogs or twitter or facebook. On some blogs, I have seen google index a page in less than 20 minutes after the post. You might try that.
Best of luck - Ken
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
-
Best Practice for www and non www
How is the best way to handle all the different variations of a website in terms of www | non www | http | https? In Google Search Console, I have all 4 versions and I have selected a preference. In Open Site Explorer I can see that the www and non www versions are treated differently with one group of links pointing to each version of the same page. This gives a different PA score. eg. http://mydomain.com DA 25 PA 35 http://www.mydomain.com DA 19 PA 21 Each version of the home page having it's only set of links and scores. Should I try and "consolidate" all the scores into one page? Should I set up redirects to my preferred version of the website? Thanks in advance
Technical SEO | | I.AM.Strategist0 -
Crawl depth and www
I've run a crawl on a popular amphibian based tool, just wanted to confirm... should http://www.homepage be at crawl depth 0 or 1? The audit shows http://homepage at level 0 and http://www.homepage at level 1 through a redirect. Thanks
Technical SEO | | Focus-Online-Management0 -
Is there anywhere i can find a list of the best UK dedicated hosting companies
Hi, i am after finding a list of uk hosting companies that can offer dedicated hosting. I have been looking for months now for a UK hosting company. I need the following or something similar Intel Xeon E3-1220 4x3.1GHz TB 8MB Cache 500GBStorage8GBRAM10TBBandwidthif anyone can help with this then that would be great.
Technical SEO | | ClaireH-1848860 -
WWW wordpress multisite network for Main
I have a year old site with not many links, and my original intent was non www so http://rootdomain.com However, since its a subdomain multisite, I have received notice from google webmaster tools because of poor quality on one of my subsites.maindomain.com I do have the google account setup to be "root domain only" - however, i am still being penalized it seems. So should I convert my wordpress main site to use WWW. and modify my google webmaster/analytics profile, update my site links, etc. Or what do you suggest?
Technical SEO | | inllc0 -
Www. version of my site shows nothing in Open Site Explorer
When I first setup my site the domain was learnbonds.com. I moved hosts a couple of months ago and as part of the process I asked them to make the site show as www.learnbonds.com which they did. Now however when I goto www.learnbonds.com in open site explorer it says there is no data. When I enter learnbonds.com into open site explorer it gives me data but says that the site has been redirected to the www. version which shows no data. Also in google webmaster when I try to set the preferred domain as the www. version it gives me the following message: Part of the process of setting a preferred domain is to verify that you own http://www.learnbonds.com/. Please verify http://www.learnbonds.com/. I am concerned that this is hurting my SEO and would appreciate any advice you can give. Thanks Dave
Technical SEO | | fxtrader19790 -
Www to non www
Hi, Is this the correct code for redirecting www to non www version on Apache server RewriteEngine OnRewriteCond %{HTTP_HOST} ^www.example.com RewriteRule (.*) http://www.example.com/$1 [R=301,L] Thanks
Technical SEO | | seoug_20050 -
.co what is it? Do I need it? Does Google hate it?
Do .com rank better then .co? I don't know much about .co so I'm just looking for some insight! Thanks in advance.
Technical SEO | | christinarule0 -
How do I redirect non-www to www in IIS?
There is a lot of talk about this all over this site (and other's), but just about every solution mentions using the .htaccess file, which is only a solution for Apache. My sites are in a shared windows environment, so that won't work for me. I have access to the IIS manager for the server, and have several page-level redirects in place. My issue is that I cannot find a clear and easy way to re-direct my root (domain.com) domain, to my preferred specific domain (www.domain.com). I found a few articles online relating to a URL re-write module for IIS, but am not sure if I will be able to install that on a shared web server. Is there another way to accomplish my goal of not having 2 indexable versions of my site? I have rel-canonical tags on every page, but would prefer a more trustworthy and established solution. Thanks for any help you can offer. -Dave
Technical SEO | | dschapira0