Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Monday, 15 September 2014


Hello Friends, Are You Suffering From This Error??
That had appeared on many person's websites/Blogs. Even my blog was a victim of that. When anyone enters the affected website/Blog, a box will appear(as shown in the picture) about some error that asking for entering a username and password. So this can be a large issue for your website/blog and the main thing is that this error can be cause a huge decline in your website/Blog traffic, Because many people will be afraid by seeing those boxes and they will stop visiting your website/blog if the problem persists.

Why This Error Occurs ?

This error occurs when any script got deleted. This script will be hosted by other persons and when they remove those scripts, we are suffering if we were using those scripts on our website.

Now I Going To Show You How I Fixed This Error.
To Fix This Error Follow My Steps :

  • Go to blogger.
  • Go to the template tab.
  • Find the script used by that address [ eg:- https://widcraft.googlecode.com ].
  • It will be like <script src="https://widcraft.googlecode.com/scriptcode" /> [scriptcode varies according to the link ]
  • Delete that script.
  • Save your template.
If you can't find the address [ eg:- https://widcraft.googlecode.com ] On template tab then try finding the address on the Layout tap (HTML/JavaScript). After that delete that script and save.


And If you are using any other website services, please follow these steps :

  • Find the source code of your website.
  • Find that script used by that address.
  • Delete that script.
  • Save.
  • You are done.
To avoid this problem, it would be better if you host the code yourself.
You also can make a script its very easily on Yourjavascript and Google Code .


Thanks,
And If you like our post please share it with your friends..

Saturday, 23 March 2013


Writing a post on some of the things that are against Google's policy these things on your blog might result in your blog getting deleted, or at least flagged. It also might get flagged as a result of other people reporting your blog for a violation. When this happens. your blog is automatically entered into Google's flag queue. A team will then review those flags, and if no violation is taking place, they will simply let that blog go. Otherwise, appropriate action against the blog is  taken to maintain the safety of the network, and to ensure no such thing happens again from that party in the future.
So how can you tell when your blog has been penalized? Google does send the blog owner an email message detailing them on the situation, and a recourse to be taken (if any). You can also tell when any of the following happens to your blog. These are the actions Google takes against flagged blogs indeed found guilty of violation(s).

Actions taken against blogs that are flagged

Mature content interstitial - This usually happens in case of adult-content hosted on your blog. Your blog will be placed behind a 'mature content interstitial', which means that it will no longer appear in safe search. It can only be searched by users who have their family filter turned off, which effectively reduces your traffic.
Blog becomes visible only to the author - Others won't be able to see or search your blog. Only you would be able to see it.
Deletion of offending content - Frankly speaking, this is the least that could happen to your blog. Google will only remove the content that's violating its policies. So as long as your website isn't filled with such content, you're fine.
Disabled Blogger account - OK, now this is getting serious. If you have been copying content, or spamming, you might end up getting your account banned.
Disabled Google account - Google won't just stop at disabling your Blogger account. If your offense is serious, then your entire Google Account, with all the associated profiles related to other Google products.
Reporting to law enforcement - OK, things are getting pretty real now, so you might as well snap out of it. If you're involved with cyber-crime, or are promoting illegal activities, you might get reported to law enforcement agencies. Now would be a pretty good time to pack your bags and run away :

How to report a violation?

These steps, harsh as some of them may sound, are necessary for the sake of the safety and sanctity of the Blogger network. If you see someone violating Google's guidelines by doing any of the things forbidden by Google, please don't hesitate to report that particular blog to Google.
To report a blog, simply visit Blogger's Help Canter section about reporting abuse. Do give Google's guidelines before filing a report. If you're sure that a blog is violating the policies, then you can use the different links given at the end of the report abuse page in Blogger Help Center to file a report. Help make the internet a better place by reporting policy-violators. Stay blessed :)
If you like our post please share it with your friends.  

This is a quick post on a crawling error that was causing issues for most of you. For over a year we were all scratching our heads on why Blogger is showing two meta descriptions for homepage and post pages. Webmaster tools shows duplicate meta description error for blogger homepage and individual item pages that are posts. If you view your blog's source file then you will find two meta descriptions for the same page. One below <head> tag and one just above <title> tag. This double occurrence of meta tags for description appeared when blogger introduced Search preferences last year that offered blogspot users to insert dynamic description for every post they publish. This option is present inside Blogger's Post editor as "Search Description".

How to fix duplicate Description error?

Last year we shared the code that will install dynamic search description option even in custom templates. If you are using that code then its extremely easy to fix the error. If in case you have not yet added that code or you use Blogger Template's styles then you may simply add the code I will share in today's tutorial.

Follow these easy steps:

  1. Go To Blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. Search for the following code:
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
  Note: If you can not find this code then do not panic and skip this step and follow step#5.
    5.  Now replace the above code with following set of codes:

<b:if cond='data:blog.url != data:blog.homepageUrl'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
</b:if>
</b:if>
Note: For those of you who could not find the code in step#4, then you may simply copy the above code (in step#5) and paste it just below <head>
  • The blue code will disable duplicate occurrences on homepage
  • The green code will disable duplicate occurrences on Post Pages
      6.  Save your template and you are all done!Now visit your homepage or any post page and click CTRL + U to check its source file. You will find only one occurrence of meta description. :)  

Need help?

I hope this improvement will further optimize your blogspot code structure and will help robots to better crawl and index your content. Please let me know if you needed any help. A great surprise is coming for those who live in our city. We are coming in public again with several new business strategies and ideas. Would love to see you guys this time. Peace and blessings buddies :)
If you like our post please share it with your friends. 

Whether you are a beginner looking to make a mark on the internet or just wanting to learn some stuff, or a pro who wants serious business online, Google is always there to help you. At the Google Webmaster Central blog, you will find any number of news, tutorials, tips, and best practices involved with webmastering. Google wants to help you out in making your content available to the world, and has released many items related to Search Engine Optimization, Google released an eBook some time ago which contained all the basic SEO tips you could think of in a nutshell. Well now, for starters, Google has released a new one-page quick-start eBook which captures the essence of SEO as it is used today.

Dubbed as a 'first steps cheat sheet' by Google, this eBook is specifically designed for people who have set up a blog or an online presence, but haven't given much thought to search. They might have made some content, but don't know the ABC of getting their website into Google Search.

This book is a very short and concise guide on search engine optimization, with tips on how to create SEO friendly design, This will help search engines like Google itself to better understand the content on your site, and hence will increase its visibility.

Take a look at this amazing one-page SEO eBook here.


How to download this eBook?

Here's the direct download link to this eBook;

Download: Google One Page SEO Guide

If you're more of an advanced user, we something for you too! You can check out the more extensive Google SEO Starter Guide that will detail you through most of the basic SEO aspects.

This eBook is free to use, and you can distribute or print it as you like! Give it a read, and share the knowledge with others too and increase awareness! All the best :)
If you like our post please share it with your friends.

Google Blogger is a very popular publishing platform. Millions of blogs run on Blogger, adding a vast inventory of knowledge to the internet. It is a free service designed for communication, self-expression and freedom of speech. But while that stands, Google also has to uphold its image of quality and safety for its users. If a blogger violates Google's quality guidelines, then Google will take action against that Blogger blog to protect its users. A lot of people ask us why their blog was suspended or deleted, even when they seemingly didn't do anything wrong. Well, there must be something they were doing, which is why Google had to do it. In this post, we discuss what things go against Google's policies, and which things you must avoid to stay safe.

11 things to avoid in Blogger blogs

1. Hate speech

Hate speech is something which, even though is very common on the internet, isn't appreciated by Google. Promoting racism, and hate against a specific religious or ethnic group is a crime, and is not tolerated by Google.

2. Violence

Google is used all over the world by people from different geographic and demographic groups. Promoting violence on your blog would not be suitable to many people, especially children who are easily effected. Also, promoting violence against a certain group comes under racism, which is also not allowed by Google.

3. Illegal activities

Blogging about any sort of illegal activity, such as drug or alcohol use, is illegal. The general rule is, if you could get into trouble by talking about something in front of a cop, then most probably that thing also comes under this section, and is punishable by a ban.

4. Gore

You must not have images, videos, or other graphical content that contains gore, or that could be disturbing to some people. For example, you can not show a man getting brutally killed by a shotgun, or a horrific accident that resulted in gore/death.

5. Adult content

Google has some strict laws against pornography and adult content. Although Google doesn't directly denounce this stuff, you still need to mark your blog as 'adult' from your Blogger settings, otherwise it won't be treated any differently. Google, however, doesn't allow you to make money off adult content.

6. Child Safety

According to Google, it has 'zero tolerance' when it comes to content that might manipulate or harm children. It is strictly against child pornography and paedophilia, and will immediately terminate the account of any blogger who is promoting such stuff.

7. Copyrighted material

No one likes it when someone copies their content and gets away with it. Google has a pretty effective system of curbing this problem as best as it can. First of all, copyrighted content will result in a lower rank, and the suspension of Google AdSense for that site. Continued plagiarism will result in the deletion of your blog. So be ware! (If you find someone copying your content, you should report it to Google).

8. Violating privacy

Please don't publish someone's confidential details without that person's express permission. Posting other people's credit card numbers, phone numbers, contact information, and other such private information is against Google's policies, and must be avoided.

9. Impersonation

Stealing someone else's identity and impersonating someone is a crime punishable by imprisonment and/or fine. For example, pretending to be someone else, or using their aliases is not OK.

10. Spam

Spam is something not appreciated by Google, or any other search engine for that matter.Google is forever trying hard to keep spam out of its system. It rolls out algorithmic updates regularly, and does not appreciate it when you start spamming.

11. Malware

Virus and malware isn't something users appreciate. That is why Google takes initiatives to keep malware out of its system. If your site is infected by a virus, you should check it out immediately. If you are involved with spreading malware more than once, then you run the risk of inadvertently getting banned by Google.
Please note that there might be a few exceptions to these rules due to educational, scientific or artistic considerations. These exceptions are made when there is a benefit gained by the public from such information. Otherwise, blogs with such content will be banned or deleted. So always play safe. And remember! When in doubt, always ask. We're here to help :)
And if you liked this post,Then please like us on fbpage. Thanks!
Hi Users today im going to tell you how to add "About The Author Widget With Css Effect" on blogger. An About the Author gadget contains descriptive information about the person behind the blog. This gadget can include information such as the author's name, a short biography about the author and a small thumbnail picture of the author.
This helps you to represent yourself in a new AVATAR. You can add About the Author gadget to your right/left slider bar at the top or bottom of your blogger blog homepage. Even you can make it appear where ever you want it in your blog homepage.




Now I am going to share a tip that how to customize your About the Author gadget and make it more attractive for the visitors and especially for your loyal readers.

How to Add About the Author Gadget in Blogger?

STEP #1: First log on to Blogger.

STEP #2: Go to Dashboard>Template.

STEP #3: Click on Edit HTML.

STEP #4: Find ]]></b:skin>

STEP #5: Now Copy the below Code and Paste it above/before ]]></b:skin>.


STEP #6: Save your Template.

STEP #7: Now Go to Dashboard>Layout.

STEP #8: Copy the below Code and Paste it into the gadget.

<div id="HTML1" class="widget HTML">
<h2 class="title">About The Author</h2>
<div class="widget-content">
<!--[if !IE]> -->
<style>
#profilesaeed{
border:2px solid #888; margin:2px 5px 0px 0px; padding:2px;

}

#profilesaeed:hover {
border:2px solid #ccc;
cursor:pointer;

}



.opacity  {
opacity: 0.5;
margin-left: 50px;
-moz-transition: all 0.5s ease-out; 
-o-transition: all 0.5s ease-out; 
-webkit-transition: all 0.5s ease-out; 
-ms-transition: all 0.5s ease-out; 
transition: all 0.5s ease-out;
-moz-transform: rotate(7deg); 
-o-transform: rotate(7deg); 
-webkit-transform: rotate(7deg); 
-ms-transform: rotate(7deg); 
transform: rotate(7deg); 
filter: progid:DXImageTransform.Microsoft.Matrix(
                    M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
zoom: 1; 
}
.opacity:hover  {
opacity: 1;
margin-left: 0px;
-moz-transform: rotate(0deg); 
-o-transform: rotate(0deg); 
-webkit-transform: rotate(0deg); 
-ms-transform: rotate(0deg); 
transform: rotate(0deg); 
filter: progid:DXImageTransform.Microsoft.Matrix(
                    M11=1, M12=0, M21=0, M22=1, sizingMethod='auto expand');
zoom: 1;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}


</style>
   <!--[endif]---->


<style>
#profilesaeed{
border:2px solid #888; margin:2px 5px 0px 0px; padding:2px;

}

#profilesaeed:hover {
border:2px solid #ccc;
cursor:pointer;

}

.opacity  {
opacity: 0.5;
-moz-transition: all 0.5s ease-out; 
-o-transition: all 0.5s ease-out; 
-webkit-transition: all 0.5s ease-out; 
-ms-transition: all 0.5s ease-out; 
transition: all 0.5s ease-out;
zoom: 1; 
}
.opacity:hover  {
opacity: 1;
zoom: 1;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}

</style>



<!-- http://lh4.googleusercontent.com/-MBZe_1-SOO0/AAAAAAAAAAI/AAAAAAAAAsQ/TbNYcAcjP0k/s512-c/photo.jpg -->



<img width="50px" height="50px" align="left" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRumjvDH3v3W0iqMQdRMZ3sdiFJKSlVOZgiWPT61zdLJC8xGwysZAoufvdBqPIRjbwgKpODsAch2i9r7lHf1gzKEPlIUtR9U2edFv4qan4X6Q8UvHSZRggPTqt_JkQgCdQGf5njM0g4kM/s1600/Saeed+Aquib+Ahmed.jpg" id="profilesaeed" class="opacity" /> Hi! I am Saeed Aquib Ahmed, a certified SEO Consultant, Pro Blogger ,pro hacker and an addicted Web Developer. <a href="http://tricksdonor.blogspot.in/p/about-us_23.html" style="color:#888;">Read More..</a>  <br /> <!--&#8594; --><!--![endif]---->
</div>
<div class="clear"></div>
<span class="widget-item-control">
<span class="item-control blog-admin">
<a title="Edit" target="configHTML1" onclick="return _WidgetManager._PopupConfig(document.getElementById(&quot;HTML1&quot;));" href="//www.blogger.com/rearrange?blogID=7622342819689291323&amp;widgetType=HTML&amp;widgetId=HTML1&amp;action=editWidget&amp;sectionId=lowerbar1" class="quickedit">
<img width="18" height="18" src="http://img1.blogblog.com/img/icon18_wrench_allbkg.png" alt="" />
</a>
</span>
</span>
<div class="clear"></div>
</div>


STEP #9: Now Change red color text.
STEP #10: Click on Save.You are done.
And if you liked this post,Then please like us on fbpage. Thanks!
Member
Blogger Widgets

Grab This Gadget »

Powered by Tricks Donor
Subscribe
emailSubscribe to our mailing list to get the updates to your email inbox...
Delivered by FeedBurner | powered by Tricks Donor
  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube