Posts

Showing posts from September, 2018

How fix Blank Adsense Ads in Blogger?

Image
If your Account was approved through Youtube and you want to place Ads in Blogger sub-domain like   (Example.blogspot.com)  You need to delete your Adsense account and create a new account. It will take a few minutes. After you will make a new account your blogger ads will be setup again by Google. Wait for 24 Hours as Google will review your blogger application. Make sure your Blog is all set for review and has atleast 10 posts. You will see this in your Blogger and and Adsense. If your Account was Approved through Youtube/Blogger and you want to place Ads in high level domain like (Example.com) You must be seeing this in the top of your Adsense account Dashboard. Click on Action and Provide the URL of your Domain and Adsense will review your Application and if your Blog is well managed and has atleast 10 posts, Adsense will accept your application. I hope this post about how to fix Blank Ads in blogger helped you too.

How to use of Bootstrap to make a Responsive Website.

Image
If you haven't watched  CSS Lesson 1  and  CSS Lesson 2  yet, I reccomend you to watch that first. What is a Responsive Website? Responsive website is a website that can adjust itself according to the users' needs based on screen size,  platform and orientation. It consists of fixable grids and layout, intelligent use of CSS media. If you have learned my previous lessons about HTML and CSS then it will be very easy to learn 'How can we make a responsive website'.  We will be making a responsive website with the help of Bootstrap . About Bootstrap Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. Bootstrap was created at Twitter in mid-2010 by  @mdo  and  @fat . Prior to being an open-sourced framework, Bootstrap was known as  Twitter Blueprint . A few months into development,...

How to add Keywords in Blogger Blog Posts.

Image
1. You may need to download a image for the post you want to upload. You have to download a free image for the post you are going to upload. You can download download free images from  1.  Canva.com   2.  Pixabay.com Now upload the image in your post.  2. Find related keyword to your posts. Go to   Rapidtags.io ,  This will help you create important and valuable keywords for your post. Enter the main keyword in the space provided and you will get all the important keywords related to that. Copy the keywords and go to HTML of your post. Find the IMG tag in your post. At the end of the IMG tag add:- title="Paste all your copied keywords"  Now, at the end of '<a href' tag add:- alt="Paste keywords in between" You can do this to all the other images in your blog post (if any). 3. Make sure your title, description, label and permalink cont...

How to get Traffic on new Blog.

Image
There are 5 ways to to get traffic on your new blog. Leave enticing and insightful comments in other blogs. Start commenting on posts of other bloggers in your niche. Just commenting 'Nice post' or 'good work' won't work. Add something in their post in comment or show them something from your blog that can help their post. This will help you to get traffic from his blog also and increase your online presence. Help out other new bloggers. If you help other bloggers in your niche they will comeback and help you. Help them by telling them about good templates, SEO and stuff that you are good at. Share other Bloggers posts. This will increase your reputation in the blogging community as someone helpful. You can share their blog posts or you can tweet them on twitter. If you complement somebody they will comeback and complement you. Be a Friend. If you be a friend with some other blogger. There are more chance that he will link back to you and keep v...

CSS Lesson 2

Image
If you haven't gone through  CSS Lesson 1 , I suggest you to go through that first. So far in lesson 1 we have seen selectors are specified and implemented either by making them inline style or by embedding them. These selectors are further divided into two categories:- Simple selectors A simple selector describes an element irrespective of its position in the document structure. The 'h1' heading identifier is a typical example of simple selector.         h1 {color: red}   Simple selectors are further classified into:- HTML Selector These elements use the names of HTML elements without brackets. So, the HTML <p> tag becomes p. Example: In this example, while defining the style, the P element does not have brackets. That is because, the HTML <p> element is treated as a selector. <html> <head> <style> p{font-style : italic; font-weight; bold; color:limegreen; font-size: 12pt; line-height: 16pt}...

Adsterra: The best Google Adsense alternative.

Image
What if you are a new blogger and Adsense don't approve your application? You can use  Adsterra . It is the best Google alternative present in the market and you can easily get their approval for your blog. Adsterra vs AdSense: Payments and Earnings Report Payments are processed by AdSense once your account reaches a minimum of $100 and is paid on NET 21 days basis. So, you should be expecting your payment hitting in a bank account by 25th of every month. Adsterra pays on NET 15 days and they have an auto withdrawal process. So publishers need not request for payment! Thus both AdSense and Adsterra offer a swift paying process and on-timely payment. However, we don’t recommend publishers using both AdSense and Adsterra since there were some malware concerns raised by Google on publishers who were using Adsterra ad tags. Hope this article on Adsterra vs AdSense was helpful in making a sound choice between the two and have also given you some insights on these two popula...

CSS Lesson 1

Image
What is CSS? CSS stands for Cascaded style Sheets. Its is collection of formatting styles, which can be applied to a web page. The style sheet consists of the following components: How to create a CSS file and link it to your HTML file. Open any folder in your work space and create a new file and name it as 'main.css'. you can edit it in text editor, but I suggest Sublime Text 3  for that purpose. Create a HTML file and in its <head></head> section, write this command:- <link href="main.css" rel="stylesheet"/> Another Easy way to write CSS directly into HTML file is to Write the CSS commands in <style>.........</style> tag of HTML file. Now, your HTML file and CSS file files are linked, whatever you will write in CSS file will affect your HTML when you will run it in your browser Style Rule (a) Selector : A selector is a string that identifies what elements the correspond ...

SEO your new Blogger Blog

Image
How to SEO your new Blogger Blog. 1. Add some good description to your blog. Try adding some good description to your blog. It can make a huge difference in traffic coming to your blog. Separate the elements of description with a (-). 2. Customs Robot header tags. Open settings and go to search preferences   and enable ' custom robot header tags'. Tick the preferences same as given in the picture.   3. Add your sitemap to Google Webmaster. Open your browser and go to  Google webmasters . Sign in with your google account. Enter your website URL there. Open Sitemap in the left sidebar. enter 'sitmap.xml' after your site URL and submit. 4. Use SEO ready free Templates. Open your browser and download free blogger/wordpress template form  here . Open the downloaded XML file and open Theme in your blogger.  and click on Backup/Restore and choose the theme XML file and up...