Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR tries to do some (dumb) search engine optimization for the cases where people search for "{game} randomizer".
From looking at the results for a few games, the one websites that scored highest, always included "{game}" and "randomizer". The closer the terms were together, the higher they scored as they were more accurate to the query.
I.e
Metroid Prime Randomizer
Cave Story Randomizer v2.0
,randomizer patcher for Metroid Dread
etc.a randomizer [...] Metroid Dread. Metroid Prime 2: Echoes. [sic, dont ask me why prime1 isnt there]
This lead me to notice:
AM2R already has a built-in randomizer
) or MSR (but in the randomizer, this has been changed
), do score relatively highThe solution? Include
Randomizer
on each game page, but in a way where it doesn't disrupt the flow of text. MDN mentions that headers get ranked higher for SEO.So I just added it invisibly next to the game name.
Potential caveats: