Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

Summaries of Google Webmaster Central YouTube videos

There are currently close to 400 videos on Google Webmaster Central YouTube channel featuring Matt Cutts who answers questions posted to the Webmaster Help Forum or to the Twitter handle @googlewmc. Occasionally, some Google secrets slip out in these videos. You can also pick up some tips & tricks on SEO by watching these typically 2-minute videos.

If you are SEO inclined, the videos have some interesting titles that draw you to find out the answers. I track updates through their YouTube channel RSS feed. I sometimes wish the answer was part of the intro that comes with the feed so that I can find the answer immediately. For future reference, I plan to jot down summaries of these videos while I watch a few of them every week. Here goes the list -

Do spelling and grammar matter when evaluating content and site quality? (Aug 17, 2011)
No.
Reputable sites tend to spell better and the sites that are lower page rank tend not to spell as well, so "that's the sort of content analysis that would be pretty interesting to explore as a potential quality signal"

Why do Amazon.com pages tend to rank well for product queries? (May 25, 2011)
If there's an official homepage for a product, it will rank very well & sometimes number one. Not every book or product has an home page. Amazon has a relatively good user experience in general and lots of links to it due to which it tops the result list.

How does Google handle pages with content that changes on each page load? (asked on Apr 22, 2011)
If you really want Googlebot to see & follow, make sure that the important links are always on your root page.

Can I tell Google about links to my site? (Apr 19, 2011)
Better let Google find the links. You can upload a sitemap which is a list of all URLs on your site but Google doesn't guarantee that uploading a sitemap will get all of your pages indexed.

Can coding errors affect how a page is indexed? (asked on Apr 19, 2011)
Check the web page in a text browser or the popular browsers, if you can see the text. "If all that text is visible, then it should, for the most part, be able to be indexed by Google."

How can I make sure that Google knows my content is original? Apr 4, 2011
Google tries hard but is not perfect at identifying who is the original author of an article. To let Google index your original article faster before a deceptive site like a scraper, claims it is its own (by showing a manipulated timestamp), let the world know about it by, for example, tweeting about it or hook up thinks like Pub Subhubhub which will ping various places to asynchronously say that there's a new article or blog post.
Alternatively, you can do a DMCA (Digital Millenium Copyright Act) notice or a spam report

Is serving Googlebot a transcript in place of a video considered to be cloaking? (asked on May 5, 2011)
Yes, that would be considered cloaking and is not recommended. Show the video & transcript as well.

How do you rate links from sites like Twitter and Facebook? (asked on Jan 14, 2010)
Google treats links the same. It looks at how reputable the links are. It doesn't matter whether they come from a .gov or .edu or Twitter or Facebook...they don't automatically carry weight.

How much weight does the number of years a domain is registered for have on your ranking? (asked on May 7, 2009)
Don't "worry about that very much"

How can new pages get indexed quickly (besides using Google Webmaster Tools)? (May 27, 2009)
Get more links. Google can index a page within seconds.

Does the position of keywords in the URL affect ranking? (Mar 5, 2009) Is example.com/keyword/London is better than example.com/London/keyword?
Not a lot. Having four or five keywords maybe good

All videos have a transcript (hidden by default) but they may not work every time (the trouble could be with the JavaScript to show-hide the panel). To view transcript, click on the button to the right of the flag below the video (if you hover over it it, it will say "Interactive Transcript") and it will open up the transcript.

Read More
Rate your SEO skills with these Quizzes

Rate your SEO skills with these Quizzes

Did you know, for high-volume search phrases, the Search Engines usually will NOT differentiate between singular and plural versions of a term? Check it for yourself by seeing the search results on these phrases - cell phone vs. cell phones. I was under the impression, until I took the SEOmoz quiz, that this was a case of stemming & there should be differentiation.

Here is my compilation of all the interesting SEO Quizzes I have found (work in progress) -



Trivia: PageRank is actually named after Google co-founder Larry Page
Read More
Comparison of free Web Analytics tools

Comparison of free Web Analytics tools

There are a bunch of free Web Analytics tools -
  • Google Analytics 
  • StatCounter 
  • Piwik 
  • Woopra 
  • Clicky
  • SiteMeter
Each of them has something unique. The Clicky website compares all the above across some 40 odd parameters.

Except for Google Analytics & Piwik, the rest have limitations on features with their free editions. They restrict the data retention size & period.

Piwik is a downloadable, open source (GPL licensed) real time web analytics software program that uses PHP & MySQL. It needs to be installed on your server, so you own your data.

The number of hits captured by each of the tools for the same site could vary. This could be because some tools like Google Analytics use JavaScript & a user may disable it in their browser. Some of these may not count bots and some register hits based on user's visit length.

Also see:
HOW TO generate a Heat Map with Google Chart API
Read More

What's in Google's secret PageRank sauce?

That's something some governments may start investigating as well. While going through an article by SEOmoz's Rand Fishkin, I came across a pie chart that shows components of Google's Ranking Algorithm as perceived by 72 SEO experts -

 

-o-

As I've been increasingly blogging about things other than Web Development, I felt it would be more appropriate to rename the blog title to Tech Tips, Tricks & Trivia. I will probably start referring to it with the moniker T4  :-)

Read More
HOW TO perform a HTTP 301 & 302 redirect using IIS

HOW TO perform a HTTP 301 & 302 redirect using IIS

Google ran a SEO quiz using Google Docs a few weeks back and the answers are now online. Developers building a public-facing website can benefit from learning tricks of the SEO trade as it can significantly boost traffic to their site. This area also needs continual learning as new things emerge frequently.

One of the question there was about how to move a site to a new domain name while retaining it's original search engine ratings.  The preferred way is to permanently redirect traffic using a HTTP 301 (permanent) redirect as this will inform search engines to update their index with the resource’s new location. If the change is going to be short term such as a special page that is seasonal, a 302 (temporary) redirect would be a better choice.

I never had a chance to try this out but implementing this in IIS 7 or older versions is pretty easy. This can also be done programmatically -

private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.new-domain.com");
}


Related -
Tips on ASP.NET Hosting & Deployment
Read More
SEO simplified

SEO simplified

Undermining the exagerrated fears of some SEO consultants about all the changes happening at Google Search in recent times, randfish over at SEOmoz Blog says -
SEO remains, at its core, remarkably similar to what it was in 2002:
Make pages accessible
Target with keywords that searchers employ
Build content that users will find useful and valuable
Earn editorial links from good sources

The Search Engine Optimization Starter Guide from Google has another nice advice -
..you should base your optimization decisions first and foremost on what's best for the visitors of your site.

Also see -
Read More
Google SEO resources

Google SEO resources

If you are keen about optimizing your website for search engines, Google has several resources - Webmaster Tools, Webmaster Help group, Webmaster Central Blog.

Ocassionally they also conduct free Chat sessions where Googlers share tips & tricks and also answer questions. Here is a sampler -

Suppose my website supports English and French. Should the English version of a particular page and the French version have different URLs? Any other best practices for multi-lingual site architecture?
Matt Cutts: If you can afford it, I would do domain.com and domain.fr. If that's not possible, I would consider doing en.domain.com and fr.domain.com. If that's not possible, then domain.com/en and domain.com/fr can work. In webmaster tools, you can geographically target a site (and I believe parts of a site such as r.domain.com), which will help as well.

Does inconsistent capitalization of URLs cause duplicate content issues and dilution of page rank? For example www.site.com/abc vs www.site.com/Abc. On Windows hosts, these are the same page, but are different pages on Unix hosts. JohnMu: Hi John, based on the existing standards, URLs are case-sensitive, so yes, these would be seen as separate URLs. Since the content on the URLs is the same, we'll generally recognize that and only keep one of them. However, we'd recommend that you try to keep all links going to one version of the URL. Keep in mind that this also applies to robots.txt files.

How often does your search algorithm change?
JohnMu: We change the algorithms all the time - last year we had over backlinks in Webmaster Tools

Do the verification codes for Webmaster Tools, Analytics, Apps for Domain have to remain intact after the first verification or can you just remove them once it's done?
Wysz: I can only speak for Webmaster Tools, but we do recheck for those codes periodically to make sure you are still the site owner. So you'll want to leave that code in place as long as you want to use Webmaster Tools.

We had a great site that was very popular with lots of original content, but we had to switch to a new CMS (new shared IP) AND new domain - traffic tanked! I need help!!! Any suggestions?JohnMu: I'd recomemend making sure that all old URLs 301 redirect to the new ones. Also, it can take a bit of time for a change like this to be completely processed, so sometimes you just need to be a bit patient (and continue working on your new site). If it absolutely doesn't come back, it might be that we're just ranking the new site where we'd be ranking the old one as well. Alternately, you might want to start a thread in the Google Webmaster Help groups, where the folks there can take a look at your site in particular, since these kinds of changes involve steps that are unique to your site.


They have also compiled a compact guide titled Search Engine Optimization Starter Guide, listing some best practices.
Read More