A Blog from Embitel Technologies India Pvt Ltd

Smart e-Commerce: e Business Information

Does Hosting affect SEO?

Posted by Nagaraju on June 8, 2011 in SEO with No Comments



 

A web host is the server where your web site is stored. Generally Search Engine Optimization efforts overlook hosting features. But hosting affects SEO both directly and indirectly. The primary aim of Search Engine Optimization is to generate more revenues for your online business. Hosting servers affect user experience to a great extent thereby affecting the profitability of the web site. 

Effects of Hosting on Search Engine Optimization (SEO) and how to minimize them:

  • Spiders crawl web sites to index them. If your hosting server is down at the time the crawler visits your web page, it leaves your page without crawling. Consequently, no indexing happens and you lose an opportunity to get your site optimized. Check the reliability of your Hosting server.
  • Generally small to medium sized web sites are hosted on shared servers. The server hosts other sites which you are unaware of. If any of these sites is blocked as a spammer and is de- indexed by search engines, your web site also stands a chance to go down in ranking on SERPs. Ensure that you do not share a server with a potential spammer. For e-commerce and other larger web sites opt for a dedicated server.
  • Link Building is an important aspect of SEO. One common feature of Link Building is to have a network of web sites that link to your main web site. When spiders crawl a web site, they index all aspects of a web page including IP addresses. It is recommended to have different IP addresses for all your network web sites.
  • Robot.txt file plays a crucial role in directing the robots/ spiders on your web page. If robot.txt file is set to disallow robots, no indexing happens. Most hosting companies leave this blank or does not include robot.txt.  Verify the status of your robot.txt file from your hosting service provider.
  • Now coming to the actual user of your web site-the visitor.  If your server speed is slow, web page loading time increases and it is a big put off for visitors. Visitors bounce off your site in no time. Recently major search engines like Google have also started considering page loading time as a determinant of PageRank.
  • Once you have zeroed in on your Hosting service provider, ensure that your subscription is for a minimum period of 1 year or more. This assures search spiders that your web site is genuine and not built for spamming purposes.

 

Source: SEO Pandit

Site Links in Google

Posted by Nagaraju on June 1, 2011 in SEO with No Comments



Site Links are links to a site's interior pages in Google. Not all sites have site links.

Google generates these links automatically, but you can remove sitelinks you don't want.

 

Embitel Site Links in Google

301 Redirect – How to Redirect a Web Page

Posted by Nagaraju on March 20, 2011 in SEO with No Comments




301 Redirect: 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".

Below are a Couple of methods to implement URL Redirection

 

IIS Redirect

  • In internet services manager, right click on the file or folder you wish to redirect

  • Select the radio titled "a redirection to a URL"

  • Enter the redirection page

  • Check "The exact url entered above" and the "A permanent redirection for this resource"

  • Click on 'Apply'

 

ColdFusion Redirect

<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value="http://www.new-url.com"> 


PHP Redirect

<?
Header( "HTTP/1.1 301 Moved Permanently" ); 
Header( "Location: http://www.new-url.com" ); 
?> 


ASP Redirect

<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.new-url.com/"
%> 


ASP.NET Redirect

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


JSP (Java) Redirect

<%
response.setStatus(301);
response.setHeader( "Location", "http://www.new-url.com/" );
response.setHeader( "Connection", "close" );
%> 

 

CGI PERL Redirect

$q = new CGI;
print $q->redirect("http://www.new-url.com/"); 


Ruby on Rails Redirect

def old_action
headers["Status"] = "301 Moved Permanently"
redirect_to "http://www.new-url.com/"
end 


Redirect Old domain to New domain (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

Please REPLACE www.newdomain.com in the above code with your actual domain name.

In addition to the redirect I would suggest that you contact every backlinking site to modify their backlink to point to your new website.

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.

 

Redirect to www (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com 
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

Please REPLACE domain.com and www.newdomain.com with your actual domain name.

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.

 

How to Redirect HTML

Please refer to section titled 'How to Redirect with htaccess', if your site is hosted on a Linux Server and 'IIS Redirect', if your site is hosted on a Windows Server.

 

 

 

Source: webconfs.com

Intentional Targeting: Search vs Facebook

Posted by Nagaraju on February 10, 2011 in SEO, e-Marketing Information with No Comments



 

As Facebook has entered the mainstream marketing mix, marketers are having to decide how much of their budget to divert from other channels into social campaigns.

Because search gets the lion's share of a digital marketing budget, it might seem like the most likely candidate for a cutback — after all, there's usually so much of it. But marketers might want to think twice before jumping to that conclusion, because it may very well be a blind leap of faith.

In the last year alone, the only thing more impressive than Facebook's growth has been the buzz around it. Users, page views, estimated value, and a Hollywood blockbuster all seem to point to "the next big thing" – something that all marketers should want to be part of.

In reality, Facebook marketing offers a very different value proposition from search marketing, and results-driven marketers can still get a much better return our of search than they can out of social.


Facebook: The Prodigal Channel

The last year has been nothing short of a series of achievements for Facebook — both as a social network, but also as marketing platform. Indeed, some of its marketing milestones have included:

  • Pushing out Like Buttons

  • Launching LBS product Facebook Places

  • Launching Facebook Deals

  • Generating nearly 25 percent of all page views in the U.S. — more than double that of Google and YouTube combined

  • Launching Sponsored Stories

  • Not to mention all the publicity from "The Social Network" ($96.4 million box office and numerous awards) and Mark Zuckerberg being named TIME's Person of the Year.

With Facebook also boasting close to 600 million users (or more, depending on who you believe), no one can deny that Facebook has become an attractive marketing platform. But there are different kinds of marketing platforms. As much reach as Facebook can provide, it doesn't offer the same kind of impact as search.

To that extent, Facebook and search offer very different value propositions. Indeed, comparing search and social is like comparing apples and oranges.


Search vs. Social

Despite Facebook's phenomenal growth and all the speculation about Facebook displacing Google and taking over search, Google (and search, in general) can still offer marketers a better ROI on their ad spend.

Granted, Americans might spend more than six times as much time on social networks as they do searching. But while Facebook's 2010 ad revenues are estimated at $1.86 billion, Google posted $6.77 billion in revenue in Q1 2010 alone.

Why is Google still raking so much more than Facebook? Well, part of it has to do with Google having already hit critical mass, but part of it has to do with the value that Google offers marketers over Facebook.


Search and Intentional Targeting

Google listings (paid or organic) are keyword driven (i.e., results are served up by keywords that are either typed into a search bar or exist on a page alongside AdSense ads).

As a result, Google listings leverage intent. Basically, when a user is searching for something, they are actively interested in it. They are already in a mindset where they want to know or have more.

And because these users are already interested in the keyword at the moment the listing/ad is served, this makes them a much more qualified and targeted prospect from a marketer's point of view.

Admittedly, keywords are one of the variables that Facebook relies on to serve up ads. More specifically, the Facebook algorithm looks at keyword themes that occur throughout users' social graph and therefore reflect their interests.

And as a targeting metric, interests do tell advertisers a lot about a user's personality. But they tell marketers nothing of a user's intent — their mood and what they're doing at that time.

Just because someone is interested in certain kinds of products in general, that doesn't mean that they are interested in buying any at any given time. For example, I might be a hot-rod enthusiast. But that doesn't mean that I'm looking to buy another hot rod, or can even afford one for that matter.


Social Intent vs. Search Intent

More importantly, Facebook ads not only fail to gauge what a user's current intent might be, but they fail to acknowledge what Facebook know a user's intent is.

Essentially, most Facebook users log on to socialize, not buy. In this respect, Facebook ads can make you look a lot like the guy who goes around a cocktail party trying to sell insurance.

Social intent is probably one of the main reasons that Facebook's average CPM ranges somewhere between 13 and 53 percent below the industry standard. Indeed, as ClickZ reported, Facebook ads get half the clicks of network banners and the average click-through rate (CTR) for Facebook ads in 2009 was 0.063 percent and 0.051 percent in 2010.

Conversely, the average CTR on AdWords is around 2 percent. That's 20 times the industry standard and almost 40 times that for Facebook ads.

This is probably because many search sessions revolve specifically around making a purchasing decision — maybe not buying right then and there, but deciding how the user will buy when they're ready. And when they are ready, there's a decent chance they'll return to Google to recall that product or purchasing decision they arrived at during previous sessions.


Context is Everything

Given Facebook's position in the marketplace, this isn't to say that Facebook ads should be ignored by marketers. Indeed, Facebook has become such mainstream channel, that it can't be ignored by certain advertisers. As this Webtrends study points out:

… industries that are fun to discuss with our network are seeing higher CTR. … Brands that are social get a higher CTR, which translates into better engagement metrics: Post Quality Score, EdgeRank, Feedback Rate, and others. In turn, Facebook rewards such behavior with a lower cost-per-click and greater visibility in the News Feed.

 

It's the marketers and/or campaigns that are driven by results, however, that should think twice before investing too much into Facebook — especially if investing in social means diverting resources from search. Search offers marketers a degree of intentional targeting that social cannot.


Social users are (possibly 40 times) less likely to be in a purchasing mindset. While Facebook might represent a great opportunity for brand-advertisers, search (whether it's paid or SEO) still offers a much better return for marketers who are focused on their bottom line.

 

Source: searchenginewatch.com

Top 10 Great SEO Tips for Your Site

Posted by Nagaraju on February 4, 2011 in SEO with No Comments



#1 Content : As clinch as it sounds this is the number one for any search marketing strategy, it is impossibly important to ensure that you have content worth viewing. Without this one simply step to ensure that there is a reason for someone to be on your site, everything else is useless. There are a lot of great sites to find inspiration for writing great content that works.

#2 Incoming Links : A link is a link is a link, but without the simplest form you aren’t going to do well in search engines. The more links you have the more often you are going to be crawled. It is also important to make sure that you have the proper anchor text for your incoming links. The easiest way to gain quality links from other sites is to link to sites to let them know your site is there and hope for a reciprocal link. It is also important to make sure that you have content that is worth linking to on your site.

#3 Website Title : Making sure that you have the right web site titles for your pages is extremely important. The keywords you place in your title are important in order to ensure that your topic is understood by Google. One of the primary factors for ranking is if the title is on-topic with the search results. Not only is it important for robots to index and understand the topic of the page either. It is important for click-through rates in the search results. Pay attention to what you click on when you are searching in Google, I know that I don’t always click the first results. Using great titles and topics on your site will bring you more traffic than a number one listing. Most of the time it is within the first page, but I skim through the titles to see which looks to be more on-topic for my search query.

#4 Heading Tags : When you are laying out your site’s content you have to be sure that you are creating the content flow in such a way that the heading tags are based on prominence. The most prominent of course being the h1 tag, which says “this is what this block of copy is about.” Making sure you understand heading tag structure is very important. You only want to have one (or two) h1 tags per a page. It is important to not just throw anything into an h1 tag and hope you rank for it.

#5 Internal Linking : Making sure that your internal linking helps robots (and visitors!) to find the content on your site is huge. Using relevant copy throughout your site will tell the robots (and visitors!) more effectively what to expect on the corresponding page. You do want to make sure that on pages you don’t want to rank in Google that you add a nofollow tag to ensure that the ranking flow of your site corresponds with your site’s topic and interests. No one is going to be searching Google to find out what your terms of service or privacy policy are.

#6 Keyword Density : Ensuring that you have the right keyword density for your page and sites topic is paramount. You don’t want to go overboard and use the keyword every 5th word but making sure it comes up often is going to help you rank better in search engines. The unspoken rule is no more then 5% of the total copy per a page. Anymore then this and it can start to look a little spammy. Granted, you aren’t shooting for 5% every time. It is really all about context and relevance” just make sure it is good, quality copy.

#7 Sitemaps : It is always a good idea to give search engines a helping hand to find the content that is on your site. Making sure that you create and maintain a sitemap for all of the pages on your site will help the search robots to find all of the pages in your site and index them. Google, Yahoo, MSN and Ask all support sitemaps and most of them offer a great way to ensure that it is finding your sitemap. Most of the time you can simply name it sitemap.xml and the search robot will find the file effectively.

#8 Meta Tags : Everyone will tell you that meta tags don’t matter, they do. The biggest thing they matter for is click-through though. There will be a lot of times when Google will use your meta description as the copy that gets pulled with your search listing. This can help to attract the visitor to visit your web site if it is related to their search query. Definitely a much overlooked (as of late) ranking factor. Getting indexed by search engines and ranking well is just the first step. The next, and biggest, step is getting that visitor that searched for your keywords to want to click on your search listing.

#9 URL Structure : Ensuring that your URL structure compliments the content that is on the corresponding page is pretty important. There are various methods to make this work, such as modrewrite on apache.

#10 Domain : It can help to have keywords you are interested in ranking for within your domain, but only as much as the title, heading and content matters. One very important factor that is coming to light is that domain age is important. The older the site or domain, the better it is not spam and can do well in search results. The domain age definitely isn’t a make or break factor but it does help quite a bit.



Article Taken from dustinbrewer.com

About Smart e-Commerce

Smart e-Commerce is the Blog from Embitel which will provides the latest trends, information, Trends and strategies about e-Retail Solutions, e-Commerce, Social Media Optimization, Blog Marketing, Online Seminars, Search Engine Optimization, Google Rankings and e-Marketing Solutions in India, Germany, UK, Nordic, Australia, Norway, Sweden, Denmark and Finland.

For ECommerce Services
Click Here

//paste ad code here
  • Recent Post