this post was submitted on 23 Jul 2024
13 points (93.3% liked)

Meta

628 readers
1 users here now

Discussion about the aussie.zone instance itself

founded 1 year ago
MODERATORS
 

So, as per images below, when you search for an Australian community associated with lemmy, lemmy.world is more likely to come up than Aussie Zone in all i've tried, bar Melbourne our most active community.

My question: Is this a problem we should consider intentional action to correct? And if so what could we do?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago (2 children)

I wonder if claiming ownership in Google Search Console would help? It would probably flow onto other search engines.

Though we might get ranked down for effectively duplicating a larger more commonly accessed site (Lemmy.world) even if the content belongs here. This could be a thing for the Lemmy developers to look into, i.e. generating a robots.txt which blocks all federated communities

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago) (2 children)

~~Should just be able to do it with one rule of Disallow: /c/*@*, I think?~~

I forgot that federated posts are just under /post/* like local ones are. You'd have to block each federated post individually. Not sure if you can do that on each individual page? Certainly adding every federated post to the top-level robots.txt isn't feasible.

[–] [email protected] 4 points 3 months ago

Posts have a canonical reference to the originating instance, e.g. this post contains <link data-inferno-helmet="true" rel="canonical" href="https://aussie.zone/post/11962005"> for me. This is a hint for search engines to ignore this post and instead index the original one instead. The same also already works for communities, this community containing <link data-inferno-helmet="true" rel="canonical" href="https://aussie.zone/c/meta">. Not sure if DDG is just ignoring this or there's another reason for it to show up multiple times.

[–] [email protected] 3 points 3 months ago

Yeah they might have to change how Lemmy handles posts like that which might break stuff. Search engines would also have to work out that Lemmy is not a single site but a collection and since the site name does not mention Lemmy it might be more difficult

[–] [email protected] 1 points 3 months ago (1 children)

Unsurprisingly i know next to nothing about Google Search Console. Looks like it could help though. At the very least you've given me an avenue to explore and build my own knowledge. Thank you!

[–] [email protected] 2 points 3 months ago

Yeah it's good for working out why pages aren't being indexed. I'm not aware of anything similar for bing search