I've always wondered how this Google ranking is achieved.

ACE886

Newbie
Joined
Sep 3, 2022
Messages
15
Reaction score
8
Are there any techies who have mastered this way of ranking Google, I'm wondering how they do it.photo_2024-03-09_20-28-54.jpgphoto_2024-03-09_20-28-55.jpg
 
The SOP for these sorts of pages is to find high authority domains that have site search facilities that 1) display the query string content in the page title and/or the page body, and 2) are indexable (no 'noindex' tags or robots.txt directives). You then try and index the pages populated with your query strings using the usual methods of backlinking or redirect page inspection requests.

People will still need to copy and paste whatever url you're promoting into their address bar, which is the crazy thing in my mind - but in some geos apparently this is common practice.
 
The SOP for these sorts of pages is to find high authority domains that have site search facilities that 1) display the query string content in the page title and/or the page body, and 2) are indexable (no 'noindex' tags or robots.txt directives). You then try and index the pages populated with your query strings using the usual methods of backlinking or redirect page inspection requests.

People will still need to copy and paste whatever url you're promoting into their address bar, which is the crazy thing in my mind - but in some geos apparently this is common practice.
Thank you very much for your answer Can these be realized by software?
 
Thank you very much for your answer Can these be realized by software?
It should be a relatively simple bot that could do most of the work to get these.

1) identify a form on the page that seems to be the search form (pattern matching)
2) identify the parameter the form uses for the search query (keywords/query/s/terms etc)
3) submit the form with a set of testing keywords, making sure to set the submit method to GET (this makes sure the url is shareable with keywords populated in the query string)
4) check for presence of the testing keywords in the page title and/or body
5) check for presence of any noindex tags

If the testing keywords are present and there are no noindex tags, then that search box should be good to go.

A good starting point for a bot like this would be to go through 'top domain' lists like I shared here: https://www.blackhatworld.com/seo/list-of-top-domain-list-providers.1447180/
 
Back
Top