how google sees dynamic pages

Asked

Viewed 484 times

-1

Hello friends a doubt of Noob, I develop websites in PHP. what happens, instead of having 50 pages one with each category I use a page with while. Well when you choose a category another page is opened, also dynamic, that takes the ID of this category and assembles this page with the information of the bank. then on the page is the address www.xxx.com.br/page.php? id=5. When the ID is X shows one thing, when the ID is another shows another. How google does it, you can index my categories. Supposing 5 were "Cars", and when you access this page with this GET show cars. One does a search on cars, this page of mine appears ? or I have to crair a page for each category, for each customer for each product on my website ?

  • Only by the URL of the sample page is it already possible to know that your site is poorly optimized for Google. URL parameters are not favorable. Search by Friendly URL. This way it can be: xxx.com.br/cars/1, xxx.com.br/cars/2. The "/carros" will be the page, the "/2" will be the id, collected normally via $_GET['id'], getting 2.

  • PS: The dynamic term is ambiguous because it seems to refer to Javascript, or is content uploaded dinamicamente.)

  • Regarding your question, I have already tested and google indexed normally the pages that are used with id this way, but try to exchange number for words, it is easier to read.

  • You don’t understand me, I think I expressed myself badly, I’ll try to make myself clear.

  • google looks at my fictitious page: result.php, written on it, {Shows everything in the database that has such ID} 1 line of code, if you see the result aqruivo.php.

  • someone in google searches the word cars (that with the right ID the result.php back the cars) Just remember the file has only one line of code, in the file the word "CARS" does not exist, it will exist if you enter the page via browser with a certain ID.

Show 1 more comment

2 answers

0


For google to find your page just register it, on google. But for it to appear between the first pages, is used Search engines, which are techniques to improve the ranking of your page.

Structure of Pages.

The pages must be structured correctly according to the syntactic norms, the use of section, article, nav, metas and h1, influence considerably when google will search your page.

Redes Sociais

It’s important that your page is known, it helps google find it faster. If your page has profiles on facebook, Twiter and google, increases the chances of the page being found for each person who follows your page on one of these social networks.

Other Sites

If there are links, your page being cited on famous websites, increases the status of your page, and it rises more and more to the whole of the search.

Access Amount

A widely accessed page is played up very easily.

Updating of the Content

A page with updated content every week at least, is well seen by search engines.

Pay

It is possible to pay for your page to come first, if I am not mistaken it is a thing of cents per click.

Pdfs

MB: A new alternative to the spider

Optimization for search engines

Search engines

-4

simple, log in to your page and see Open Sourceforge (page source code ) if it is possible to see the dynamic content means that Google will also be able to check the content of the site, then this is how the trackers can view the dynamic sites , more the ranking will depend on whether your site is frindly or not

Browser other questions tagged

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