Bing beats google to disavow links
-
You can now disavow bad links in Bing WMT, google has stated they will be doing the same, this should shake up the rankings when many sites get penalties lifted
-
Yes, this would be a good way for webmasters to confess that they have purchased links and turn off their value. If that is what Bing wanted this tool to be used for they should say that explicitly.
Instead they say.....
Use the Disavow Links tool to submit page, directory, or domain URLs that may contain links to your site that seem "unnatural" or appear to be from spam or low quality sites.
.... which has a very different meaning to me.
Bing is full of BS.
They can't do their job on links and they can't communicate.
-
I think the idea is paid links, if you have a clint that has been naughty, then this is good idea, i am waiting for googles version the said they were going to bring out soon, as i have a clint with a un-natrual link penalty
-
I am not going to spend a single minute of time on this. Not one minute.
Links happen, right? So how can you protect yourself from malicious link building? How do you tell the engine you just don't want to associate your content with "that" site?
Busy sites will have thousands to millions of links that were created by spammers and garbage site builders such as updowner.
Bing is making this because they can't do their job.
-
I just look at them, its not hard to tell. If in doubt and the site has not much PageRank then you have not much to lose.
-
What tools do you use to determine which links you will be disavowing?
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
-
Google Tag Manager
What are some of the best resources with learning and teaching other GTM and conversion tracking?
Industry News | | WebMarkets1 -
What do people think of Google discouraging guest blogging
Google is recommending that websites nofollow any links from press releases or guest blogging. Do people think this is really the new standard and sites could get penalized for guest blogging with follow links? Is anyone changing their strategy after hearing this announcement? Where does this leave people who work in difficult niches (such as gambling)?
Industry News | | theLotter1 -
Get Google To Crawl More Pages Faster on my Site
We opened our database of about 10 million businesses to be crawled by Google. Since Wednesday, Google has crawled and indexed about 2,000 pages. Google is crawling us at about 1,000 pages a day now. We need to substantially increase this amount. Is it possible to get Google to crawl our sites at a quicker rate?
Industry News | | Intergen0 -
Google Changes Up The Search Results Page
Hi Guys, As you Google has made changes on search results page. I have two points two discuss here : 1. Are we going to see more ads on left sidebar in future ? 2. I think it will also affect the CTR of top three ads in SERP ? Waiting for you guys opinion on it ? Reference: http://www.webpronews.com/google-changes-up-the-search-results-page-2012-11
Industry News | | SanketPatel1 -
Why has my places ranking dropped off google?
I've recently worked for a company who up untill 3 weeks ago have shown up in the google places ranked at number 1 for the following key phrases. First Aid Training in Cornwall
Industry News | | it-ok
First Aid Courses in Cornwall
Health and Safety Training in Cornwall as well as several more... However over the past 3 weeks they have gradually dropped out of the places listing all together, and I'm struggling to understand why this might be. Yesterday I released a new website for them which has had a lot more SEO input in to the site, is this likely to have an affect on the places ranking? the website is www.insafehandstraining.com Any answers would be very appreciated.0 -
Does anyone have a copy of the 2011 Google Quality Raters Handbook that was recently leaked?
http://searchengineland.com/download-the-latest-google-search-quality-rating-guidelines-97391 Google has been on a conquest taking them down online but I would really like to take a look at it if you have a copy! [moderator note - please use the PM system and exchange email addresses there. We've removed emails from this thread before it gets indexed and exposed to the world]
Industry News | | altecdesign4 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690 -
Is Bing actually using Yahoo's search engine now?
All my Bing rankings are now the same as Yahoo's ranking were, but I expected the opposite. Meanwhile, my Yahoo rankings are exactly the same as they were last week.
Industry News | | agawrvagreaas0