Search Engine Optimization
-
Good day everyone! Please, am having some difficulty in display site post on google results and other search engine results. I have submitted my site to google and it has been crawled. I know fully well that for instance if I Make a search for How to Send SMS in ASP.Net, many results will come up is then left for me to choose. But in my case, if I have How to Send SMS in ASP.Net as a post in my site, my site will never show up in the searched results even if it is 1000 results. My question is; 1. How are site posts saved?- In my case, I saved my site post in database 2. How do I make my site posts appear on search engine results? 3. Is saving forum post to database advisable? I need advise here please. Sorry if this is not the right forum! Thanks in advance.
-
Good day everyone! Please, am having some difficulty in display site post on google results and other search engine results. I have submitted my site to google and it has been crawled. I know fully well that for instance if I Make a search for How to Send SMS in ASP.Net, many results will come up is then left for me to choose. But in my case, if I have How to Send SMS in ASP.Net as a post in my site, my site will never show up in the searched results even if it is 1000 results. My question is; 1. How are site posts saved?- In my case, I saved my site post in database 2. How do I make my site posts appear on search engine results? 3. Is saving forum post to database advisable? I need advise here please. Sorry if this is not the right forum! Thanks in advance.
Search Engine Optimization (SEO) Starter Guide - Search Console Help[^] Not one of the expensive guides, but simply Google's free documentation. I suggest you read it.
Otekpo Emmanuel wrote:
3. Is saving forum post to database advisable?
Google cannot even see the difference. Your server returns an answer, and doesn't tell anyone whether it used a database or not to create that answer.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
Search Engine Optimization (SEO) Starter Guide - Search Console Help[^] Not one of the expensive guides, but simply Google's free documentation. I suggest you read it.
Otekpo Emmanuel wrote:
3. Is saving forum post to database advisable?
Google cannot even see the difference. Your server returns an answer, and doesn't tell anyone whether it used a database or not to create that answer.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
Thank you. But I quiet understood every step on google documentation. But it was never specified how you should save your forum post so that they can appear on searched results. For instance, this question "Search Engine Optimization" I asked here in codeproject will appear on google searched if anyone search with related keywords. How can I achieve this please?
-
Thank you. But I quiet understood every step on google documentation. But it was never specified how you should save your forum post so that they can appear on searched results. For instance, this question "Search Engine Optimization" I asked here in codeproject will appear on google searched if anyone search with related keywords. How can I achieve this please?
Otekpo Emmanuel wrote:
But it was never specified how you should save your forum post so that they can appear on searched results.
Because that does not matter.
Otekpo Emmanuel wrote:
For instance, this question "Search Engine Optimization" I asked here in codeproject will appear on google searched if anyone search with related keywords. How can I achieve this please?
Read the Google documentation, it is explained in detail on their site. Basically, you send them the URL to your site, the crawler reads your site, making copies of what it finds.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
Otekpo Emmanuel wrote:
But it was never specified how you should save your forum post so that they can appear on searched results.
Because that does not matter.
Otekpo Emmanuel wrote:
For instance, this question "Search Engine Optimization" I asked here in codeproject will appear on google searched if anyone search with related keywords. How can I achieve this please?
Read the Google documentation, it is explained in detail on their site. Basically, you send them the URL to your site, the crawler reads your site, making copies of what it finds.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
Thank you