How do I index a system’s pages to Google? (SEO)

Asked

Viewed 25 times

0

I have a doubt, that I could find no answer anywhere, the ones I found left me somewhat confused.

How to index the urls of my system in ASP.NET on google, for example a static site already has the pages. html created, already in the case of a wordpress you select the friendly URL and google can identify the URL, and if the url contains the word "/car" google can see. Now if I go to make a system in ASP.NET, the routes are created automatically, as the user goes browsing, ie there is no file where you have this content.

Now in the case of a particular car model a "fiat Ducato" example I would have to pass in the system URL via GET, just for google index? but how google will know that there is a URL that has this name and will be created only when you pass the parameter?

I’m pretty lost on this issue and I’m about to make a system that needs to have SEO optimized.

  • 1

    Gabriel o Google clica! Yes the Google bot will "click" on everything on the site, it will scan everything, enter all links, and Google does not only index by URL, it also reads the content of the page, alt of imgs, H1, H2, Meta tags, etc, so do not worry exclusively about the URL, Google has other means to recognize page content

  • @hugocsl thanks for the answer, but in the case of these systems like Wordpress how these urls work?

  • And another question... the contents of these H1, H2 and alt images will be generated automatically, for example I have a list of properties that will be rendered HTML only if the user goes in the initial filter and select type home, and click the search button.. this google does too?

  • 1

    Google reads what you deliver on the request, it will access a link, what you return is what it accounts for. Friendly URL handling is something else, it is indicated yes for SEO and for Usability, but it is not a factor that works insolently for your rankings

  • Just create a sitemap, there you inform all the Urls that exist in your application.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.