Closed Omerko96 closed 1 year ago
Not too sure to be honest, sorry. It appears to be something with Google News.
If you look at the output of each feed, you'll see that the "feed" and "it/feed" routes are correctly outputting each site's posts.
Do you know how Google News is meant to be handling multiple languages? The Feedamic feeds themselves are correct.
Just an update... I still didn't fix the issue.
It seems that multi-site for Statamic, it runs on the same site, just uses different locale. I guess that Google News can read posts by different language, as long as those are separated, but this will require me to build almost, maybe even fully separate site for different language. This is not sustainable if more languages will be added in the future.
With this info, do you have any suggestions on handling multi-site structure of Statamic with using your Feedamic addon?
Thanks!
I'm still not really sure on what the issue is... Feedamic is handling multi-site feeds - there's one for each site you define, so in your case a default feed (English) and an "it" feed.
Each feed links to the appropriate site's entry - so default links to the base version, and "it" links to the "it" site version.
Sorry, just a bit confused with what the issue is?
Closed due to inactivity
Hi Marty,
Yes, and it does work as it suppose to, but on the news.google it is not filtering posts for both languages.
In the examples below, you will see one US and one IT page, but on both pages, there are mixed posts if you scroll down a bit.
And that is the main issue here.
Thanks!
This is not a Feedamic issue though. Your two feeds are correct - if Google is not displaying something correctly, that's a Google issue. You'll need to raise this with them, as your two feeds (US and IT) are showing the correct items.
Bug description
Hello, I have a website on Statamic which supports 2 languages. English, and Italian. The languages are split by locale, and the website uses a standard multi-site architecture that Statamic suggests.
Below, you can find the links to blog for both languages, as well as the feed for those. There you will see that languages are properly filtered.
https://ungeracademy.com/blog https://ungeracademy.com/it/blog
https://ungeracademy.com/feed https://ungeracademy.com/it/feed
Still, on the Google News, all blogs are together, and not filtered by the language, even though the configuration is the right one.
https://news.google.com/u/1/publications/CAAqBwgKMOOstQsw8MfMAw?hl=en-US&gl=US&ceid=US:en https://news.google.com/u/1/publications/CAAqBwgKMMWttQsw0sjMAw?hl=it&gl=IT&ceid=IT:it&pageId=none
Can I get a bit more info? Is there anything additional that I should do, or is this some kind of a bug?
Thank You!
Steps to reproduce
There are no specific steps to reproduce this, but I will share the configuration for Feedamic, so you can see.
`<?php
return [
];`
Environment and versions
Additional details
No response