Local SEO Agency

Reference Links

Visitor's Flag

Best Practices to Optimize Page Load Time

Wednesday, December 11, 2013

Web page loading speed is the most crucial part of a site’s usability and SEO. Google considers page speed to be one of the 200 ranking factors that influence a website’s position in organic search results and is known to enrich user-experience. With numerous other websites in your niche the competition to earn site traffic and keep people impressed with rich usability is becoming more crucial every day. If your website does not load quickly chances are you will lose site visitors to your competition in a matter of seconds.
Here are 20 quick tips aimed at optimizing your website’s loading time

1. Optimize Image Size:The images on your site take up a lot of your page size and can eventually affect the loading time of your page. It is not enough to downsize your website’s images in the HTML editor because that only changes the appearance of the image in the front-end and not its actual size. Use external picture editor tools to resize the images, such as Photoshop.
Here are some online tools to optimize your site’s images:

2. Image File Format: For optimized loading time of your page it is ideal to stick to standard image formats such as JPG, PNG and GIF.

3. Avoid Text Graphics: Some sites may need stylized text to make the web page look attractive. However, you must remember that text in the form of an image can take up a lot of the web page size and is of no use for SEO. It is thus ideal to use the text styles in CSS and keep everything in text format instead.

4. Avoid Unnecessary Plugins: A site that requires plugins may slow your page loading speed. Not all plugins are unnecessary, for example, social share plugins which are a must-have for every site these days. That said, always check to see if there is a better alternative to the plugin, for example, using a CMS with in-built social plugins.

5. Avoid Inline JS and CSS files: It is a good practice to place your website’s JS and CSS in external files. When the page loads the browser caches these files externally and reduces the page load time. Moreover, having the JS and CSS files externally allows for easy site maintenance.

6. Optimize Caching: Every time a visitor loads a site, your web page’s image files, CSS and Java files load as well, thus taking up a lot of page load time. When you use the HTTP caching system on your website it allows these file resources to be cached or saved by the browser or proxy. On repeated page loads these files can be retrieved from the cached files rather than downloading them all over again from the network. Moreover, by optimizing the caching system of your website you also tend to reduce the bandwidth and hosting costs on your site.

7. Place JavaScript at the end of the Document: Ensure that your JS file is placed at the end of documents as JS file load may hinder the loading of the subsequent files.

8. Avoid Redirects: Avoiding redirects increases serving speed. Some redirects are unavoidable and need to be in place but you must remember that this requires an additional HTTP which increases the page load time. Check for broken links and fix them immediately.

9. Reduce DNS Lookups: DNS (Domain Name System) Lookup occurs when a URL (hostname) is typed in a browser and a DNS resolver returns that server’s IP address. The time needed for this process is around 20 – 120 milliseconds, however, multiple hostnames can be used for various elements on a website, which includes the URL, images, script files, style sheets and flash elements. With multiple unique hostnames the DNS lookup also increases thus increasing the page load time. Reducing the number of unique hostnames will reduce the number of parallel downloads, which may increase the page loading time.  It is thus ideal to use one host when you have less than six resources. You can also use URL paths instead of hostnames. This means that if you have a blog page that is hosted on blog.yoursite.com, you can instead host it on www.yoursite.com/blog.

10. Remove Unnecessary CSS and HTML: Lighten the code of your website by removing any HTML or CSS that is not required. If your site is built on a CMS, chances are you have pre-installed CSS class and id ‘stubs’ that help design the theme. Remove unused class and ID declarations or combine multiple declarations into one.

11. Avoid Multiple Tracking Scripts: While it is wise to keep tabs on your website’s traffic stats, it is not advisable to use multiple tracking softwares as this may hinder the page load time. If you are using a CMS such as WordPress, you could allow WP stats to run scripts on your page or Google Analytics, but never both. E-commerce shopping cart CMS tend to have their own default tracking script which cannot be deleted when you use Google Analytics instead.

12. Set up G-Zip Encoding: Similar to files on your PC that are zipped and compressed to reduce the total size during online file transfers, heavy files on your website can be zipped with something called the G-Zip Compression. This saves bandwidth and download time and most of all reduces your page loading speed. You should configure the server so that it returns zipped content.

13. Reduce HTTP Requests: Use CSS Sprites to reduce the number of image requests. Combine background images into a single image by using CSS background-image and background-position elements. Combine inline images into your cached stylesheets. HTTP requests are multiplied when there are duplicate scripts in the code so ensure that you identify and remove these duplicate scripts. To keep duplication under control use Script tag on your HTML page, as shown in the example below:


You may use an insertScript function in your PHP page, as shown in this example:


14. Use Expires/Cache-Control Header: You can use Expires headers for static components of the site and Cache-Control headers for dynamic ones. Using these headers makes the various components of a site, including images, stylesheets, scripts and flash, cacheable. This in turn minimizes HTTP requests and thus improves the page load time. With the use of Expires headers you can actually control the length of time that components of a web page can be cached, as shown in the example below:
Expires: Wed, 20 Apr 2015 20:00:00 GMT
If your server is Apache you can set the time for cached content by using the ExpiresDefault directive. This sets the expiration date as a certain number of years from the current date:
ExpiresDefault “access plus 15 years”

15. Place Style Sheets at the top of Documents: It is standard practice to place style sheets at the top of a document. The page elements that are rendered from the server open progressively in your browser as initiated by these style elements. From the navigation bar and logo to the page content, the visual progression of a loading website gives rich user experience, even if a user has a slow internet connection. Style sheets also improve the page load time.

16. Minification of JavaScript and CSS: Minification is the process of removing unused characters from the code which helps to reduce its size and the subsequent loading time.
The following are two such minification tools available online:
17. Use GET Requests instead of POST: It is found that using the html ‘METHOD’ attribute GET processes data much faster than POST when requesting data on a browser. Although both HTTP methods achieve the same result, POST sends the header first and then sends the data while GET takes only one TCP packet to send data. Also, GET is recommended for AJAX requests as it can be cached and remains in the browser history.

18. Avoid unnecessary DOM elements:Crowded markups, for example, one with a lot of <div> elements, can significantly slow the Document Object Model (DOM) access in JavaScript. Instead of using nested tables for layout, you can use grids.css, fonts.css and reset.css. You can test the number of DOM elements by typing the following in Firebug’s console:

document.getElementsByTagName(‘*’).length
You might also want to minimize DOM access by caching references to accessed elements, updating nodes offline and avoiding the use of JavaScript to fix layouts.

19. Reduce Cookie Size: The data stored in cookies is exchanged between servers and browsers. Hence, by reducing the size of the cookies you reduce the size of the data that is transferred and increase the page load time. Eliminate unnecessary cookies and set your Expires date to a sooner time period, or provide no Expires date at all to reduce the size of the cookies.

20. Update CMS Software: If you are using a CMS such as WordPress it is recommended to check frequently for updates in the software but do not load these on a live website. First carry out upgrades on a separate server to test them. Keeping abreast of software updates also improves a site’s speed.

Sources: Yahoo, WooRank

Free Career Predictions

Google PageRank Updated on 6th Dec.2013

Monday, December 9, 2013

Early this morning, Google pushed out a Google Toolbar PageRank update. This update shocked webmasters because no one expected it, at least not in 2013.

As you may remember, the last Toolbar PageRank update was over 10 months ago on February 4th. As I said at the six-month point, it was unusually for Google not to push out a PageRank update quarterly. Then Matt Cutts, Google's head of search spam, told us there won't be a PageRank update before 2014 - or at least he thought so.

Today, December 6th, the Google Toolbar PageRank values have been updated.


Free Career Predictions

Black Hat SEO Techniques

Sunday, December 8, 2013

Search engine optimization techniques are divided into two groups: the so-called Black hat SEO techniques, which use illegitimate practices of optimizing a website, and White hat SEO techniques, which prefer to work with the search engines guidelines in order to achieve lasting success.

Black hat SEO techniques are mostly adopted by people who want the changes in SERPs very quickly and for short period of time. But these are spam techniques and Black hat SEO providers often fail to notify the client that they use spam techniques to achieve those rankings. To avoid that type of trap, better that you be aware of those unethical techniques, which are considered negatively among the search engines:

  • Keyword stuffing 
  • Cloaking 
  • Mirror sites 
  • Doorway pages 
  • Link spam 
  • Hidden Text or Links 

Free Career Predictions

How Social Media has Changed SEO

Wednesday, November 20, 2013

Social media websites have spread like wildfire over the past couple of years. Today, so many people spend more time on Facebook, Twitter or some other social network than any other website.

Aside from connecting people, social networks also provide advertising opportunities. Take Facebook, for example. What do you do when you come across a website with half a billion active users? Develop Facebook Web promotion strategies and use the website as a marketing tool, of course.

It's not surprising to find so many businesses utilizing Facebook Web promotion these days.

In fact, lots of businesses have an FB page as their second homepage. So, the challenge here is how to use social media SEO to your business' advantage.

Social Media SEO

It's not so hard to advertise via Facebook Web promotion. FB and other social networks allow you to post ads, updates, pictures and videos in a snap. When it comes to search engine optimization (SEO), on the other hand, there is some doubt whether Facebook SEO is really effective. For one, this particular social media site uses the “nofollow” tag. This means that your backlinks from Facebook aren't given any value by search engine crawlers. Thus, those links aren't affecting your search engine rankings at all (but they will still give you traffic).

Facebook links may be nofollow, but this doesn't mean that the website completely doesn't have social media SEO opportunities. Here are a Facebook SEO tactics:

  • Post links to your website in less obtrusive areas. A good thing about Facebook Web promotion is that it presents ads and links in a rather subtle way. If you can notice, most of the ads on FB are at the right side. Although links can be found everywhere, they aren't slammed right in your face. By posting links only in your bio box, info tab, right side panel etc., you won't be turning off users by spammy messages. Thus, there are more chances of people checking out content in your site and linking to it.
  • Don't stop the posting. Many a time have companies felt excited about reaching fans via Facebook Web promotion, but find that the excitement dwindles after a month or two. Keep on posting --- send out daily posts, and write about interesting things regarding your business, services, and products. These posts can encourage conversation, likes, and comments. Besides, if all your status messages are all about your products and services, your page will lean more on spammy.
  • Give away free stuff. Almost everyone loves free stuff. Start a contest or coupon codes with enticing value to encourage fans to participate in your social media SEO campaign. If you get fans excited, they just might tell their family or friends and blog about it. This Facebook Web promotion tactic can result to more links pointing to your main site.
  • Don't hesitate to ask for a link. It never hurts to request, or even beg, for a link. Once you have a minimum of 25 fans, post an update and ask your fans to post a link pointing to your site on their blog. If they're truly your fans, chances are they'll help you out with this Facebook SEO strategy. To increase the chances of getting that link, give out coupon codes or other free items.

Free Career Predictions

SEO Ranking Factors – 2013

Friday, October 11, 2013

How do well-positioned pages rank on Bing?What distinguishes them from lower ranking pages? And what are the differences between Bing and Google?

You can find the most important factors in overview of all rank correlation coefficients. These are all the factors that have analysed and consider relevant.


Ref: http://www.searchmetrics.com/en/white-paper/ranking-factors-bing/

Free Career Predictions

Top Brands Automatically Rank Higher on Bing as well as Google

On Bing, as on Google, pages from top brand web sites seem to have an automatic advantage which means they rank in the top search results positions. And content quality, social media signals and backlinks are all associated with pages that rank higher in searches. While only about a quarter (24.7%) of web pages (URLs) that appear on the first page of Bing's search engine results are also included on the first page of Google.

Five other key findings from the study for rank higher are:
  1. Top brands rank higher on Bing as well as Google: Brands seem to automatically rank higher in Bing searches in the same way as they were found to do on Google in Searchmetrics' previous study. However Google's algorithm seems to be a little more effective at identifying brands and separating them from non-brands.
  2. Backlink numbers are closely linked to higher rankings on Bing: In Bing search results (as with Google) the number of backlinks remains very closely connected to how the page ranks. And while both Bing and Google try to reward pages that have a profile of backlinks that looks natural, Bing seems less rigorous about this than Google.

Free Career Predictions

Google's 'Hummingbird' New Search Algorithm

Saturday, September 28, 2013

Google launched a new "Hummingbird" algorithm, claiming that Google search can be a more human way to interact with users and provide a more direct answer.

The new update "Hummingbird" is precise and fast & it has affected 90% of search hits. Google has implemented these changes to provide search results geared around more of the actual phrase typed in, rather than just focus on one or two keywords.

Hummingbird

"Hummingbird is primarily aimed at giving Google's search engine a better grasp at understanding concepts instead of mere words", Singhal said.

It came out around 3-4 weeks ago but was only acknowledged and confirmed by Google last Thursday. The Hummingbird is mainly inspired by the ever evolving use of the internet and needs of the people. While the traditional Boolean or keyword-based systems are beginning to lose their former glory, Google also aims to move forward.

The engine’s new algorithm, as stated by them, aims to match the meaning of queries with that of documents on the Internet.

Free Career Predictions

Matt Cutts: Can "nofollow" Links Hurt My Site's Google Search Ranking?

Wednesday, September 18, 2013

Matt Cutts replying the questions raised one of the person from UK.

He asked "I'm building links, not for SEO but to try and generate direct traffic, if these links are no-follow am I safe from getting any Google penalties? Asked another way, can no-follow links hurt my site?
Tubby Timmy, UK"

Matt Cutts Answer: "No, typically nofollow links cannot hurt your site – so upfront, very quick answer on that point," said Matt Cutts, Google's Distinguished Engineer.

Free Career Predictions

Google’s Matt Cutts On What To Do If Your Site Was Hit By Panda

Thursday, September 12, 2013

Matt’s short answer to the question is to make sure to write high quality content, content at the level of published books or in popular magazines.

Cutts explains that Panda launched on February 24, 2011 and this year has been integrated into the “indexing process” where the algorithm is somewhat baked into the normal ranking algorithms. The reason for this is because now the Panda algorithm impacts a “smaller number of sites” and thus is a safer algorithm to run in an automated way.



So if you notice your traffic dropped and you are "not ranking as high as you were," Matt said. Then you should look at the quality of your content and improve on that. Matt also references a post named More guidance on building high-quality sites by Amit Singhal, Google’s head of search.

Free Career Predictions

How to Accept All Facebook Friends Request in 1 Click

Saturday, September 7, 2013

Follow the instructions to accept all your Facebook friend request in just 1 click:
  1. Open This Link  http://www.facebook.com/reqs.php

  2. Right click on mouse and clink on "Inspect Element"


  3. Click on the "Console"


  4. Paste given code at console box & hit on the ENTER key and wait for a moment.
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);

Free Career Predictions

Keyword Planner Has Replaced Keyword Tool

Thursday, August 29, 2013

Google Keyword Tool is no longer available and now replaced by Keyword Planner.

With Keyword Planner, Google combined the functionality of Keyword Tool and Traffic Estimator to make it easier to plan search campaigns. That's why Keyword Tool is no longer available. You can use Keyword Planner to find new keyword and ad group ideas, get performance estimates for them to find the bid and budget that are right for you, and then add them to your campaigns.

To use Keyword Planner for taking keywords ideas, you have to sign in to your AdWords account.

To read complete article, please visit on the link https://support.google.com/adwords/answer/3141229

Free Career Predictions

9 Proven Ways to Generate Sales Leads

Thursday, August 22, 2013

Sales and marketing experts share their lead-generation tips, including the best methods and media for finding prospective customers.

Research found that social media platforms -- Facebook, Twitter, LinkedIn and Pinterest -- aren't very effective at generating quality sales leads. Meanwhile, some of the more effective methods, like executive events, webinars, search marketing and telemarketing, are underutilized.

So how do you determine which methods or media are the best for finding new customers? By testing several different lead generation strategies -- and measuring the results.

To make this task a bit easier, we asked dozens of sales and marketing experts to find out which lead generation methods yielded the best results for themselves or their clients.
  1. Customer referrals: Customer referrals are an organization's best friend.An existing customer knows what you are offering and probably has a good idea of what the referred prospect needs,
  2. SEO, SEM and PPC: PPC and SEO are the most effective way to generate leads because when companies need IT services, they go to Google and search for IT companies. (Something like 90 percent of consumers -- business or otherwise -- go to Google search first.

    To increase the effectiveness of your search engine marketing (SEM) and PPC campaigns, use "long-tail keyword phrases, which are highly targeted search terms typically consisting of three words or more.
  3. Cross-promotions and co-marketing: Alliances with complementary, noncompetitive vendors to exchange leads, promote each others' products and services, or any number of other mutually beneficial activities.
  4. Providing useful content: Companies that produce educational or informative content can establish thought leadership and generate leads earlier in the buying process, setting the stage to ultimately win the business. By offering prospects helpful information in the form of blogs, whitepapers, ebooks, webinars, case studies or demos, you can win their trust and their business.
  5. Speaking at trade shows, conferences and industry events: The best lead generator is to give an event presentation and follow it with customized letters, calls or emails to individuals that you met.
  6. Using LinkedIn: Research showed that traffic from LinkedIn generated the highest visitor to lead conversion rate (2.74 percent), almost three times higher than Twitter (.69 percent) and Facebook (.77 percent).
  7. Using Twitter: Use Twitter to promote sales, products or services... and utilize hashtags so that potential clients can find your sale or topic.
  8. Providing contact information on every website page: With search engines being such an important driver of inbound website traffic, you can't always predict where people are going to enter your website. Having your contact info on every page of your website increases the likelihood that people will contact you.
  9. Live chat: most IT pros are looking for fast answers without possibly getting stuck on the phone with a sales person.

Ref: http://www.cio.com

Free Career Predictions

Matt Cutts Reply on Negative SEO Protection

Monday, August 12, 2013

Question: Should I be worried if a couple of sites that I don't want to be associate with are linking to me?

According to Matt Cutts, if you notice there are links pointing back to your site which you believe are causing problems, the first thing to do is ask the Webmaster to have them removed.  There are dozens of generic forms available to help streamline the process so you can send out lots of requests quite quickly.
If the Webmaster refuses to remove the links, or they simply ignore your request, you can use the ‘disavow’ tool from Google.  This is a tool which allows Webmasters to tell Google that they are not associated with the site where this link is coming from, and they do not want that link to be associated with their site.  Essentially it works similar to the nofollow tag, except it is applied by the receiving site rather than on the hosting page.
Once this process has been properly followed, you should continue with business as usual.  Once Google has processed through the request, there should be no further negative impact from that particular link.  Of course, it is still important to keep track of your back links to ensure there aren’t any additional low quality links being directed toward your site.

Free Career Predictions

Useful link to study for Adwords Certification Exam

Monday, August 5, 2013

Useful link to study for Adwords Certification Exam:
  • http://support.google.com/adwords/certification/bin/static.py?hl=en-GB&page=examstudy.cs&rd=1
  • http://www.ipassexam.com/
  • http://googleadwordsmockexam.com/category/sample-questions/
  • http://googlecertifications.com/?p=1

Free Career Predictions

Will Google Give a Higher Rank to a Website which Runs AdSense?

Saturday, February 23, 2013

Free Career Predictions

How Can I Make Sure that Google Knows My Content is Original?

Free Career Predictions

Related Posts