Websites and services to submit website, webpages, articles, and more.

Article scope and information

This article serves as a quick lookup reference for submitting content online.
I will try to be as extensive as possible, but low-quality services will probably be omitted, as I also would like to reference this page.
Please feel free to submit recommendations.
Links to useful articles are prioritized over rewriting new content.

Websites

How to Submit Your Website to Search Engines: https://seogeorge.com/how-to-submit-your-website-to-search-engines.html

How to submit sitemap to Baidu?: https://webmasters.stackexchange.com/a/60544/109424

Yandex Webmaster: https://webmaster.yandex.com/welcome/

NAVER Search Advisor: https://searchadvisor.naver.com/

Submit website to Qwant News: https://help.qwant.com/en/docs/qwant-search/survey-monkey/how-do-i-get-qwant-news-to-refer-to-my-website/

How to Add Your Website to Seznam: https://seogeorge.com/how-to-add-your-website-to-seznam.html

Webpages

Articles

50+ Social Sharing & Link Posting Sites for Content Promotion:  https://loganix.com/link-posting-sites/

The 10 hottest tech blog sites that accept guest posts (Includes submission links): https://www.vitispr.com/blog/the-10-hottest-tech-blog-sites-that-accept-guest-posts/

Apps

Android App Stores (APK submission)

App Directory (Information submission)

PWA Stores

App / PWA:

Google Play: https://play.google.com/store (Registration fee Service fees)

PWA Only:

Other:

Windows Store: https://developer.microsoft.com/en-us/microsoft-store/

I built a Progressive Web App and published it in 3 app stores. Here’s what I learned: https://www.freecodecamp.org/news/i-built-a-pwa-and-published-it-in-3-app-stores-heres-what-i-learned-7cb3f56daf9b/

The Open Web

Apps can be submitted via contact form request: https://theopenweb.jp#contact

Data Converter Initial α Version Conversions

Data Converter has been released with many simple initial conversions.
Many more, especially, complex functions will be added in future versions.
At this point, I would like to introduce the kinds of conversions already added.

DOM Element conversions

DOM Elements are HTML elements used in HTML web pages.

Casting conversions

Casting is converting from one type to another.
For example, text is known as the “string” type.
Casting conversions can generally be done by using “Format” to choose the input format.
Cast conversions without using “Format” will generally be supported in the future.
Common cast conversions include: Date ⇒ String, String ⇒ Number, Boolean ⇒ String, etc.

Japanese conversions

Different types of text and language conversions will be added over time, but for now some important Japanese conversions have been provided.
Japanese number to number conversions are possible. For example, 十三 ⇒ 13.
Japanese to Braille conversions are also possible. For example, こんにちは ⇒ “⠪⠴⠇⠗⠥”.

Measurement unit conversions

Many unit conversions have been provided.
This includes common SI units and other commonly used measurement units.
Units generally use their displayed unit name. For example, grams to kilograms can be done by converting from “g” to “kg”.

Shell conversions

Command line shell display conversions are provided to easily convert between shell input/outputs and commonly used input/outputs elsewhere.
For example, multi-line and single-line conversions, and “$ command” to actual inputtable commands.

A large number of additions to the above conversion types, and completely new conversion types, will be added in future versions.

Please try it out at the link below.
https://theopenweb.info/app/data-converter

Introducing Data Converter

Data Converter is a web application for converting from one format to another.
It is currently in α(alpha) stage which means there are occasional issues and functionality is prioritized over UI/UX.
The goal of this project is to provide a mechanism for easily converting from one format to another, without the difficulty of searching for the correct type or, converting multiple times to get to the desired format.

Features of this project(some in progress):

  • Utilizes client(in browser) conversions where appropriate.
  • File and user input conversions.
  • Node functionality for complex multi-step conversions.
  • Large number of varying conversions.
  • Output history for easy copying of multiple calculation results.
  • API linking.

Similar competitor services do exist, but they often only provide slow server-side only conversions and are limited to a few conversions of file formats.
This project converts arbitrary data so in addition to file conversions, can also convert from user input or even in page elements.

Additional functionality and fixes will be provided in future versions.

Please try it out at the link below.
https://theopenweb.info/app/data-converter

If you have any feedback please feel free to get in contact.