Not really, but here’s some clarification…
I have 300 tags, and 300 posts. All indexed individually in my sitemap.xml and indexed by Google. So for all intensive purposes Google sees each tag and each post as just a ‘page’.
Let’s assume each each of the 300 tags has a corresponding identical post, in other words when you look at the tag1 page it looks exactly like the post1 page.
Each tag and each post is displayed using their respective templates (tag.php and single.php).
Now the way the 300 tags and 300 posts is generated is different.
I can make a new tag simply by pasting 300 comma separated words inot the tag box, whereas to create 300 posts I have to add 300 new posts individually (not withstanding a bulk post plugin).
However each of these 300 entries are ‘created’ is neither here nor there, what I want to know is…
Does the 300 tags have a smaller footprint than 300 posts by way of searching, speed, querying etc etc etc.
If I could display the exact same information from either 300 tags OR 300 posts, what would be best?