We have collected here some useful links to help you find out if Webmention.io is good.
Check the traffic stats of Webmention.io on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Webmention.io on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Webmention.io's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Webmention.io on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Webmention.io on Reddit. This can help you find out how popualr the product is and what people think about it.
Three years ago, I not only introduced Webmentions on this blog and wrote about them here and here, but I also started systematically recording my manual syndications on other platforms and displaying them under the post. I syndicate text posts on Mastodon and, if the content is suitable, on DEV and photos on Pixelfed, Flickr and a few other (unfortunately) closed platforms. I collected all Webmentions and... - Source: dev.to / 12 months ago
I myself place the links to the syndications under every article, every note and every photo, even if this means a bit more work after publication because I have to write the links manually in the frontmatter of the post. But for my readers, a reaction is usually just a click away, because I see a post on my website as the starting point for communication. I don't just write for myself, but also for you and it's... - Source: dev.to / about 1 year ago
Webmentions (webmention.io) are a way to bring social activity and interactivity to your site without having it on your platform itself or needing to have complex systems in place. Harness the activity, audience, and functionality from existing platforms. - Source: dev.to / over 2 years ago
Async function getMentions(url) { let mentions = []; let page = 0; let perPage = 100; while (true) { const results = await fetch( `https://webmention.io/api/mentions.jf2?target=${url}&per-page=${perPage}&page=${page}` ).then((r) => r.json()); mentions = mentions.concat(results.children); if (results.children.length < perPage) { break; ... - Source: dev.to / almost 3 years ago
In the interim, I found myself pondering why every webmentions-on-Hugo solution Iโd ever found up to now used JavaScript, rather than trying to do it purely in Hugo. After all, Hugo sports plenty of data-grabbing horsepower. For example: in my own experience to date, Iโve found Hugo's getJSON feature just as useful as the node-fetch on which the aforementioned JS relied to grab data from webmention.io. - Source: dev.to / over 3 years ago
One of the building blocks for such a system might be something like: https://webmention.io/. - Source: Hacker News / over 4 years ago
Do you know an article comparing Webmention.io to other products?
Suggest a link to a post with product alternatives.
Is Webmention.io good? This is an informative page that will help you find out. Moreover, you can review and discuss Webmention.io here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.