Posts

Showing posts from August, 2018

C++ Program to check whether a Character is Vowel or Consonant using if–else.

Image
 Write a program in CPP to check whether a character is vowel or consonant using if –else condition.       The Program for checking a character to be a vowel or a consonant  is pretty easy. The given code is used in c++ (cpp) programming language. The compiler used for this code may be Dev-CPP or CodeBlocks. This code can also be used in Turbo CPP by making a little changes.        The source code for Dev-CPP or CodeBlocks to check  whether a character is vowel or consonant using if –else condition is: Source Code: Input: #include<iostream> #include<stdio.h> using namespace std; int main() { char x; cout<<"Enter the alphabet."<<endl; cin>>x; if(x=='a'||x=='e'||x=='i'||x=='o'||x=='u') cout<<"The alphabet you entered is vowel"; else cout<<"The alphabet you entered is consonant"; return 0; } Source Code for Turbo CPP: #include...

How to do SEO for Blogger [Latest SEO tips]

Image
How to do SEO for Blogger [Latest SEO tips] Search Engine Optimization is not that much hard that we usually think. It is very easy but needs a little attention and tricks. Bringing Blog posts in google search engine is very easy. Here are the few tricks that bloggers use to bring their blog posts in google search engine. Blogger Customization:                Customizing blog settings to optimize a blog post is very very important. It uses no rocket science but a few tricks. Some of them are given below: 1)      Basic settings: It includes Title, Description and Privacy settings. Open blog settings and then move to Basic. In the Basic tab, at the very top of the page, do the following changes. A)      Title Settings:          Title is what that appears on the blog as a name. Write the name of the blog that you want to make it ...

How To Add HTML META TAGS To Blogger's Theme[Latest CEO Trick]

Image
How To Add HTML META TAGS To Blogger (BlogSpot) Blogs       Adding meta tags to blogger’s Theme is a way to get traffic from search engines like Google.com, Yahoo.com, Bing.com, Duckduckgo and other search engines like this. Specially the meta description is the most important thing to bring your blog posts to google search front page.       Meta tags are nothing but tags which describes your site or blog and tells the search engines what your site or blog is all about. Adding HTML meta tags is a trick used for SEO (Search Engine Optimization). Meta tags allows search engines to index your web pages and posts more accurately and specifically. In other words, Meta tags communicate with search engines and give more nformation about your website or blog.       The two most important meta tags that we should add in Blogger’s Template for SEO are:                   Meta description ...

How to Add Custom robots.txt to blog [LATEST CEO TRICK]

Image
How to Add Custom robots.txt to blog:                Adding Custom robots.txt to blog’s settings is an important element to bring your blog and your posts to front page of google search result. Export bloggers use this method for SEO(Search Engine Optimization). This method is pretty easy. You only have to follow the steps that I am going to explain in this post.  Go to your blog Settings and then go to Search Preferences in the left panel of your blog. Move to Crawlers and indexing and then click on edit in front of Google Search Console. A new window will open. Now click on URL of your blog as shown in the picture below. I n the left panel click on Crawl. Now click on robots.txt tester. Copy the code and move to your blog’s Settings again. In Search preferences and Crawlers and indexing tab, click on edit in front of Custom robots.txt. Paste the code and then click on save c...

How to Add a Blog to Google Search Console [latest trick for SEO]

Image
How to Add a Blog to Google Search Console:              Google Search Console that was previously called Google Webmaster Tools,   is a free and a very useful web service tool created   by  Google  for  webmasters and bloggers. It allows webmasters and bloggers to check indexing status and  optimize visibility  of their websites and their blogs. Adding Blog to Google Search Console is pretty easy. You have to follow few easy steps to add your blog in Google Search Console. 1)      Go to your blog settings and then go to Search preference in the left penal below Settings. 2)      In Crawlers and indexing tab click on Edit before Google Search Console. 3)      A new window will open. Now click on Add Property. Add  A Property 4)      Copy URL of your blog or website and paste it in the blank URL box a...