12 minute read

If you are blogging using the popular jekyll theme Minimal Mistakes, this post will help you adding your google adsense on your site.

Google Adsense Account

First open an account in Google Adsense and create codes for your ads. Google adsense provides different custom size ad codes (horizontal/vertical advertisements units). You can follow the steps:

  1. Click on New ad unit under Ad Units from my ads
  2. Select text and display ads
  3. Name the unit after previewing how the ad will appear on your site
  4. Click on Get Code visible on your unit. The code looks like as follows
    <script async  src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>  
    <!-- Single post - 1 (yourwebsite.com) -->  
    <ins  class="adsbygoogle"  
         style="display:block"  
         data-ad-client="0123456789012345"  
         data-ad-slot="01234567"  
         data-ad-format="auto"></ins>  
    <script>  
     (adsbygoogle  =  window.adsbygoogle  ||  []).push({});  
    </script>
    

Add Ad Code to Site

I have included codes of two ad units under the _includes directory. Simply add the code you got earlier in a <filename>.html file and put that under _includes directory. If you go to my site repository directory, you will find two files named advertisements.html and vertical_advertisement.html.

Now, since I use the single.html layout for my posts, I have included these ad pages in different locations under class page__content. The code now looks like as follows

<section class="page__content" itemprop="text">

<aside class="sidebar__right">
<nav class="toc">
<header><h4 class="nav__title"><i class="fas fa-heart"></i> Table of Contents</h4></header>
<ul class="toc__menu"><li>
      Shanto Roy
    </li><li><a href="#sub-continent-foods-are-still-available">Sub-continent Foods are still available</a></li><li><a href="#most-sub-continent-items-are-avaialble">Most Sub-continent items are avaialble</a></li><li><a href="#cricket-and-soccer-leagues-are-available">Cricket and Soccer leagues are available</a></li><li><a href="#lots-of-community-people">Lots of Community People</a></li><li><a href="#no-state-tax-in-texas">No State Tax in Texas</a></li><li><a href="#cost-of-living">Cost of Living</a></li><li><a href="#job-opportunities">Job Opportunities</a></li><li><a href="#diversity">Diversity</a></li><li><a href="#houston-is-a-car-city">Houston is a Car City</a></li><li><a href="#scorching-sun-in-the-summer">Scorching Sun in the Summer</a></li><li><a href="#not-travel-friendly">Not Travel-friendly</a></li><li><a href="#not-cycling-friendly">Not Cycling-friendly</a></li><li><a href="#housing-is-not-that-cheap">Housing is not that cheap</a></li><li><a href="#weather-is-too-unpredictable">Weather is too unpredictable</a></li><li><a href="#outdoor-activities">Outdoor Activities</a></li></ul>

</nav>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- vertical_ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1099218700412995"
     data-ad-slot="2669350977"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</aside>


  







<div class="page__hero"
  style=" background-image: url('');"
>
  
    <img src="https://live.staticflickr.com/65535/52717469172_cd8efa407b_o.png" alt="Things to know before moving to Houston from the Indian Sub-continent" class="page__hero-image">
  
  
</div>







<div id="main" role="main">
  
  <div class="sidebar sticky">
  


<div itemscope itemtype="https://schema.org/Person" class="h-card">

  
    <div class="author__avatar">
      <a href="https://shantoroy.com/">
        <img src="/assets/images/sroy.png" alt="Shanto Roy" itemprop="image" class="u-photo">
      </a>
    </div>
  

  <div class="author__content">
    <h3 class="author__name p-name" itemprop="name">
      <a class="u-url" rel="me" href="https://shantoroy.com/" itemprop="url">Shanto Roy</a>
    </h3>
    
      <div class="author__bio p-note" itemprop="description">
        <p>I Explore Research, Tech, Travel, and Business. PhD Student @UHCS.</p>

      </div>
    
  </div>

  <div class="author__urls-wrapper">
    <button class="btn btn--inverse">Follow</button>
    <ul class="author__urls social-icons">
      
        <li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
          <i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name" class="p-locality">TX, USA</span>
        </li>
      

      
        
          
            <li><a href="http://shantoroy.me" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fas fa-fw fa-link" aria-hidden="true"></i><span class="label">Google Site</span></a></li>
          
        
          
            <li><a href="https://digitalnomadgoals.com/" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fas fa-fw fa-link" aria-hidden="true"></i><span class="label">Travel Blog</span></a></li>
          
        
          
        
          
            <li><a href="mailto:royshantoiit@gmail.com" rel="nofollow noopener noreferrer me"><i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i><span class="label">Email</span></a></li>
          
        
          
            <li><a href="https://linkedin.com/in/shanto-roy" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span class="label">LinkedIn</span></a></li>
          
        
          
            <li><a href="https://github.com/shantoroy" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span></a></li>
          
        
          
            <li><a href="https://twitter.com/royshanto9" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span class="label">Twitter</span></a></li>
          
        
          
            <li><a href="https://www.instagram.com/shanto.roy.9/" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-instagram" aria-hidden="true"></i><span class="label">Instagram</span></a></li>
          
        
          
            <li><a href="https://www.youtube.com/ShantoRoy" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-youtube" aria-hidden="true"></i><span class="label">Youtube</span></a></li>
          
        
          
            <li><a href="https://medium.com/@shantoroy" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa-fw fa-medium" aria-hidden="true"></i><span class="label">Medium</span></a></li>
          
        
          
            <li><a href="https://www.buymeacoffee.com/shantoroy" rel="nofollow noopener noreferrer me" itemprop="sameAs"><i class="fab fa fa-coffee" aria-hidden="true"></i><span class="label">Buy me a Coffee</span></a></li>
          
        
      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      

      <!--
  <li>
    <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer me">
      <i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
    </a>
  </li>
-->
    </ul>
  </div>
</div>

  
  </div>



  <article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
    <meta itemprop="headline" content="Things to know before moving to Houston from the Indian Sub-continent">
    <meta itemprop="description" content="Are you planning to move to Houston from the Indian Sub-continent? There are a few things that you should know before moving to Houston. Read on to learn about the city’s climate, culture, food, and lifestyle, and make your transition smooth and hassle-free. This post lists the things to know before moving to Houston, Texas, USA from the Indian Sub-continent Countries (Bangladesh, India, Pakistan, Srilanka, Nepal, Bhutan).">
    <meta itemprop="datePublished" content="2020-03-12T00:00:00+00:00">
    

    <div class="page__inner-wrap">
      
        <header>
          <h1 id="page-title" class="page__title p-name" itemprop="headline">
            <a href="https://shantoroy.com/lifestyle/things-to-know-before-moving-to-Houston-USA-from-Bangladesh-India-Srilanka/" class="u-url" itemprop="url">Things to know before moving to Houston from the Indian Sub-continent
</a>
          </h1>
          

  <p class="page__meta">
    

    

    
      
      

      <span class="page__meta-readtime">
        <i class="far fa-clock" aria-hidden="true"></i>
        
          4 minute read
        
      </span>
    
  </p>


        </header>
      

      <section class="page__content e-content" itemprop="text">
        
          <aside class="sidebar__right ">
            <nav class="toc">
              <header><h4 class="nav__title"><i class="fas fa-heart"></i> Table of Contents</h4></header>
              <ul class="toc__menu"><li><a href="#pros">Pros</a><ul><li><a href="#sub-continent-foods-are-still-available">Sub-continent Foods are still available</a></li><li><a href="#most-sub-continent-items-are-avaialble">Most Sub-continent items are avaialble</a></li><li><a href="#cricket-and-soccer-leagues-are-available">Cricket and Soccer leagues are available</a></li><li><a href="#lots-of-community-people">Lots of Community People</a></li><li><a href="#no-state-tax-in-texas">No State Tax in Texas</a></li><li><a href="#cost-of-living">Cost of Living</a></li><li><a href="#job-opportunities">Job Opportunities</a></li><li><a href="#diversity">Diversity</a></li></ul></li><li><a href="#cons">Cons</a><ul><li><a href="#houston-is-a-car-city">Houston is a Car City</a></li><li><a href="#scorching-sun-in-the-summer">Scorching Sun in the Summer</a></li><li><a href="#not-travel-friendly">Not Travel-friendly</a></li><li><a href="#not-cycling-friendly">Not Cycling-friendly</a></li><li><a href="#housing-is-not-that-cheap">Housing is not that cheap</a></li></ul></li><li><a href="#miscellaneous">Miscellaneous</a><ul><li><a href="#weather-is-too-unpredictable">Weather is too unpredictable</a></li><li><a href="#outdoor-activities">Outdoor Activities</a></li></ul></li></ul>

            </nav>
            <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- vertical_ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1099218700412995"
     data-ad-slot="2669350977"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
          </aside>
        
        <p>Moving to a new country can be an exciting and daunting experience, especially when it comes to cultural differences.</p>

<p>If you are an international student from the Indian Sub-continent (Bangladesh, India, Pakistan, Srilanka, Nepal, Bhutan) planning to move to Houston, Texas, there are a few things you should know to prepare yourself for the changes that come with adjusting to life in the United States.</p>

<p>I have been here since 2019 and already gathered some experiences along my Ph.D. journey. Here are some insights I am sharing with you.</p>

<h2 id="pros">Pros</h2>

<h3 id="sub-continent-foods-are-still-available">Sub-continent Foods are still available</h3>
<p>Almost all types of foods from the sub-continent are available here. You can taste different subcontinent cuisine available in many Bangladeshi-Indian-Pakistani restaurants.</p>

<h3 id="most-sub-continent-items-are-avaialble">Most Sub-continent items are avaialble</h3>
<p>Almost every sub-continent items are available here as there are many shops run by the sub-continent people settled here, earlier. You can literally move to Houston without bringing much from your country.</p>

<h3 id="cricket-and-soccer-leagues-are-available">Cricket and Soccer leagues are available</h3>
<p>If you are fan of Cricket and Soccer, don’t worry at all. There are many cricket and soccer leagues available in Houston throughout the year.</p>

<h3 id="lots-of-community-people">Lots of Community People</h3>
<p>There are significantly large sub-continent communities available in Houston. You may find a lot of people and student from your country as well as your local region. That’s definitely a plus point.</p>

<h3 id="no-state-tax-in-texas">No State Tax in Texas</h3>
<p>There is no state taxes here and you usually pay less taxes than many other states in the USA. Also, if your country is part of the tax treaty with US, you can have some extra months of salaries without any tax. For example, as a Bangladeshi student, we receive exempt from four monthes of taxes.</p>

<h3 id="cost-of-living">Cost of Living</h3>
<p>Compared to other large cities in the United States, Houston has a relatively low cost of living. Housing, food, and entertainment are all affordable, making it a great option for those on a budget.</p>

<h3 id="job-opportunities">Job Opportunities</h3>
<p>Houston is home to many large companies and industries, including oil and gas, healthcare, and technology. This means there are plenty of job opportunities for international students and professionals.</p>

<h3 id="diversity">Diversity</h3>
<p>Houston is one of the most diverse cities in the United States, with a wide range of cultures and backgrounds represented. This means you can experience a variety of cuisines, festivals, and cultural events.</p>

<p>One of the most popular show “The Rodeo” is hosted in the NRG park in Houston. Many games are also hosted in the NRG stadium.</p>

<h2 id="cons">Cons</h2>
<h3 id="houston-is-a-car-city">Houston is a Car City</h3>
<p>Houston is a car city and it’s difficult to go to places without a car. My apartment mate and I bought a car after one semester to buy groceries and go to the university campus.</p>

<p>While Houston does have a public transportation system, it is limited compared to other large cities. Having a car is almost a necessity for getting around, which can be expensive.</p>

<p>Houston is known for its heavy traffic, especially during rush hour. Commutes can be long and frustrating, so it’s important to plan accordingly.</p>

<h3 id="scorching-sun-in-the-summer">Scorching Sun in the Summer</h3>
<p>The hot and humid weather can be problematic from time to time. If you are not used to the heat, it can be uncomfortable and even dangerous during the summer months, especially from May to August.</p>

<h3 id="not-travel-friendly">Not Travel-friendly</h3>
<p>Texas is pretty big and there are only two national parks, which are quite far away from Houston. Apart from a few beaches in Galveston and Port Boliver, there is not many places nearby that you can visit and have a vacation tour.</p>

<p>However, you can rent cars and visit Austin and San Antonio. These two cities have many attractions including waterfalls, hills, lakes, and mountains.</p>

<h3 id="not-cycling-friendly">Not Cycling-friendly</h3>
<p>Houston is not known for being a bike-friendly city as it lacks proper cycling infrastructure, such as dedicated bike lanes and paths.</p>

<p>Cyclists often have to navigate busy roads and contend with heavy traffic, making cycling a less safe and convenient option for transportation. Also the scorching heat during the day and summer also cause problems for the cyclists.</p>

<p>However, the city has made some efforts to improve cycling conditions in recent years, such as adding more bike lanes and launching bike-sharing programs.</p>

<h3 id="housing-is-not-that-cheap">Housing is not that cheap</h3>
<p>Houston is often regarded as an affordable city, but the truth is that the housing market is not that cheap. Despite being more affordable than other major cities like New York or San Francisco, Houston’s housing costs are still high and can be a burden for many students, especially those with low or moderate incomes or if you do not have TA/RA funds available during the summer.</p>

<h2 id="miscellaneous">Miscellaneous</h2>
<h3 id="weather-is-too-unpredictable">Weather is too unpredictable</h3>
<p>Weather is too unpredictable here and temparature may change a lot within the day. It is always recommended to check the hour-by-hour temparature and if there is probability of rain.</p>

<p>Although the hot and humid weather can be a challenge, Houston’s climate also means that outdoor activities are available year-round. You can enjoy hiking, biking, and other outdoor activities in the city’s many parks and green spaces.</p>

<h3 id="outdoor-activities">Outdoor Activities</h3>
<p>As I mentioned, there is no national parks nearby. However, the state parks and community parks in Houston are pretty good. There are a lot of activities you can take part in when you have some spare times.</p>

<p>Also, you can visit Galveston and Port Boliver beaches. Galveston is almost an hour drive from Houston and there are some fun things you can do around Galveston and Port Boliver.</p>

<p>You can watch my video to have some ideas about the beaches.</p>
<iframe src="https://www.youtube.com/embed/e0z8uul5IMU" width="560" height="315" frameborder="0"> </iframe>
<p><br /></p>

<iframe src="https://www.youtube.com/embed/_gp5rIHCefA" width="560" height="315" frameborder="0"> </iframe>
<p><br /></p>

<iframe src="https://www.youtube.com/embed/2pr7g9ghsec" width="560" height="315" frameborder="0"> </iframe>
<p><br /></p>

<p>That’s all for today! Best wishes for you!!! 
<!--stackedit_data:
eyJoaXN0b3J5IjpbNDMyMDc0NjAwXX0=
--></p>

        <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- horizontal_ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1099218700412995"
     data-ad-slot="7013535065"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>

        
      </section>

      <footer class="page__meta">
        
        
  


  

  <p class="page__taxonomy">
    <strong><i class="fas fa-fw fa-tags" aria-hidden="true"></i> Tags: </strong>
    <span itemprop="keywords">
    
      <a href="/tags/#f1-f2-j1-visa" class="page__taxonomy-item p-category" rel="tag">F1/F2/J1 Visa</a><span class="sep">, </span>
    
      <a href="/tags/#houston" class="page__taxonomy-item p-category" rel="tag">Houston</a><span class="sep">, </span>
    
      <a href="/tags/#international-student" class="page__taxonomy-item p-category" rel="tag">International Student</a><span class="sep">, </span>
    
      <a href="/tags/#lifestyle" class="page__taxonomy-item p-category" rel="tag">Lifestyle</a><span class="sep">, </span>
    
      <a href="/tags/#texas" class="page__taxonomy-item p-category" rel="tag">Texas</a>
    
    </span>
  </p>




  


  

  <p class="page__taxonomy">
    <strong><i class="fas fa-fw fa-folder-open" aria-hidden="true"></i> Categories: </strong>
    <span itemprop="keywords">
    
      <a href="/categories/#lifestyle" class="page__taxonomy-item p-category" rel="tag">Lifestyle</a>
    
    </span>
  </p>


        

  <p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2020-03-12T00:00:00+00:00">March 12, 2020</time></p>

      </footer>

      <section class="page__share">
  
    <h4 class="page__share-title">Share on</h4>
  

  <a href="https://twitter.com/intent/tweet?text=Things+to+know+before+moving+to+Houston+from+the+Indian+Sub-continent%20https%3A%2F%2Fshantoroy.com%2Flifestyle%2Fthings-to-know-before-moving-to-Houston-USA-from-Bangladesh-India-Srilanka%2F" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>

  <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fshantoroy.com%2Flifestyle%2Fthings-to-know-before-moving-to-Houston-USA-from-Bangladesh-India-Srilanka%2F" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>

  <a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fshantoroy.com%2Flifestyle%2Fthings-to-know-before-moving-to-Houston-USA-from-Bangladesh-India-Srilanka%2F" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
</section>


      
  <nav class="pagination">
    
      <a href="/python/draw-multiple-axis-in-matplotlib-with-different-scales/" class="pagination--pager" title="How to Draw Multiple Axis in Matplotlib with different Scales (Value Range)
">Previous</a>
    
    
      <a href="/jekyll/how-I-added-google-adsense-to-my-jekyll-minimal-mistakes-blog/" class="pagination--pager" title="Google Adsense in Jekyll Static Site or Minimal Mistakes Blog Theme
">Next</a>
    
  </nav>

    </div>

    
      <div class="page__comments">
  
  
      <h4 class="page__comments-title">Leave a comment</h4>
      <section class="fb-comments" data-href="https://shantoroy.com/lifestyle/things-to-know-before-moving-to-Houston-USA-from-Bangladesh-India-Srilanka/" data-mobile="true" data-num-posts="5" data-width="100%" data-colorscheme="light"></section>
    
</div>

    
  </article>

  
  
    <div class="page__related">
      <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- horizontal_ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1099218700412995"
     data-ad-slot="7013535065"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>

      <h2 class="page__related-title">You may also enjoy</h2>
      <div class="grid__wrapper">
        
          



<div class="grid__item">
  <article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
    
      <div class="archive__item-teaser">
        <img src="https://live.staticflickr.com/65535/53398371763_5fc8772ed9_o.png" alt="">
      </div>
    
    <h2 class="archive__item-title no_toc" itemprop="headline">
      
        <a href="/promotion/get-100-dollar-by-opening-account-at-chime/" rel="permalink">Promotion: Earn $100 Bonus! Open a Chime Account Today with This Referral Link
</a>
      
    </h2>
    

  <p class="page__meta">
    

    

    
      
      

      <span class="page__meta-readtime">
        <i class="far fa-clock" aria-hidden="true"></i>
        
          2 minute read
        
      </span>
    
  </p>


    <p class="archive__item-excerpt" itemprop="description">Discover a banking revolution with Chime! Say goodbye to hidden fees and hello to a seamless, user-friendly banking experience. By opening a Chime account us...</p>
  </article>
</div>

        
          



<div class="grid__item">
  <article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
    
      <div class="archive__item-teaser">
        <img src="https://live.staticflickr.com/65535/53398371763_5fc8772ed9_o.png" alt="">
      </div>
    
    <h2 class="archive__item-title no_toc" itemprop="headline">
      
        <a href="/travel/digital-nomad-goals-new-travel-blog-for-nomads/" rel="permalink">Digital Nomad Goals: A new Blog for Travel Enthusiasts and Digital Nomads
</a>
      
    </h2>
    

  <p class="page__meta">
    

    

    
      
      

      <span class="page__meta-readtime">
        <i class="far fa-clock" aria-hidden="true"></i>
        
          2 minute read
        
      </span>
    
  </p>


    <p class="archive__item-excerpt" itemprop="description">Join me on a journey with ‘Digital Nomad Goals’ where we build a community of travel enthusiasts and digital nomads! Let’s dive into a collection of travel d...</p>
  </article>
</div>

        
          



<div class="grid__item">
  <article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
    
      <div class="archive__item-teaser">
        <img src="https://live.staticflickr.com/65535/53398371763_5fc8772ed9_o.png" alt="">
      </div>
    
    <h2 class="archive__item-title no_toc" itemprop="headline">
      
        <a href="/sre/supervisor-program-running-in-linux/" rel="permalink">#100daysofSRE (Day 21): How to use Supervisor to manage a script on Linux
</a>
      
    </h2>
    

  <p class="page__meta">
    

    

    
      
      

      <span class="page__meta-readtime">
        <i class="far fa-clock" aria-hidden="true"></i>
        
          1 minute read
        
      </span>
    
  </p>


    <p class="archive__item-excerpt" itemprop="description">Managing and automating scripts on Linux systems is crucial for ensuring smooth operations. One effective solution for this is Supervisor, which is a powerfu...</p>
  </article>
</div>

        
          



<div class="grid__item">
  <article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
    
      <div class="archive__item-teaser">
        <img src="https://live.staticflickr.com/65535/53398371763_5fc8772ed9_o.png" alt="">
      </div>
    
    <h2 class="archive__item-title no_toc" itemprop="headline">
      
        <a href="/security/free-cybersecurity-courses-and-certifications/" rel="permalink">Free Cyber Security Courses and Certifications to Boost Your Skills
</a>
      
    </h2>
    

  <p class="page__meta">
    

    

    
      
      

      <span class="page__meta-readtime">
        <i class="far fa-clock" aria-hidden="true"></i>
        
          1 minute read
        
      </span>
    
  </p>


    <p class="archive__item-excerpt" itemprop="description">If you are interested in cyber security and want to develop your skills in the field, there are many online courses and certifications that you can take adva...</p>
  </article>
</div>

        
      </div>
    </div>
  
  
</div>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- horizontal_ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1099218700412995"
     data-ad-slot="7013535065"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>


</section>

So, you see, I have added the vertical ad unit after the table of contents and added another (horizontal ad unit) after the content. You can place ads in different places based on where you exactly want this ads to show up. You just need to add this code

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- horizontal_ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1099218700412995"
     data-ad-slot="7013535065"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>

If you want to know how to track your website or blog using Google Analytics, feel free to read my other post: Google Analytics in Minimal Mistakes Blog Theme

Keep growing your audience and earning some passive money. Happy blogging!!!

If you find this post helpful, and want to support this blog, you can or

Leave a comment