Google guidlines 2011
-
Guys I have asked for the leaked SEO guidlines just to fine tune my SEO campaigns and it seems no one wanted to send it to me. Anyone can do it here, please?
-
Thanks Martijn. Info in manual is very helpful in visualizing a lot of issues.
-
Hi Martijn, yes I just noticed it, didn't really have time to look at the link at that time :). Thank you very much for your readiness to help. A friend of mine just sent me a copy of it. Once again thank you and have a great day.
Thanks Suren
-
Hi Surren,
Unfortunately the file Tommy attached is not the leaked file but the Google Starter Guide for Search Engine Optimization. If you could sent me your email address I'll make sure you'l receive the right one.
Thanks,
Martijn -
Thank you very much, really appreciate it!!!
-
Hi Suren!
Here is Googles SEO guide:
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 Penguin 2.0 - How To Recover?
Hi all,
Industry News | | chanel27
Last year, we have engaged a SEO company who promised to bring us to the first page on Google. But after 4 months, we actually found out that he might be using doing non quality mass link building tactic and this caused our ranking for all 3 sites we given to him to drop in ranking overnight on 22nd May 2012 after the Google Penguin 2.0 rolled out. Is there anything we can do to recover?1 -
Has anybody used Yext or Universal Business Listings as an automated approach to getting clients into all of the many directories? If so does it work? Or does Google penalize in using these automated services?
I'm trying to figure out if using either Yext or Universal Business Listings is worth it. They have reseller programs for SEO agencies. I just am curious what other SEO folks think of these services as I'm considering using one of them to automate and save time for clients. If you go to Yext.com or universalbusinesslistings.org you can see these. Curious what others say about these. Thanks
Industry News | | SOM240 -
Is it currently possible to have a company logo appear with a Google search result?
Hello, We're experimenting with rich snippets. It seems fairly easy to attain authorship through Google and have a headshot appear in a search result... However, we are wondering if it is possible to have a company logo appear (perhaps through rel="publisher"?). Surprisingly, I can't find much info on this. Thanks!
Industry News | | BBEXNinja0 -
Is this still Google?
My niche, my concern.
Industry News | | webfeatus
http://www.google.com/search?q=jimbaran+villa
My site just dropped out of the rankings completely. But if you look at the Google search above you will notice 2 things:
1. First page: 75% of space above the fold is dedicated to Google making money
2. Subsequent pages: It is like you don't actually search "Google" If you flip through a few pages what you actually search is:
agoda.com
flipkey.com
tripadvisor.com
homeaway.com Do I have a point or am I simply having a cynical day?1 -
How can you change 'Google related searches'?
I am having problems for a few clients where google is suggesting negative related searches. I have had success getting Google suggestion (auto-complete) to suggest the keywords we want to be associated with the brand but the 'Searches Related to....' at the bottom of the search page is a big problem. Many of the terms are negative of sometimes defamatory and have absolutely not relevance to the brand. Even upon clicking on the related searches the pages Google displays are about other businesses. Can anyone suggest how to teach Google these term are irrelevant or any other suggestions as to how to remove them?
Industry News | | skehoe0 -
Anyone drawn a Google Penguin?
Just a bit of light relief in the world of SEO. Hey SEO people are funny and can laugh as well 🙂 Our SEO team has had a go at drawing some penguins and the results are funny to us as they are so childlike. Anyone else fancy adding their drawing to the flicker group. This is just a bit of fun for us all! http://www.flickr.com/groups/googlepenguincartoons/
Industry News | | highwayfive1 -
Hello, Actually I have bit of doubt. If I create Google plus business page. Will it helpful or effects for my website ranking?
If I create Google plus business page. Will it helpful or effects for my website ranking?
Industry News | | jaybinary0 -
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