I was wondering if I can get someones opinion.
I have a page with four tabs found in it. The landing page would have a URL something like: /some-product?overview. The other tabs are hyperlinked and when clicked reload the page. The URLs for the other tabs would be something like: /some-product?articles, /some-product?press and /some-product?data.
How is Google viewing these URLs and pages? Is Google considering them different pages or children of the same page? The <title> and <meta name="description"> will change slightly per-page.
Would I need to implement cononicalization?
What is the SEO hit if any in this type of structure?
What would be best practice in this type of situation?
Thanks