Category Archives: SEO

Your blog category

All impotent html code

index.js index.js JavaScript — <img src="https://nsenews.in/wp-content/uploads/2025/03/WhatsApp-Video-2025-03-08-at-1.35.10-AM.gif" width="20" height="20"><p style="color:Tomato;">Live</p> news source CNBC-TV18– Copy Code Snippet — <img src="https://nsenews.in/wp-content/uploads/2025/03/WhatsApp-Video-2025-03-08-at-1.35.10-AM.gif" width="20" height="20"><p style="color:Tomato;">Live</p> news source CNBC-TV18– Horizontal Scroll Menu | Scrollable Menu for mobile code index.js index.js JavaScript selector ul { display: flex; flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; } selector ul::-webkit-scrollbar{ display:none !important; } Copy Code Snippet selector ul { display: flex; flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; } selector ul::-webkit-scrollbar{ display:none !important; }

Footer stick to bottom menu html css code

Copy to code Global Short News OI Market FII DII .btmenu.scroll-up { transform: translateY(0px); } .btmenu { display:none; position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 5px; background-color: #ffffffeb; transition: 0.3s; text-align: center; color: #000; box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, .2); /* transform: translateY(70px); */ z-index:9999; } ul.reset.ftd { list-style: none; display: flex;justify-content: center; gap:12px;align-items: center; font-size:13px; font-weight: bold; padding:0 5px; } ul.reset.ftd a i {font-size: 20px; display: flex;justify-content: center; line-height: 23px; font-weight: bold;} ul.reset.ftd a i.rbi.rbi-whatsapp { color: green;} ul.reset.ftd i.fa.fa-home { color: #ff184e;} ul.reset.ftd i.fa.fa-video-camera { color: #2936c4;} ul.reset.ftd img {width:21px;display: flex;justify-content: center;margin: 0 auto;} ul.reset.ftd li.newsp img {width:28px} ul.reset.ftd li.dddd i {color:red} #back-top {bottom: 55px;} .copyright-menu { margin-bottom: 25px;} @media only screen and (max-width:768px) { .btmenu {display:block;} } // // Hide Header on on scroll down // var didScroll; // var lastScrollTop = 0; // var delta = 5; // var navbarHeight = $(‘header’).outerHeight(); // $(window).scroll(function(event){ // didScroll = true; // }); // setInterval(function() { // if (didScroll) { // hasScrolled(); // didScroll = false; // } // }, 250); // function hasScrolled() { // var st = $(this).scrollTop(); // if(Math.abs(lastScrollTop – st) lastScrollTop && st > navbarHeight){ // // Scroll Down // $(‘.btmenu’).removeClass(‘scroll-up’); // } else { // // Scroll Up // if(st + $(window).height() < $(document).height()) { // $('.btmenu').addClass('scroll-up'); // } // } // lastScrollTop = st; // } index.js index.js JavaScript </script> <div class="btmenu"> <ul class="reset ftd"> <li><a href="https://nsenews.in/category/global-market/"><i class="fa fa-home"></i><span>Global Market</span></a></li> <li><a href="https://nsenews.in/category/short-news-info/" target="_blank"><img src="https://www.lkonews24.com/wp-content/uploads/2025/01/tubediscover.png"><span>Short News</span></a></li> <li><a href="https://nsenews.in/category/economics/upcoming-ipo/"><i class="rbi rbi-whatsapp" aria-hidden="true"></i><span>IPO</span> </a></li> <li class="newsp"><a href="https://nsenews.in/category/market-news/"><img src="https://www.lkonews24.com/wp-content/uploads/2025/01/web.png"><span>Pre Market</span></a></li> </ul> </div> <style> .btmenu.scroll-up { transform: translateY(0px); } .btmenu { display:none; position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 5px; background-color: #ffffffeb; transition: 0.3s; text-align: center; color: #000; box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, .2); /* transform: translateY(70px); */ z-index:9999; } ul.reset.ftd { list-style: none; display: flex;justify-content: center; gap:12px;align-items: center; font-size:13px; font-weight: bold; padding:0 5px; } ul.reset.ftd a i {font-size: 20px; display: flex;justify-content: center; line-height: 23px; font-weight: bold;} ul.reset.ftd a i.rbi.rbi-whatsapp { color: green;} ul.reset.ftd i.fa.fa-home { color: #ff184e;} ul.reset.ftd i.fa.fa-video-camera { color: #2936c4;} ul.reset.ftd img {width:21px;display: flex;justify-content: center;margin: 0 auto;} ul.reset.ftd li.newsp img {width:28px} ul.reset.ftd li.dddd i {color:red} #back-top {bottom: 55px;} .copyright-menu { margin-bottom: 25px;} @media only screen and (max-width:768px) { .btmenu {display:block;} } </style> <script> // // Hide Header on on scroll down // var didScroll; // var lastScrollTop = 0; // var delta = 5; // var navbarHeight = $('header').outerHeight(); // $(window).scroll(function(event){ // didScroll = true; // }); // setInterval(function() { // if (didScroll) { // hasScrolled(); // didScroll = false; // } // }, 250); // function hasScrolled() { // var st = $(this).scrollTop(); // if(Math.abs(lastScrollTop – st) <= delta) // return; // if (st > lastScrollTop && st > navbarHeight){ // // Scroll Down // $('.btmenu').removeClass('scroll-up'); // } else { // // Scroll Up // if(st + $(window).height() < $(document).height()) { // $('.btmenu').addClass('scroll-up'); // } // } // lastScrollTop = st; // } </script> Copy Code Snippet </script> <div class="btmenu"> <ul class="reset ftd"> <li><a href="https://nsenews.in/category/global-market/"><i class="fa fa-home"></i><span>Global Market</span></a></li> <li><a href="https://nsenews.in/category/short-news-info/" target="_blank"><img src="https://www.lkonews24.com/wp-content/uploads/2025/01/tubediscover.png"><span>Short News</span></a></li> <li><a href="https://nsenews.in/category/economics/upcoming-ipo/"><i class="rbi rbi-whatsapp" aria-hidden="true"></i><span>IPO</span> </a></li> <li class="newsp"><a href="https://nsenews.in/category/market-news/"><img src="https://www.lkonews24.com/wp-content/uploads/2025/01/web.png"><span>Pre Market</span></a></li> </ul> </div> <style> .btmenu.scroll-up { transform: translateY(0px); } .btmenu { display:none; position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 5px; background-color: #ffffffeb; transition: 0.3s; text-align: center; color: #000; box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, .2); /* transform: translateY(70px); */ z-index:9999; } ul.reset.ftd { list-style: none; display: flex;justify-content: center; gap:12px;align-items: center; font-size:13px; font-weight: bold; padding:0 5px; } ul.reset.ftd a i {font-size: 20px; display: flex;justify-content: center; line-height: 23px; font-weight: bold;} ul.reset.ftd a i.rbi.rbi-whatsapp { color: green;} ul.reset.ftd i.fa.fa-home { color: #ff184e;} ul.reset.ftd i.fa.fa-video-camera { color: #2936c4;} ul.reset.ftd img {width:21px;display: flex;justify-content: center;margin: 0 auto;} ul.reset.ftd li.newsp img {width:28px} ul.reset.ftd li.dddd i {color:red} #back-top {bottom: 55px;} .copyright-menu { margin-bottom: 25px;} @media only screen and (max-width:768px) { .btmenu {display:block;} } </style> <script> // // Hide Header on on scroll down // var didScroll; // var lastScrollTop = 0; // var delta = 5; // var navbarHeight = $('header').outerHeight(); // $(window).scroll(function(event){ // didScroll = true; // }); // setInterval(function() { // if (didScroll) { // hasScrolled(); // didScroll = false; // } // }, 250); // function hasScrolled() { // var st = $(this).scrollTop(); // if(Math.abs(lastScrollTop – st) <= delta) // return; // if (st > lastScrollTop && st > navbarHeight){ // // Scroll Down // $('.btmenu').removeClass('scroll-up'); // } else { // // Scroll Up // if(st + $(window).height() < $(document).height()) { // $('.btmenu').addClass('scroll-up'); // } // } // lastScrollTop = st; // } </script>

Boost Your Website with High-Quality Link Building Services in India

Boost Your Website with High-Quality Link Building Services in India

Link building is one of the most important parts of improving your website’s ranking on search engines like Google. If you have a website, you need links from other trusted websites to get better visibility online. High quality link building services in India can help you achieve this goal. This article will explain how link building works, why it is important, and how you can choose the right service for your website. What is Link Building? Link building is the process of getting other websites to link to your website. These links act as recommendations for your website. When a trusted website links to your site, it tells search engines that your website is also reliable and worth visiting. Not all links are the same. Links from good websites with high authority are more valuable than links from unknown or low-quality sites. SEO link-building services in India focus on creating strong links that help your website rank higher on search engines. Why is Link Building Important? Link building is important because search engines like Google use links to decide how valuable a website is. Websites with more high-quality links are seen as more trustworthy. It can lead to: Better Rankings: Higher positions on search engine results pages. More Traffic: More people visiting your website. Better Reputation: A stronger online presence for your brand. If your website does not have good links, it may struggle to appear on the first page of search results. This is why investing in professional services can make a big difference. What Do High-Quality Link Building Services Include? High-quality SEO link-building services in India usually include several steps to ensure your website gets the best links. Here are some of the common steps: Research: Find the best websites related to your industry. Content Creation: Writing good content like blogs or articles to attract links. Outreach: Contact website owners and ask them to link to your site. Monitoring: Check which links are helping and make improvements if needed. These services ensure that your links are natural and follow the rules of search engines. Benefits of High-Quality Link Building – Improved SEO Performance: Strong links improve your website’s search engine ranking. Increased Organic Traffic: Good rankings bring more visitors without paid ads. Higher Domain Authority: Your website becomes more credible over time. Better Networking: You connect with other websites and grow your online reach. When you hire a professional service, they take care of the hard work so you can focus on your business. How to Choose the Best Service? Choosing the right service provider is very important. Here are some tips to help you: Check Their Experience: Look for a company with experience in link building. Read Reviews: Read what other customers say about their services. Ask About Their Process: Make sure they use ethical and natural methods. Look at Their Results: Ask for examples of websites they have worked with. A good provider will always focus on quality over quantity. They will never use shortcuts like buying fake links, which can harm your website. Why Choose Indian Services? India is known for offering reliable and affordable digital marketing services. Companies in India have skilled teams that understand the latest trends and technologies. Whether you run a small business or a large company, Indian services can provide customized solutions that fit your needs and budget. By choosing link-building services in India, you get excellent value for your investment. Conclusion – Link building is a key part of online success. It helps your website rank higher, get more visitors, and build a strong online presence. High-quality link-building services in India can help you achieve these goals by creating reliable and effective links for your website. If you want to grow your online business, it’s time to invest in professional link-building. Choose a trusted service, and watch your website reach new heights.

A Complete Guide to Free Podcast Submission Sites for New Podcasters

A Complete Guide to Free Podcast Submission Sites for New Podcasters

Starting a podcast is an exciting journey. However, one of the most important steps is getting your podcast out there for listeners to find. One effective way to do that is through free podcast submission sites. These platforms help new podcasters share their work with a larger audience. Here is a complete guide on how to use these sites effectively. Why Use Free Podcast Submission Sites? Podcast submission sites play a crucial role in promoting podcasts. They allow podcasters to reach more listeners without spending money on advertising. When a podcast is submitted to these sites, it can appear in search results, making it easier for people to discover. Many podcast directories also have built-in audience bases, so your podcast can get noticed quickly. Popular High DA PA Podcast Submission Sites Here are some of the most popular high-DA podcast submission sites that new podcasters should consider: 1. Apple Podcasts Apple Podcasts is one of the largest podcast platforms available. To submit a podcast here, you need to create an Apple ID. After that, you can fill out your podcast details and submit your RSS feed. Apple Podcasts has a huge audience, making it a must-submit platform for any new podcaster. 2. Spotify Spotify is well-known for its music, but it is also a major player in the podcast world. Submitting a podcast to Spotify is free and straightforward. You need to have your RSS feed ready. Once submitted, your podcast can reach millions of Spotify users. 3. Google Podcasts Google Podcasts is another essential platform. It is easy to use, and submissions are quick. You can submit your RSS feed through the Google Podcasts Manager. Being on Google Podcasts increases the chances of your podcast appearing in Google searches, making it easier for new listeners to find. 4. Stitcher Stitcher is popular among podcast fans and has a user-friendly interface. To submit a podcast, create an account on Stitcher and provide your podcast information. Stitcher also offers opportunities for monetization, making it a great choice for new podcasters looking to grow. 5. Podchaser Podchaser is like IMDb for podcasts. It allows listeners to discover, rate, and review podcasts. Submitting to Podchaser helps build a reputation and connect with potential listeners. Create a free account and follow the simple submission process to get started. 6. TuneIn TuneIn is another platform that allows free podcast submission. It has a vast library of content, including radio shows and audiobooks. To submit, create an account and provide your podcast RSS feed. TuneIn can help increase your podcast’s visibility to a wide audience. 7. Castbox Castbox is a growing podcast app that offers a vast selection of shows. To submit your podcast, you need to fill out a form with your details. Castbox is user-friendly, and it also allows listeners to leave comments, enhancing engagement with your audience. Tips for Successful Submission – Prepare Your RSS Feed: Before submitting to any site, ensure your RSS feed is properly formatted. This feed contains all the important information about your podcast. Write an Engaging Description: A good description helps attract listeners. Make it clear and interesting so potential listeners want to hit play. Use Keywords: Using relevant keywords can help your podcast appear in search results. Focus on your podcast’s theme and target audience. Promote Your Podcast: After submission, share your podcast on social media, websites, and other platforms. The more you promote, the more listeners you can gain. Conclusion – Free podcast submission sites are essential for new podcasters looking to grow their audience. By submitting to popular platforms like Apple Podcasts, Spotify, and Google Podcasts, podcasters can increase their visibility and reach more listeners. Remember to prepare your RSS feed, write a captivating description, and promote your podcast to maximize its potential. With dedication and the right strategies, a podcast can find its audience and thrive in the ever-growing podcast community. Embrace the journey and enjoy sharing your voice.

Call Now
WhatsApp