Monday 29 April 2013

Optimizing Joomla Websites Page Load Time

Joomla website has many issues related to page load time Joomla website uses many javascript and CSS to run a website smoothly, which increase the page load time of website.

There are some basic technics, which can be applied on Joomla website to reduce the page load time of website :

  • Gzip Compression
  • Minimize HTTP Requests
  • Use a Content Delivery Network
  • Reduce DNS Lookups
  • Optimize Images
  • Add an Expires or a Cache-Control Header
  • Put Stylesheets at the Top
  • Put Scripts at the Bottom
  • Avoid CSS Expressions
  • Make JavaScript and CSS External
  • Remove Duplicate Scripts
  • Configure ETags
  • Reduce the Number of DOM Elements
  • Don't Scale Images in HTML
  • Make favicon.ico Small and Cacheable
  • No 404



Optimizing Joomla Websites

Thursday 25 April 2013

10 Benefits of Directory Submission

10 Benefits of Directory Submission will explain you  how a website directory increase the creditably of your website.

10 Benefits of Directory Submission

Facebook Image Size and Dimensions : Infographic

The Facebook infographic will tell you Image Size and Dimensions of all images used in Facebook

Facebook Image Size and Dimensions
[ Source TechWyse ]

Social Media Influence In Auto Industry

Social media has major influence in Auto Industry.Brand like VW, Ford and Mini telling their success stories of generating their leads from Facebook, Twitter and Youtube etc.

Thursday 18 April 2013

How Many Pages Added Frequently In Website

Google Matt Cutt has tweeted about adding many number of pages at once in website.The website might be red flagged by search engines.

"A newspaper company wants to add an archive with 200k pages. Should they add it all at once or in steps? "
                                                                   - John Mueller, Zurich, Switzerland

If you have created new section in a website which has thousand of pages then all website pages should be submitted to search engine  at once or not ?


Matt Cutt has replied that Google will handle this step in wrong direction and put a red flag to website , which will be reviewed by Google spam team manually.

View the Matt Cutt Video :



Matt cutt has advised in his video that the website should not release thousand of pages at a time.They should release small chunk of website at regular interval of time because when you release thousand of pages then Google will understand that all pages have low quality and they don't give good information to users.

Friday 12 April 2013

X-Default Hreflang for Multilingual & Multinational Websites


Google and Yandex now accept X-Default Hreflang for multilingual & multinational Sites.There are many multinational and multilingual websites which show user their country specific language via redirects or changing the content of website.

To clear the picture,there is website i.e. example.com which target user worldwide as follow :



http://example.com/: Default page for worldwide users
http://example.com/en-us: For English-speaking users in the USA
http://example.com/en-gb: For English-speaking users in the UK
http://example.com/en-au: For English-speaking users in Australia

Following HTML link tags will be used for respectively :

<link rel="alternate" href="http://example.com/" hreflang="x-default" />
<link rel="alternate" href="http://example.com/en-us" hreflang="en-us" />
<link rel="alternate" href="http://example.com/en-gb" hreflang="en-gb" />
<link rel="alternate" href="http://example.com/en-au" hreflang="en-au" />

Monday 8 April 2013

Algorithm Evolution Of Local Search Algorithms

Local search algorithms has evolved from 2000 to present day.Search engines are using title tags , back-links, reviews and citation information to rank website in local search.

Local SEO


Google+ is also playing important role in local search ranking.Reviews present in Google local page helps to rank those keywords which are present on reviews i.e.
                               "XYZ company is best <keyword> service company"




Look at below video, it will clear your all concept of local search algorithm :

Thursday 4 April 2013

Buying Paid Links Will Not Hurt Website

Google’s head of search spam team,Matt Cutts has posted a 90-second video which explain that buying a paid link will not hurt your website.Google will not give any value to paid link


.

Matt Cutts have discussed following points in his video:

1. Link selling website will be unable to pass Link Juice to other website.

2. The Link selling website will loose their Page Rank to 30%,40%,50%.

3. Paid link will not add any value to your website.


Wednesday 3 April 2013

Google Algorithm Change History : Infographic

Google has become best search engine by changing its algorithm continuously since 1998.Google algorithm has been changed to greater extent and its become hard to rank well at top of the google search engine.

Google Algorithm Change History
Infographic by SEO Book

Tuesday 2 April 2013

Regular Expressions Cheat Sheet

Regular Expressions (Regex) Cheat Sheet will help to use correct regular expressions elements.







Dominate your programing code with Regex.It will help you to filter specific query in your Google Analytics.View the following video to learn more about Regex.