SEO fun #49
Labels
No Label
FCKPTN
WIP
bug
docs done
docs needed
duplicate
enhancement
feature
gemini
invalid
legal-ish
needs help
onionz
proposal
question
resolved
security
spam
todo
upstream-related
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dotya.ml/community#49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ok you did this to yourself to unleash my SEO skills
Because the SEO tools are not open-source we have to assume that they can be just a snake oil spilling out a random values in order to sell their marketing BS so to mitigate this multiple analyses have to be checked and common issues then assumed as valid:
Sources:
Where the highlighted issues are:
git.dotya.ml
with websitedotya.ml
which harms SEO as subdomains are bound to the main domain and these two have conflicting wording resulting in the SEO flagging it as unspecified to determine the search resultscompared to:
git.dotya.ml
is understandable to humans but not to bots because you are using icons that are important to the context and use inefficient wording so the landing page should have gitso to improve the SEO it should be reworked to have an elaborated title instead of just
A Gitea instance by dotya.ml provided for fun as a hobby, with passion and love
(generally at least 250 words seems to be importantH1 Header tag Usage
with the recommendation:bloat
gets indexed:which gets associated with negative search results like complains about other things being bloated:
beyond that things like
1ms
,0ms
,back
, etc.. gets also indexedRecommendation: Figure out a unique name that is easier to index
The analyzers also complain about content on the website where the phrase
word count 138
gets repeated across platforms suggesting that the landing page needs more content to be more SEO efficientThere are also complains about not using canonical tags with the best explanation that i can find being:
/assets/0DD13DBC6B5433D3.asc
Web.dev complains about "missing source maps for large first party javascript".. google is usually very sensitive for these kinds of things so that should be addresssed
web.dev complains about the theme not having a sufficient contrast ration inbetween background and foreground which lowers the SEO score -> Improve the contrast ration
majority of the analyzers complain about lack of social media widgets so it may be a good idea to add a fake widgets to fool the bots while avoiding tracking by bigtech (dunno the impact of it)
Add FLOSS analysis tool - the analyzers complain about not finding an analysis tools which may harm the SEO score
The 'google's pagespeed insights - mobile' seems to be mentioned a lot as well where it seems that it has issues with the mobile version of the website that should be investigated
Sizing of buttons seems to be a common complaint as well where the recommendation is to increase the size of them slightly
Seemingly dotya is using 'Facebook Open Graph Tags' might be a privacy issue
Unwanted child pages get indexed:
Originally posted by @kreyren in kreyren/pman#13 (comment)
@wanderer you also want to include:
in
26918dc5cb
/api
is already blocked and so is/user
in fact. those analysers should really get their act together :Dhmm u sure it's the correct syntax?
Also it's 'AdsBot-Google' based on https://developers.google.com/search/docs/advanced/robots/create-robots-txt .. not
AdsBot
the link above also says that to block a directory it should be
/api/
instead of/api/*
but i dunno.. i didn't touch robots.txt for like 8 years