|
Server IP : 2a02:4780:11:1596:0:cbc:26e7:10 / Your IP : 216.73.216.78 Web Server : LiteSpeed System : Linux in-mum-web1496.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64 User : u213657319 ( 213657319) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u213657319/domains/../public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include("include/header.php"); ?>
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2>FSSAI Registration</h2>
<ol>
<li><a href="index.php">Home</a></li>
<li>FSSAI Registration</li>
</ol>
</div>
</div>
</section><!-- End Blog Section -->
<!-- ======= Blog Section ======= -->
<section class="blog" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500">
<div class="container">
<div class="row">
<div class="col-lg-12 entries">
<div class="p-5">
<div class="text-center">
<h2>FSSAI Registration</h2>
</div>
<div class="text-justify content new-style">
<p> <p>As per Section 31(1) of FSS Act, 2006 every Food Business Operator in the country is required to be licensed under the Food Safety & Standards Authority of India.</p>
Business Marathon India is the known platform to get FSSAI registration for your business.
<h4><strong>What is FSSAI Licence?</strong></h4>
<p>Food license or FSSAI licence is granted to all manufacturers, traders, restaurants carrying out any food business which may involve manufacturing or processing. On applying for FSSAI registration, an unique 14-digit licence number is issued which has to be quoted on all food packages.</p>
<h4><strong>Types of FSSAI Registration :</strong></h4>
There are mostly 3 type of the Food License category which is necessary for each food related business.
<ul>
<li> <b>FSSAI</b><strong> Basic</strong> <b>Licence: Basic license</b> is required for the small businesses which have turnover less than 12 lakh rupees in a year and turnover is calculated on the yearly basis.</li>
<li><b>FSSAI</b><strong> State </strong><b>Licence: </b> If you have already the FSSAI essential Registration and cross the turnover of the 12 lakh rupees in a year but less than 20 Cr. rupees then its necessary the FSSAI State License Registration.</li>
<li><b>FSSAI</b><strong> Central </strong><b>Licence</b>: If you are thinking to export import business or want to supply at the government various departments then it’s necessary the FSSAI Central License Registration and even also required for the large scale turnover more than 20 Cr. in a year.</li>
</ul>
</p>
</div>
<div class="box form p-5 col-md-12 col-sm-12 mt-5">
<div class="row m-3">
<div class="col-md-12 col-sm-12 text-center">
<h4 class="form-heading">Get Your Query Resolved</h4>
</div>
</div>
<form class="form-group" method="post" action="action.php" id="query-form">
<div class="row">
<div class="col-md-6 col-sm-12">
<input type="text" name="name" class="form-control" placeholder="Enter Your Name" required="" />
</div>
<div class="col-md-6 col-sm-12">
<input type="email" name="email" class="form-control" placeholder="Enter Your Email" required="" />
</div>
<div class="col-md-6 col-sm-12">
<input type="subject" name="subject" class="form-control" value="FSSAI Registration" placeholder="Enter Subject" readonly="" />
</div>
<div class="col-md-6 col-sm-12">
<input type="text" name="contact" class="form-control" placeholder="Enter Your Contact" required="" />
</div>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" required="" name="message" placeholder="Enter Your Query" rows="4"></textarea>
</div>
<div class="col-sm-12 text-center">
<div class="msg"><div class="g-recaptcha" data-sitekey="6LdaeD0oAAAAAHqsBrmMYrUxMbKObWMKNCq7nEpC"></div>
</div>
</div>
<div class="col-sm-12 text-center">
<button class="btn btn-submit" id="login" name="query" type="submit">Submit Your Query</button>
</div>
</div>
</form>
</div>
</div>
</div><!-- End blog entries list -->
<!-- End sidebar -->
</div><!-- End blog sidebar -->
</div><!-- End .row -->
</div><!-- End .container -->
</section><!-- End Blog Section -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script>
$(document).on('click','#login', function(){
var response =grecaptcha.getResponse();
if(response.length==0){
alert("Please Verify you are not a Robot");
return false;
}
});
</script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<?php include ("include/footer.php"); ?>