Thursday, 7 May 2015

Best Time to post on Social Media



Social Site
Best Time
Worst Time
Best Day
Worst Day
Google+
9am to 11am
6pm to 8am
Linkedin
7am to 9am &
5pm to 6pm
10pm to 6am
Tuesday, Wednesday, Thursday
Monday and Friday
Pinterest
12am to 1am, 2pm to 4pm & 8pm to 12am
Saturday
Facebook
1pm to 4pm
8pm to 8am
Wednesday
Saturday and Sunday
Twitter
1pm to 3pm
8pm to 9am
Monday, Tuesday, Wednesday, Thursday
Saturday and Sunday
Tumblr
7pm to 10pm
10pm to 4pm
Monday, Tuesday, Friday and Sunday


Best Time to post on social media

Google+: 9am to 11am

Linkedin: 7am to 9am, 5pm to 6pm

Pinterest: 12am to 1am, 2pm to 4pm and 8pm to 12am

Facebook: 1pm to 4pm 

(Office opening times 10.30 to 11.30, Before Lunch around 1.30pm, after lunch around 2.30pm, before leaving office 5.30pm  - These are the times when people used to check Facebook, and smartphone user check in the early morning, during watching TV in the evening but it doesn't lead to more clicks, it gives us like, comment and shares. )

Twitter: 1pm to 3 pm

Tumblr: 7pm to 10pm

Worst Time to post on social media

Facebook: 8pm to 8am

Google+: 6pm to 8am

Twitter: 8pm to 9am

Linkedin: 10pm to 6am

Tumblr: 10pm to 4pm

Best Days

Facebook: Webnesday

Twitter: Monday, Tuesday, Wednesday and Thursday

Linkedin: Tuesday, Wednesday and Thursday

Pinterest: Saturday

Tumblr: Monday, Tuesday, Friday and Sunday

Worst Days

Facebook: Saturday and Sunday

Twitter: Saturday and Sunday

Linkedin: Monday and Friday

*The Above Data vary business to business and the audience you target.

[Today, more people access Facebook from a mobile device than a desktop — 1.01 billion monthly active users to be exact.
Smartphone owners tend to reach for their phones around meal times and 86 percent of mobile internet users report using their device while watching TV.
80 percent of 18-44 year olds check their smartphone as soon as they wake up.
Note: This does not include clicks on links. It includes only “Likes,” comments, and shares. ]

Monday, 4 May 2015

What is SERPs?



A search engine results page, or SERP, is the web page that appears in a browser window when a keyword query is put into a search field on a search engine page. The list of results generally includes a list of links to pages that are ranked from the most popular to the least popular from the number of hits for the particular keyword. The list will include not only the links, but also a short description of each page and of course, the titles of the web page. The term “search engine results page” may refer to a single page of links returned by a query or the entire set of links returned.


SERPs of major search engines like Google, Yahoo!, Ask.com and Bing, may include different types of listings: 

  • Contextual
  • Algorithmic
  • Organic search listings
  • Sponsored listings
  • Images
  • Maps
  • Definitions
  • Videos
  • Suggested search refinements

The major search engines visually differentiate specific content types, such as images, news, and blogs. Many content types have specialized SERP templates and visual enhancements on the main search result page.


The major search engines typically display three kinds of listings on their SERPs.

  • Listings that have been indexed by the search engine's spider.
  • Listings that have been indexed into the search engine's directory by a human.
  • Listings that are paid to be listed by the search engine.


Friday, 1 May 2015

Understand DoFollow & Nofollow Link: SEO Basics



Whenever we talk about search engine optimization, some of the common words are noindex, doindex, nofollow, dofollow, meta robots and so on. All the words hold equal importance in the SEO. In this post I will be explaining about Nofollow and Dofollow. Especially for newbies who are new to SEO or people who are still not clear about Nofollow or dofollow, this post will be useful.


Do-Follow Links:

When Google bots are crawling a website they look for external links point to other websites. If this links is “do follow” then search engines will follows the link and so link juice gets passed.

For example:

<a href= http://codigitalmarketing.blogspot.in/  rel=”dofollow”> Digital Marketing and SEO </a>

<a href= http://codigitalmarketing.blogspot.in/  rel=”external”> Digital Marketing and SEO </a>

Notice the rel=”dofollow” and rel=”external” in the above code. They define the link as do follow. Also if you do not use rel attribute the link will be treated as ‘dofollow’. These links are important in terms of SEO as they are tracked by search engines and the value (which is called link juice) of the links also gets transferred.

No-Follow Links:

If a search engine finds a “no follow” backlink it will just ignore the link and will not get deeper into crawling and no link juice is passed. 

For example:

<a href= http://codigitalmarketing.blogspot.in/ rel=”nofollow”> Digital Marketing and SEO </a>

Notice the “nofollow” attribute in the above code. This defines a code as “nofollow”. So “nofollow” backlinks are not important in terms of search engines as it is not crawled. The comments section mostly have no follow links. But that does not mean that these links are useless. You can still get some quality traffic from these also.

For example: you went to a well-known website and you commented something which attracts readers attention then the reader might want to know more about you (as this is human tendency) which may help you in bringing some quality readers. So don’t ignore it like search engines.

How different search engines treat Nofollow?

  • Google: Google does not follow the nofollow link.
  • Yahoo: Yahoo follows that link for finding new content but link juice is not passed.
  • Ask: It does not follow nofollow tag and treats it as normal dofollow link.

How to know if a link is “dofollow” or “nofollow”?

In Mozilla and Chrome, just right click the link you want to check and select “Inspect Element” in the menu. As you select it a window will open in the bottom of the browser with a highlighted link with complete html code. There you can see whether the nofollow tag has been used or not. If it is used it will be No follow link otherwise dofollow link.