Posts

Showing posts with the label Blogger Tutorials

Add Custom Ads.Txt File in Blogger?

The advertisement is the primary key for a publisher to generate money. The ads can be of many types and there are many ad providers that help publishers to make money from their blogs. But, it is very necessary to check the authenticity of the ads that are shown on a particular website. The verification of ads shown on a website can be achieved by ads.txt file. An ads.txt file secures both publisher and advertiser from frauds or viruses. This is essential to add the ads.txt file on your website or blog, so here we are discussing how you can easily add the ads.txt file in your BlogSpot blog. Before adding ads.txt file on your blogger blog, let us know what exactly is ads.txt and how is it going to benefit us. What is Ads.txt File? The “Ads.txt” is simply a text file that can be placed on your blog's server and carries information about the advertising networks used by the blog's owner and the owner authorised these ads networks to show ads on the website. The main idea b...

Create & Publish a new post in Blogger (write, edit, delete)

If you are a Blogger, You can write, edit, delete posts and drafts at any time. Write a new post : Sign in to Blogger. Click New Post. Create the post. Optional: To see how your post will look, click Preview. To save your post without publishing it, click Save. To publish your post, click Publish. Publish a post : Schedule a post Sign in to Blogger. Under the name of the blog, click Posts. Click the title of the post. On the right, click Post settings and then Schedule. Choose a time and date to publish your post. Click Done. To set your time zone: In the main dashboard, in the left menu, click Settings and then Language and formatting. Under "Formatting," choose the time zone you want. In the top right corner, click Save settings. Use email to post to your blog   Turn on posting by email Sign in to Blogger. In the top left, click the Down arrow Down Arrow. Click the blog. In the left menu, click Settings and then Email....

Add Custom Robots.txt to the Blogger

Image
Robots.txt is a text file which contains few lines of simple code. It is saved on the website or blog's server which instruct the web crawlers on how to index and crawl your blog in the search results. That means you can restrict any web page on your blog from web crawlers so that it can't get indexed in search engines like your blog labels page, your demo page or any other pages that are not as important to get indexed. Always remember that search crawlers scan the robots.txt file before crawling any web page. Each blog hosted on blogger  has its default robots.txt file which is something look like this: User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://example.blogspot.com/feeds/posts/default?orderby=UPDATED Explanation   This code is divided into three sections. Let's first study each of them after that we will learn how to add custom robots.txt file in blogspot blogs. User-agent: Mediapartn...