This is my first post and I wanted to do an automatic crosspost, as a beginner the hard truth is, current solutions are limited and paid, so I couldn't find an easy and fast solution so I'll list some things to consider.
Duplicate content gets punished
As stated by @MrConerMurphy first problem is that google penalizes duplicate content due to SEO (Search Engine Optimization), google shares the details to this issue here, so the short solution is the use of a Canonical URL on each site, if you use your own blog you may use the link of that blog, in my case I don't own a blog, and I'm currently writing in hashnode because is more user friendly, so I'll leave it as the referenced URL on Dev.to.
To add a canonical URL on Dev.to you add this header to your text.
--------
canonical_url: https://YOUR_URL
--------
Formatting differences
At first glance hashnode has a more friendly format interface, Dev.to has some tips that are not so obvious at the first time using it and it also has an editor guide wich is more comprehensive, but for fast blogging using the simple hashnode editor then copy and paste the content to Dev.to seems enough.
Save your time and money
I was searching for a quick solution and came across CodeWrite and CrossPost, both good solutions but paid, my take is, the importance of a good post is getting to the point quick, because I came to Dev.to and Hashnode when I was searching for solutions for coding, personal blogs are fun, but the truth is when you search for a solution on the internet you always rather find it fast and keep on what you are doing.
That's it, I hope this saves you some time.
Top comments (4)
Hi, creator of CodeWrite here. π
Thanks for the mention, although, if I may, CodeWrite isn't strictly paid. There is a free tier for up to 1 project (you can reuse it to write infinite articles) and 6000 characters (without code snippets), which is over 1000 words (a high-quality blog post). And on top of that, paid tiers are very cheap ($3/month), and often discounted.
Also, I didn't know about CrossPost (good to know it exists) but CodeWrite is strictly focused on developers with integrated code editor, combined with WYSIWYG UI and Markdown shortcuts. Also, the "one-click publishing" fixes formatting issues for the given publishing platform (e.g. convert code to GitHub Gists on Medium, or resize images on Dev.to).
So, I encourage you to give it a try if you haven't already!
Hi, the link not working.
Hi @radandevist
It's been a while since this post was made and CodeWrite is now deprecated - sorry for that.
I'm now working on its successor - Vrite - a headless CMS and technical blogging platform. It's currently in closed beta. If you're interested in giving it a try, let me know directly or through the landing page
Thank you!
This is very helpful, I have been looking for a way to do this.