If you use dynamic URLs, should you have dynamic meta data and H1 tags for SEO?
-
For example, I have a page that uses dynamic URLs to change an embedded YouTube video: http://www.bluelinkerp.com/products/product_tours.asp Should I also dynamically update the H1 tag, meta tags etc.? This is somewhat different than the typical use of dynamic URLs for multiple products.
-
Answer:
It depends if you want search visitors to be able to land on each individual video via search. The more pressing issue, in my opinion, is one of duplicate content. At the moment, your query string parameters are swapping out the video and the "now watching" heading. Aside from that, the page is pretty much duplicated. If you search Google for "site:http://www.bluelinkerp.com/products/product_tours.asp?", you'll see that it has 13 of the query string parameter URLs indexed. Theoretically, that's not going to reflect well on the quality of your site; 13 pages that are almost entirely duplicated. I'd say your options are A) Place a canonical tag in the <head> of this page to specify a singular page for search engines to rank. This assumes there's a clear starting point that you want users to land on. B) Dynamically pull in unique heading tags, meta data, page titles, and content for each query string parameter value. Implementing either of these options should benefit your site's SEO. Option A is much less work. Option B is more work and should only be done if it makes sense to invest in that type of content creation.
Mike Arnesen at Quora Visit the source
Other answers
I found this piece from Matt Cutts of Google, that supports the "canonical link option": http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html
David Michaelangelo Silva
Related Q & A:
- How can I use real time social data from Datasift and perform real time analytics on it?Best solution by Quora
- How to convert special tags into html tags?Best solution by Stack Overflow
- How to deal with dynamic JSON data using AngularJS?Best solution by Stack Overflow
- Meta tags in Wordpress?Best solution by Yahoo! Answers
- What’s Dynamic Keyword Insertion, And How Should I Use It?Best solution by wordstream.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.