Google's onboarding for Google News is relatively easy: https://publishercenter.google.com/Hi All,
I'm going to ask you a question about Google News but I'm not looking for the usual official google answer. I want to know how rotten sites manage to get into google news when all they do is copy and steal content from other sites, even images.
Thx
My site is accepted in publisher, it was very easy. but the real diffuculity is that it never appears in the top stories or news topic while other mediocre sites appear! yours appear in the top stories in the SERP?Google's onboarding for Google News is relatively easy: https://publishercenter.google.com/
There is little visible moderation going on, I have sites in there with autogenerated content, translated content, paraphrased content, and just plain scraped content.
Great question. As you mentioned, it was easy enough to get approved. But very few stories actually appear on Google News. Same thing with google discover.it is hard for honest websites, since, Google’s robots sometime don’t catch everything and mostly with images. It is due to the fact that some of these bad sites may update their copied content to make it different or include so many keyword in their activities that Google may be deceived.
I've always wondered what these sites are used for ... many of them aren't "good enough" to be decent PBNs...so are they used just for indexing links?There is little visible moderation going on, I have sites in there with autogenerated content, translated content, paraphrased content, and just plain scraped content.
It's just so easy to get approved that many sites are doing it. But to rank to the top you have to have unique and very interesting content .Hi All,
I'm going to ask you a question about Google News but I'm not looking for the usual official google answer. I want to know how rotten sites manage to get into google news when all they do is copy and steal content from other sites, even images.
Thx
I suppose 'decent' is relative. I'm happy to post links on most of my Google news-enabled sites, the rest I use for display ads, the occasional link sale, indexing like you say, and some are just plain olde experimentsI've always wondered what these sites are used for ... many of them aren't "good enough" to be decent PBNs...so are they used just for indexing links?
I don't really aim for any specific ranking on my Google news sites, longtails are fine - it's a numbers game really. I have sites in several tight niches and others with extremely broad coverage.When you are approved to google news and blogging daily -"pushing out daily news" does your articles rank in google news ?
Does google accepts now every niche include evergreen niches, or must the article itself be a journalistic news (from reuters as example) instead of evergreen blogposts content?
Everything that is posted on my Google news sites is either AI generated or rewritten from other sources, so I don't really have any attachment to them, and don't care if they go against any guidelines. Pretty much every news article I see is clickbait with a heavy dose of bias, so I don't feel I'm really taking anything away from the system, more like just adding more crap to the pileBut this I found today;
"Google asserts that misleading content will not be tolerated - specifically articles that mislead readers by promising details which aren't reflected in the underlying content.” This is Google attempting to discourage the frequency of clickbait on the Google News platform. "
What the heck? The mainstream press if full with clickbait lies every day......
When you doing rewriting, do you get google penalties when your news story look ssimilar to others? Why I ask that you think...come look around
the daily news the content is near similar form all these big media news sites but they not get a punishment form google. I think your should make your story more unique and not adding any weird thoughts form your mind (this could be another suspect of.....) no that will look like conspiracy fake news.
have you ever talked about your automation of the news posts? That is something I would love to read the process for especially if you already explained it somewhereI don't really aim for any specific ranking on my Google news sites, longtails are fine - it's a numbers game really. I have sites in several tight niches and others with extremely broad coverage.
Everything that is posted on my Google news sites is either AI generated or rewritten from other sources, so I don't really have any attachment to them, and don't care if they go against any guidelines. Pretty much every news article I see is clickbait with a heavy dose of bias, so I don't feel I'm really taking anything away from the system, more like just adding more crap to the pile![]()
I don't think I have talked about it really, but here's the gist:have you ever talked about your automation of the news posts? That is something I would love to read the process for especially if you already explained it somewhere
Sources from reuters are free without costs.......I don't think I have talked about it really, but here's the gist:
I rarely use WordPress, I prefer to use simple database-driven scripts to store and display content.
AI generated content comes from various LLM APIs, not just OpenAI.
Paraphrased content comes from scraping various sources (my own parsers) and running them through the T5 model (https://github.com/Vamsi995/Paraphrase-Generator) which can also be accessed via API like this: https://rapidapi.com/genius-tools-genius-tools-default/api/paraphrase-genius
News sources can also be accessed from APIs such as https://www.newsomaticapi.com/pricing/ and https://newsapi.org/pricing
Images are still a bit of a sore point for me, but I tend to scrape images from pexels or similar sites, and then use img2img to generate something similar (but different enough) to the source image.