Create Your Own Free Website Submitter Tool
Introduction:
In the competitive online landscape, submitting your website or blog to search engines is vital to increase visibility and reach a broader audience. While this process can be time-consuming, there are ways to streamline it. In this article, we will guide you through the steps of creating your own free website submitter tool to submit your website or posts to 75+ search engines. By leveraging this tool, you can enhance your website's chances of being discovered by a wider audience.
Step 1: Choose a Blogging Platform:
To get started, select a suitable blogging platform that suits your needs. Popular choices include WordPress, Blogger, and Wix. For the purpose of this article, we will use Blogger, which is a user-friendly and free platform.
Step 2: Set Up Your Blogger Account:
Create a free account on Blogger (www.blogger.com) if you don't have one already. Blogger provides a simple interface that makes it easy to publish and manage your content.
Step 3: Create a New Blog:
Once you're logged in to your Blogger account, click on the "New Blog" button to create a new blog. Choose an appropriate name for your blog, which should align with your website or content.
Step 4: Customize Your Blog:
Select a visually appealing template that represents your brand or personal style. Customize the design and layout of your blog to create a cohesive look and feel. Remember, a well-designed blog can leave a lasting impression on your visitors.
Step 5: Create a Submission Page:
Now it's time to create a submission page on your blog where users can submit their website or post URLs. To do this, create a new page in Blogger and title it "Submit Your Website." In the page editor, provide clear instructions on how to use the submission tool.
Step 6: Add Submission Form:
To collect the URLs and relevant information, embed a submission form on the "Submit Your Website" page. You can use popular form builders like Google Forms or Wufoo to create a simple form where users can enter their website or post a URL, title, and a brief description.
Step 7: Share Your Tool:
Once you have set up your submission page and form, it's time to promote your website submitter tool. Share the URL of your "Submit Your Website" page through your blog posts, social media channels, and relevant online communities. Encourage users to submit their URLs for wider search engine exposure.
Step 8: Manual Submission:
While your website submitter tool will automate the submission process for several search engines, it's still beneficial to manually submit your website to major search engines like Google, Bing, and Yahoo. Visit each search engine's submission page and follow their guidelines for URL submission.
Conclusion:
By creating your own free website submitter tool using a blogging platform like Blogger, you can simplify the process of submitting your website or blog posts to multiple search engines. Enhancing your online visibility and expanding your reach has never been easier. Leverage the power of this tool to ensure your content gets indexed and discovered by a wider audience. Start using your website submitter tool today and watch your website soar in search engine rankings!
HOW TO CREATE A WEBSITE SUBMITTER TOOL ON BLOGGER
Do the subsequent Steps for creating web site In Blogger For Online Website Submitter Tool Script :
COPY CODE
<!DOCTYPE html>
<html lang="en">
<head>
<title>Website Submitter Tool</title>
<style>
.navbar {
background-color: blue;
padding: 10px;
}
.navbar a {
color: white;
margin: 0 10px;
text-decoration: none;
}
#can {
background-color:#f1f1f1;
height:400px;
border:hotpink 10px ridge;
}
h4 {
color:white;
}
.filter {
background-color:gray;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter1 {
background-color:red;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter2 {
background-color:GoldenRod;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter3 {
background-color:blue;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter4 {
background-color:green;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter5 {
background-color:brown;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
input, reset, button {
width : 25%;
padding: 10px 10px;
margin: 10px 0;
box-sizing: border-box;
border: 0px solid red;
border-radius: 0px;
font-size: 16px;
}
.footer {
background-color: blue;
color: white;
text-align: center;
padding: 10px;
font-size: 14px;
}
</style>
<body>
<div class="navbar">
<a href="#" class="active"> Free Website Submitter Tool</a>
<a href="contact.html">Contact Us</a>
<a href="about.html">About Us</a>
<a href="privacy.html">Privacy Policy</a>
</div>
<center><h1>Free Website Submitter Tool</h1></center>
<center><p style="text-align: center;"> <b>The Free Websit<a href="https://sbtech.sayantv.in/" target="_blank">e</a> Submitter Tool allow<a href="https://sbtech.sayantv.in/" target="_blank">s</a> you to eas<a href="https://sbtech.sayantv.in/" target="_blank">i</a>ly submit your website or post<a href="https://sbtech.sayantv.in/" target="_blank">s</a> to over 75 search engines<a href="https://sbtech.sayantv.in/" target="_blank">,</a> boosting your online visibilit<a href="https://sbtech.sayantv.in/" target="_blank">y</a> and attracting more visitors<a href="https://sbtech.sayantv.in/" target="_blank">.</a></b></p></center>
<br><center>ADD CODE</center></br>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Website Submitter Tool</title>
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.container {
max-width: 600px;
margin: 50px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}
h1 {
text-align: center;
}
form {
display: flex;
flex-direction: column;
margin-top: 20px;
}
label {
margin-bottom: 10px;
}
input[type="url"] {
padding: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
button[type="submit"] {
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 3px;
cursor: pointer;
}
button[type="submit"]:hover {
background-color: #45a049;
}
.result-container {
margin-top: 20px;
}
.result {
padding: 10px;
margin-bottom: 10px;
background-color: #f0f0f0;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function () {
document.getElementById("submitForm").addEventListener("submit", function (event) {
event.preventDefault(); // Prevent form submission
var websiteURL = document.getElementById("websiteURL").value;
// Add the list of search engines or websites you want to automatically submit to
var submissionURLs = [
{
name: "Google",
url: "https://www.google.com/webmasters/tools/submit-url"
},
{
name: "Bing",
url: "https://www.bing.com/webmaster/tools/submit-url"
},
{
name: "Yandex",
url: "https://webmaster.yandex.com/addurl.xml"
},
{
name: "DuckDuckGo",
url: "https://duckduckgo.com/submit"
},
{
name: "Baidu",
url: "https://zhanzhang.baidu.com/sitesubmit/index"
},
{
name: "Yahoo",
url: "https://search.yahoo.com/info/submit.html"
},
{
name: "Ask",
url: "https://www.ask.com/webmasters/tools/submit-url"
},
{
name: "AOL",
url: "https://www.aol.com"
},
{
name: "Dogpile",
url: "http://www.dogpile.com"
},
{
name: "Excite",
url: "http://www.excite.com"
},
{
name: "Gigablast",
url: "http://www.gigablast.com/addurl"
},
{
name: "Infospace",
url: "http://www.infospace.com"
},
{
name: "Lycos",
url: "http://www.lycos.com"
},
{
name: "Mojeek",
url: "http://www.mojeek.com"
},
{
name: "Open Directory",
url: "https://dmoz-odp.org/add.html"
},
{
name: "Startpage",
url: "https://www.startpage.com/do/addurl.html"
},
{
name: "Teoma",
url: "http://www.teoma.com"
},
{
name: "WebCrawler",
url: "http://www.webcrawler.com"
},
{
name: "Yippy",
url: "http://www.yippy.com"
},
{
name: "ZapMeta",
url: "http://www.zapmeta.com"
},
{
name: "HotBot",
url: "https://hotbot.com/addurl"
},
{
name: "MyWebSearch",
url: "http://www.mywebsearch.com"
},
{
name: "Excite",
url: "http://www.excite.com"
},
{
name: "AltaVista",
url: "http://www.altavista.com"
},
{
name: "Goo",
url: "http://www.goo.ne.jp"
},
{
name: "SoGou",
url: "https://www.sogou.com/feedback/urlfeedback.php"
},
{
name: "Info.com",
url: "https://www.info.com"
},
{
name: "Arianna",
url: "https://www.arianna.it"
},
{
name: "Fireball",
url: "https://www.fireball.de"
},
{
name: "Rambler",
url: "http://www.rambler.ru"
},
{
name: "Seznam",
url: "https://search.seznam.cz/submit"
},
{
name: "Naver",
url: "https://submit.naver.com/"
},
{
name: "Daum",
url: "http://realestate.daum.net/index.daum"
},
{
name: "Najdi",
url: "https://www.najdi.si"
},
{
name: "Ecosia",
url: "https://www.ecosia.org/add-url"
},
{
name: "Gibiru",
url: "https://gibiru.com"
},
{
name: "Swisscows",
url: "https://swisscows.com"
},
{
name: "Searx",
url: "https://searx.me"
},
{
name: "Qwant",
url: "https://www.qwant.com"
},
{
name: "Disconnect Search",
url: "https://search.disconnect.me"
},
{
name: "MetaGer",
url: "https://metager.org"
},
{
name: "Boardreader",
url: "http://boardreader.com"
},
{
name: "Search Encrypt",
url: "https://www.searchencrypt.com"
},
{
name: "Ekoru",
url: "https://www.ekoru.org"
},
{
name: "Gigablast",
url: "https://www.gigablast.com"
},
{
name: "Wow",
url: "https://www.wow.com"
},
{
name: "Search.com",
url: "https://www.search.com"
},
{
name: "Yandex RU",
url: "https://yandex.ru"
},
{
name: "Yandex UA",
url: "https://yandex.ua"
},
{
name: "Yandex BY",
url: "https://yandex.by"
},
{
name: "Yandex KZ",
url: "https://yandex.kz"
},
{
name: "Yandex AZ",
url: "https://yandex.az"
},
{
name: "Yandex TR",
url: "https://yandex.com.tr"
},
{
name: "Yandex TM",
url: "https://yandex.tm"
},
{
name: "Yandex GE",
url: "https://yandex.ge"
},
{
name: "Yandex Tj",
url: "https://yandex.tj"
},
{
name: "Yandex KG",
url: "https://yandex.kg"
},
{
name: "Yandex MD",
url: "https://yandex.md"
},
{
name: "Yandex EE",
url: "https://yandex.ee"
},
{
name: "Yandex LV",
url: "https://yandex.lv"
},
{
name: "Yandex LT",
url: "https://yandex.lt"
},
{
name: "Yandex UZ",
url: "https://yandex.uz"
},
{
name: "Yandex AM",
url: "https://yandex.am"
},
{
name: "Yandex KG",
url: "https://yandex.kg"
},
{
name: "Yandex TM",
url: "https://yandex.tm"
},
{
name: "Yandex GE",
url: "https://yandex.ge"
},
{
name: "Yandex Tj",
url: "https://yandex.tj"
},
{
name: "Yandex KG",
url: "https://yandex.kg"
},
{
name: "Yandex MD",
url: "https://yandex.md"
},
{
name: "Yandex EE",
url: "https://yandex.ee"
},
{
name: "Yandex LV",
url: "https://yandex.lv"
},
{
name: "Yandex LT",
url: "https://yandex.lt"
},
{
name: "Yandex UZ",
url: "https://yandex.uz"
},
{
name: "Yandex AM",
url: "https://yandex.am"
},
{
name: "Ecosia",
url: "https://www.ecosia.org/add-url"
},
{
name: "Gibiru",
url: "https://gibiru.com"
},
{
name: "Swisscows",
url: "https://swisscows.com"
},
{
name: "Searx",
url: "https://searx.me"
},
{
name: "Qwant",
url: "https://www.qwant.com"
},
{
name: "Disconnect Search",
url: "https://search.disconnect.me"
},
{
name: "MetaGer",
url: "https://metager.org"
},
{
name: "Boardreader",
url: "http://boardreader.com"
},
{
name: "Search Encrypt",
url: "https://www.searchencrypt.com"
},
{
name: "Ekoru",
url: "https://www.ekoru.org"
},
{
name: "Gigablast",
url: "https://www.gigablast.com"
},
{
name: "Wow",
url: "https://www.wow.com"
},
{
name: "Search.com",
url: "https://www.search.com"
}
];
var resultContainer = document.getElementById("resultContainer");
resultContainer.innerHTML = ""; // Clear previous results
submissionURLs.forEach(function (site) {
// Perform the submission for each URL (You may need to handle AJAX requests or server-side processing here)
var result = document.createElement("div");
result.classList.add("result");
result.textContent = "Submitting " + websiteURL + " to " + site.name + " at " + site.url;
resultContainer.appendChild(result);
});
// Reset the form after submission
document.getElementById("submitForm").reset();
});
});
</script>
</head>
<body>
<div class="container">
<h1>Submit Your Website URL</h1>
<form id="submitForm">
<label for="websiteURL">Website URL:</label>
<input type="url" id="websiteURL" required>
<button type="submit">Submit</button>
</form>
<div id="resultContainer" class="result-container"></div>
</div>
<!-- Dont't remove or edit below code otherwise your script did't work -->
<br /></div><a href="https://sbtech.sayantv.in/" rel="nofollow" target="_blank">*</a><a href="https://sbtech.sayantv.in/" rel="nofollow" target="_blank">*</a><a href="https://sbtech.sayantv.in/" rel="nofollow" target="_blank">*</a><a href="https://sbtech.sayantv.in/" rel="nofollow" target="_blank">*</a></div>
<br><center>ADD CODE</center></br>
<br><center>ARTICLE</center></br>
<br><center>ADD CODE</center></br>
<div class="footer">
<p>© 2023 Free Website Submitter Tool. All rights reserved.</p>
</div>
</body>
</html>





0 Comments