Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'm a web dev myself (angular and Java Soring) but looking to start my own business where I build websites for small businesses and help them with SEO as well.
-
Nanonoko176h@newandroidfan My sites have moved from platform to platform many times. Now I've settled on WordPress. For blogs, for companies, and indeed for any sites - for me it is the best. I have my own 3 sites on WordPress, and I do the same for clients.
-
Nanonoko176h@retoor Don't publish links to spam rants in normal rants. In this way, without even realizing it, you help spam content get into the Google index. Googlebot will go to this rant, see the link, follow it and possibly index it. But... there is also a site map, where Googlebot also actively follows links... In general, it's a vicious circle, and you can't do without the noindex tag here... I just thought that you are doing a hell of a job, for free... and which in fact does not prevent you from continuing to spam here. After all, after publishing, the spammer will copy the link to the rant into the report. The rant is always available via this link, even if it is hidden from the general list with minuses. There is no noindex tag on the rant. Google indexes minus-voted rants. Congratulations, you wasted a lot of time...😒
-
retoor5195h@Nanonoko Will check the site map. I hope that down voting works, because I 'removed' 7000+ rants.
Currently the anti spam system finds nothing anymore but indexing is still running (python, works directly):
from pprint import pprint as pp
from xmlrpc.client import ServerProxy
client = ServerProxy("https://victoria.molodetz.nl/rpc")
comments = client.get_comments({is_spam:True})
pp(comments) -
retoor5195h@Nanonoko This is a nice service btw. I customized the original xmlrpc handler from python to use asyncio that I now use with aiohttp. Every python function that i prefix with rpc_ in the web application class will be available. You have no idea you're working with a web api. Feels like native object. IIRC, you could even execute help() on the client or smth to see all server side methods. xmlrpc rocks, underrated system.
Related Rants
Any web devs who started their own website building and SEO company for small businesses? Need your valuable advice on what platform to use and depending on use cases - wix, squarespace, any others or custom (angular/react).
question
webdevelopment
squarespace
dev
react
angular
web