Mobile app version of vmapp.org
Login or Join
Annie201

: How to optimize a dynamic website I know there is already an answer on Webmasters to a part of this question (SEO for Dynamic website) , which has been very helpful with How to build a controller

@Annie201

Posted in: #Optimization #Php #SearchEngines #Seo #WebDevelopment

I know there is already an answer on Webmasters to a part of this question (SEO for Dynamic website) , which has been very helpful with How to build a controller that creates an xml sitemap? on SO about how to create a correct sitemap.xml for a dynamic website.

But my question is a bit more specific, I'm new with the SEO techniques and honestly it's not my field. I prefer to program for 17 hours instead of thinking about the SEO for 1 hour so I do not understand it very well but now I need it…

Thanks the researches I've realized that on the page there should be a set of keywords entered in the <title> </title> and <h1> </h1> tags and must also be repeated more than once in the content of the page.

My scenario:
I am working on a website for the sale of pet products that are organized by category (dog, cat, etc.), subcategory (dry food, meat, etc.) and brand.
In the database the product contains the title, description and picture.

The main links to my pages are:


For the search in the categories (performed by the user through the menu)
example.com/search.php?sec=dog_meat_brand1
which will show a series of products for that combination of categories.
For details of the product (when, the user clicks on a product)
example.com/product.php?id=productID
which will display the title of the product (with the picture, price, quantity, etc.) description, and related products.
For the direct search (when the user types it into an input box)
example.com?search.php?q=querySearch
which will display a set of products related to the research


My questions are:


Is right to enter in the <title> and <h1> tag $_GET ['sec'] or $_GET ['q'] or $_GET ['id']? (I wonder if google, yahoo etc. take my pages as results before or after my server has processed);
If I show the content of the page that contains some "keywords", will search engines consider these as keywords and then direct the user on my site?


…in a few words, I would like to do less SEO as possible and leave the job at descriptions and titles already written.

Thanks in advance for your help.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Annie201

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme