I would refine your social strategy so that you don't post the same to all platforms. For example, someone may link up on LinkedIn, Twitter and Facebook and they are likely to get cheesed off with repetition all over, it can be spammy. Also, I think there needs to be some trial and error - the LinkedIn audience will quite possibly respond to content that won't work effectively on Google+, and so on. Just a thought.
Posts made by MickEdwards
-
RE: Developing an effective content marketing strategy
-
RE: Should I set up no index no follow on low quality pages?
As Ryan suggests you still want to FOLLOW rather than giving the bots a dead end as I notice your heading suggests no-follow.
-
RE: How to Redirect Old Domain to a New Domain?
If the aged domain has links going deeper than the homepage you should look at redirecting those pages/directories directly to their associated pages/directories on the new site. Otherwise all passed link equity will go to the homepage.
-
RE: Strange 404s in Screaming Frog
Has the mobile/skype link been set up incorrectly, not using the attribute? I'd check the source code to see what the link actually is. It should be something like -
-
RE: Can the disavow tool INCREASE rankings?
I'm working on a site that had a very poor disavow file in place from a previous agency. I went through the link profile with a fine tooth comb and added a bunch more domains to the file. Organic traffic has gone up over 80%.
That is not our only problem and there are other factors to work on but the cleansing is reassuring even though we know the profile is pretty thin. But again that just goes to show quality always wins over quantity.
I would say there may be a whole host of issues hampering ranking but a dirty profile is a must fix, no matter the immediate outcome. I explain to clients that I anticipate a short term fall and why to set their expectations, then anything positive is a great bonus.
-
RE: Establishing if links are 'nofollow'
If you mean links to your site from some URL not on your site then you could do the following:
- Do a site:somesite.com/page to see if it is indexed, plus try and find in results
- Check the URL to you is clean - no redirects, no js, no frame etc
- Check their URL in OSE to see if there is any authority.
Otherwise if Google is not blocked from the other URL and there is no no-follow links on the page then Google is not instructed to no-follow. Therefore a small amount of link equity will pass - unless made negligible by
- The page authority is very poor
- there are multiple links on the page
-
RE: Tips and advice for startup website launch
This is a good point. I am working on a group of sites on wpengine. So dev was using something like name.staging.wpengine. When they went live the directories etc switched to the live domain but scattered throughout the site within the content the URLs remained the same. ScreamingFrog is your friend.
-
RE: Keyword not ranking but keyword within a phrase is?
If you have bombed out of the rankings then one area I would look at is the link profile. That directory only contains e-liquid anchor text and you have 301 redirected .net and .co.uk. If either or both those domains have any link equity issues you are passing that straight through to .com.
When I mentioned cloudstix I meant any of those variations.
The main site-wide domain has a very dubious link profile. Hopefully you have a disavow file in place but I would strongly suggest revisiting it and ensuring everything problematic is fully cleansed.
-
RE: Tips and advice for startup website launch
"Check your robots.txt, meta noindex, and other exclusions to make sure you are not blocking your own content (once you are live)."
Yes, this is far more common than people like to admit. I'd also add it can be useful to use the Fetch and Render function in Webmaster Tools to check what Google can see once live. Occasionally robots.txt needs a tweak to stop blocking a particular resource.
-
RE: Keyword not ranking but keyword within a phrase is?
On initial look none of the long tail keywords are breaking into page one results. These would have to be performing strongly for the core e-liquid to start ranking.
You need to build the domain authority for the site and this page. What I have noticed is that using OSE your link profile anchor text is 100% 'e-liquid' keyword variants. You need to develop your profile in the main with 'cloudstix' based anchor.
-
RE: Google not indexing /showing my site in search results...
In Google Webmaster Tools what happens when you use the Fetch function? Is Google able to crawl and render the page/s?
-
RE: Are there any alternatives to the Search Masters' redirect check tool?
To go slightly left of field on this I like using Fiddler as it gives header responses and detail for all elements of a page.
-
RE: Rel=canonical
http://www.domain.com is the same as www.domain.com. http is the protocol in which web pages are formatted and sent and would be part of any "complete" URL.
So to answer your question, if there are no redirects in place you can choose either the non www or www version for your canonical tags. However if you are looking to consolidate to a particular version I would look at updating your htaccess file to create a redirect rule from one version to the other.
#Force non-www to www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]or
#Force www to non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] -
RE: Algotihmic Penality
As you have a download site and the site is relatively new the first thought that springs to mind is the Pirate 2.0 algorithm - http://moz.com/google-algorithm-change.
Apart from that have you had any notification/s in GWT and is the sudden fall in rankings sustained or fluctuating?
-
RE: My home page URL http://seadwellers.com/ redirects to http://www.seadwellers.com/. Is this a problem?
Google sees http://www.seadwellers.com/some-page and http://seadwellers.com/some-page as 2 separate pages. So correctly you have a 301 redirect in place to resolve any looked for non www to redirect to the www version. All Moz is saying is that you put in the non www version and you'll have more joy looking at the www version. There is the choice because you may have links pointing to the non www version.
-
RE: Rel=canonical
rel=canonical needs to either go within the tags or the HTTP header.
http://googlewebmastercentral.blogspot.co.uk/2013/04/5-common-mistakes-with-relcanonical.html
-
RE: How do I best optimize a video for a client's name?
All i'd add to the comments so far is to ensure you have a video sitemap as well
-
RE: Is it reasonable to not give an SEO access to our CMS?
"Other SEO's have never had a problem with this arrangement, but this SEO claimed what they do is secret and for no one else to see."
Run a mile!!!
-
RE: International advice.... can anyone help and check my site?
Yes Martijn is spot on.
The format is language-country not language_country.
-
RE: Massive SERP crash
It's highly unlikely that a technical issue would drop rankings within a day or so, maybe drop from URLs from the index though. Check .htaccess, robots.txt and meta robots etc.
Firstly I would double check what is indexed and what header responses you are getting. Depending on the size of the site I would use http://intavant.com/tools/google-indexed-pages-extractor/. Compare with what you believe to be indexed and run the list through Screaming Frog to check the header responses for each URL.
Otherwise I would look at exactly what keywords have been hit, check GWT for any messages and do a thorough investigation of onsite content - Panda; and link profile - Penguin.