Im using one template for all my products sites:
www.mySite.com/Products.aspx?productId=x
where x is product id :)
Now I can add keywords to my Products.apsx page but Im wondering if its posssible to add descr开发者_Go百科iptions and keywords to all sites with ?ProductId=x so that user may find direct link to certainn product page based for example by product name which would be in keywords for given page.
THanks for any help
First off you are probably better off doing some url rewriting to get the product name into the url, for example change
www.mysite.com/products.aspx?productid=x
to
www.mysite.com/product/productname
Have a read through one of the millions of seo guides on the web and make sure you are doing as much of it as possible, see dev mooses guide for a decent example.
You can add the product name and short description into the url title, h1 tags on the page, and into the meta tags for keywords and description.
Hope this helps
精彩评论