开发者

SEO keywords in sites with query string parameters

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜