Google Tag Manager
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
-
Using Google Reviews for non local business
Hi All, We are deciding on what site is best to capture reviews from customers and I'm just not sure what is the ideal option. We are a SaaS business with multiple offices in different locations but the specific geographies are not really relevant to our customers. Is it worth focusing on google reviews so that when our brand is searched there are plenty of nice shiny stars (plus maybe they can be added into adwords adverts as well...). Search volume for the keywords we don't yet rank for are not massive although still important. Alternatively should we be thinking about something like G2Crowd. None of our competitors are doing anything so there's no real need to our muscle them on a review website and I don't think our end user will visit these sites before buying but we would point to them and say 'hey, look at all these great reviews'. Finally I searched my old company recently who and just under news results were facebook reviews. Maybe that's another option. All advice welcome. All advice appreciated.
Industry News | | jafayeh1 -
How to remove the inbound links of a website from Google Webmaster Tools?
Hello viewers, One of my projects (BannerBuzz.com) is having linked with this Site: http://www.article-niche.com/ and we can see so many inbound links in our Webmaster account from this site, we have already disavowed this site but still it is found in our Webmaster Tools and we don’t have option to mail them as the site is down, so kindly anyone help us out how to remove this back-links and I want to remove it from my Webmaster account as well as from “Search Results” as the site is down. Currently as this site is show down from long time and because of its back-links, our website (BannerBuzz.com) has been penalized by Google.
Industry News | | CommercePundit0 -
Google still showing sitelinks from old website
Hi guys, we relaunched our website www.segafredo.com.au a few weeks ago, however google is still showing site links from our old page that no longer exist... Is there anything we can do about this? Sit back and wait or try demoting the old urls in webmaster tools? Looking forward to see your tips! Ciao, Manny.
Industry News | | Immanuel0 -
How can i discover how many of my pages have been indexed by google?
I am currently in the process of trying to produce a report for my corporation and this is a metric that i cannot seem to find on OpenSiteExplorer. Could anyone help?
Industry News | | CF20150 -
Is Google Making Life Harder For Aggregators?
Theres been a bunch of updates recently which have hurt aggregators: Reducing the number of search results to 7 for branded search queries The DMCA update which penalises those with trademark related takedown requests against them. At least 2 'domain diversity' updates, the most recent last week, which seeks to reduce the ability of sites to dominate SERPS e.g. a site which may have 2 search results on page 1 now may have 1. Plus Its commonly believed that Google favours big brands over smaller brands e.g. Marriott over examplehotelaggregator.com. Is this a deliberate ploy against aggregators in favour of brands i.e. does Google believe a brand site is a better search result than an aggregator? A brand site returned above an aggregator for a branded term may be seen by Google as a better fit, a better search result that should be higher. But is that true? Consumers like to see unbiased reviews and lowest prices and that isnt always available at the brand site. Thoughts please.
Industry News | | AndyMacLean0 -
Google Releases Penguin Update 1.1
So what affect is this playing on you guys? http://searchengineland.com/google-pushes-first-penguin-algorithm-update-122518 It was not to nice to me... Why over the holiday Google, why!? -Chenzo
Industry News | | Chenzo0 -
Google places rejected
google has rejected a few listing i have for certain businesses, i have read the guidlines and I am well inside them. It does say that if business name is changed you need to re-verify, but does not allow you to do so. I think google have lost their way, they should stop building operating systems and electric cars and get their web site sorted out.
Industry News | | AlanMosley0 -
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