Skip to main content

Add meta tags in blog, blogger

Meta tags are important block of codes in the HTML of your blog or website. They tell search engines about your blog/website title, description and etc. So when users search the web for materials that are relevant to your blog/website, search engines suggest them your blog/website.

Steps to add meta tags:
  • Login to your Blogger Account
  • Click on the Template Tab
  • Click on Edit HTML
  • Search for <head>
  • Copy the following Code and Paste it Below <head>
<!-- Meta Tags - ddtechone.blogspot.com  -->
 <meta content='Your Blog Description' name='description'/>

 <meta content='Keyword1,Keyword2,...' name='keywords'/>
 <meta content='Author Name' name='Author'/>
 <meta content='all' name='robots'/>
 <meta content='Language Name' name='language'/>
 <meta content='Country Name' name='country'/>
<!-- /Meta Tags - ddtechone.blogspot.com  -->
  • Change 'Your Blog Description' with your blog description
  • Change 'Keyword1,Keyword2,...' with your blog keywords
  • Change 'Author Name'
  • Change 'Language Name' eg. English
  • Change 'Country Name' with your country
Save your Template. It's done now.

Comments

Popular posts from this blog

WhatsApp Text Formatting!

WhatsApp rolls out text formatting options including bold , italic , strike-through and combinations of these in messages. It can be done as below. Bold using asterisk: *bold text* Italic using underscore: _italic text_ Strike-through  using tilde: ~strikethrough text~ Combination for bold and italic : *_bold italic_* Thank you!

How to run and read traceroute test in Windows, Networking!

Traceroute is a network utility program to trace the path from one network to another. It displays response times that occur at each stop (hops) along the route. We can know if there is any connectivity issue or latency connecting to a target. The stops having issue can be identified by looking into the report generated by traceroute. Command: tracert hostname hostname - Name of the destination server that is traced Example: Reading the traceoute test results: There are 6 rows. Each row represents a hop. Route can be traced up to maximum of 30 hops. There are 5 columns in each row. Hop# - No. of hops that packets are traveled RTT (Rount Trip Time) Columns - Time taken by packets to communicate with the host (both way). Three separate packets are sent. It helps to check consistency or a lack in the route. Domain/IP Address - IP address of the router. Domain name is displayed if it's available The data of RTT columns are important to check if there are fa