got a small issue with meta tags. I'm building quite a large site and dont know whether to do the meta tags by hand so i can personalise to a page much better and hopefully be better for SEO or....
do the meta tags in a dynamic fashion so I dont have to spend ages on each page???
I'd create the meta tags dynamically.
If you have a page that is going to have 1000 products, I'd spend the time to create another page with 1000 products rather manually do meta tags for them all.
If you populate the meta tags and title tag using script like PHP or ASP, its all server side so the search engine will only see the returned HTML.............sees the same as if you did it manually.
Originally posted by misscarolann If you populate the meta tags and title tag using script like PHP or ASP, its all server side so the search engine will only see the returned HTML.............sees the same as if you did it manually.
thats the diddy!....right then so if the engines see it the same....to hell with customising 20,000 pages by hand