mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-17 12:20:06 +00:00
Compare commits
No commits in common. "4ee4730cb8f9ccc14fbe144412f3e298c060066d" and "18d4f7cbb931ea4467359013bebe9e41fe686aad" have entirely different histories.
4ee4730cb8
...
18d4f7cbb9
3 changed files with 4 additions and 26 deletions
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
title: "CNET didn’t have to delete old articles"
|
||||
date: 2023-08-15T09:22:31-07:00
|
||||
replyURI: "https://gizmodo.com/cnet-deletes-thousands-old-articles-google-search-seo-1850721475"
|
||||
replyTitle: "CNET Deletes Thousands of Old Articles to Game Google Search"
|
||||
replyType: "NewsArticle"
|
||||
replyAuthor: "Gizmodo"
|
||||
replyAuthorType: "NewsMediaOrganization"
|
||||
replyAuthorURI: "https://gizmodo.com/"
|
||||
syndicatedCopies:
|
||||
- title: 'The Fediverse'
|
||||
url: 'https://pleroma.envs.net/notice/AYlCIhRRPwoFEDB0dM'
|
||||
- title: 'The Mojeek Discourse'
|
||||
url: 'https://community.mojeek.com/t/cnet-didn-t-have-to-delete-old-articles/703'
|
||||
---
|
||||
CNET actually didn't have to delete old articles to improve ranking. If CNET simply removed those articles from its sitemap, used [WebSub](https://www.w3.org/TR/websub/) to inform Google (and IndexNow to inform Bing, Seznam, and Yandex) of new higher-priority pages, and maybe used `robots.txt` to disallow crawling of stale pages: CNET could keep old content but prioritize the crawling of recent content. Nothing I just described is Google-specific; these are all agreed-upon standards that work across several search engines.
|
||||
|
||||
I suppose it's easier to just delete pages, though. Less labor means fewer expenses. After all, this is the outlet that [cut costs with algorithmically-generated articles](https://gizmodo.com/cnet-ai-chatgpt-tech-news-1850017739).
|
||||
|
|
@ -370,6 +370,9 @@ h5q.net
|
|||
iddqd.social
|
||||
: Admin posts [anti-Black caricatures](https://archive.ph/1dIUL), supports [organized predatory retaliation against DEI efforts](https://archive.ph/PfHYX). [Instance landing page](https://archive.ph/0JlGl) markets itself as an instance for 4chan users.
|
||||
|
||||
kawa-kun.net
|
||||
: Instance [rejects deletes](https://web.archive.org/web/20230731050219/https://bbs.kawa-kun.com/about). (unfinished entry)
|
||||
|
||||
kitsunemimi.club
|
||||
: [Admin "bronze" participates in racist harassment](https://web.archive.org/web/20230731183425/https://needs.vodka/notice/AYFCFHRqKX6RjsF7Fw), sends users [transphobic shock content](https://web.archive.org/web/20230731184313/https://pl.kitsunemimi.club/notice/AYG5j6YeP0wZI1jaPw). Runs the [HighRoller MRF policy](https://web.archive.org/web/20230731183641/https://pl.kitsunemimi.club/about) for a block-notification bot.
|
||||
|
||||
|
@ -512,9 +515,6 @@ skinheads.social OR skinheads.eu
|
|||
skinheads.uk OR skinheads.io
|
||||
: Alternate domains for The Antisocial Network.
|
||||
|
||||
spinster.xyz
|
||||
: (unfinished entry) TERF instance created by Alex Gleason, admin of gleasonator.com; see its entry.
|
||||
|
||||
strelizia.net
|
||||
: Instance "About" page [lists MRF policies to reject deletes and run a block-notification bot](https://web.archive.org/web/20230808161017/https://strelizia.net/about).
|
||||
: Admin [posts anti-Black racism](https://web.archive.org/web/20230808164722/https://strelizia.net/notice/AYFGEQcTnNSkcuIa36), [more blatant racism](https://web.archive.org/web/20230808164433/https://strelizia.net/notice/AY6JupLlwAlUJpprvc), and [some other slurs in non-reclaimed contexts](https://web.archive.org/web/20230808165632/https://strelizia.net/notice/AYCHMhIdT8w6L2YvD6)
|
||||
|
@ -585,9 +585,6 @@ freesoftwareextremist.com
|
|||
freetalklive.com
|
||||
: [Instance "about" page](https://web.archive.org/web/20230802051117/https://social.freetalklive.com/about) self-identifies as unmoderated, except for spam. Connected to the libertarian Free Talk Live show.
|
||||
|
||||
kawa-kun.net
|
||||
: Instance [rejects deletes](https://web.archive.org/web/20230731050219/https://bbs.kawa-kun.com/about). (unfinished entry)
|
||||
|
||||
kompost.cz
|
||||
: [Racism](https://ghostarchive.org/archive/cWEbG), [more racism](https://web.archive.org/web/20230804231946/https://kompost.cz/@fuxoft/110656548914018074), [transphobia](https://web.archive.org/web/20230804232125/https://kompost.cz/@fuxoft/110321506728744090), [queerphobia](https://ghostarchive.org/archive/Nmop2). All from admin.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{{- $replyAuthorType = . -}}
|
||||
{{- end -}}
|
||||
{{- $replyAuthorRel := "author" -}}
|
||||
{{- if in $replyAuthorType (slice "Organization" "NewsMediaOrganization") -}}
|
||||
{{- if eq $replyAuthorType "Organization" -}}
|
||||
{{- $replyAuthorRel = "publisher" -}}
|
||||
{{- end -}}
|
||||
<aside role="note">
|
||||
|
|
Loading…
Add table
Reference in a new issue