From Chris Silversmith on Twitter:
Google Places tries to normalize addresses to display. Suite #s often not necessry to find locations so they often leave out.
Welcome to the Q&A Forum
Browse the forum for helpful insights and fresh discussions about all things SEO.
From Chris Silversmith on Twitter:
Google Places tries to normalize addresses to display. Suite #s often not necessry to find locations so they often leave out.
If that's the case then keep the blog focused on the company / brand and website updates. And use your articles section for the additional long tail things.
honestly I think article "sections" are dead and I would suggest merging the two into the blog. but if you want to keep the separate articles section then keep the blog about just the brand.
no. the rewrite rule will apply to all URLs
SEOMOZ uses Wistia, I would reach out to them.
What is the purpose of the Articles section and the blog? Are the articles like white papers?
Let me try.
1. The answer to your first question is that it only matters if you're trying to figure out how to handle it programmaticaly. In this case you might have to ask the developer if this is being done by a session id. To me it looks more like a URL parameter, but without a live example I wouldnt know, could you provide the website in question? If not try visiting the website once, clear your cache and then visit again and see if the number after "return_id" changes. if it changes that is a session id. If it stays the same have a friend visit the website in the same manor and see if the number stays the same, if it changes then there's a good chance that this is a session id.
No matter if it's a session id adding it or not "return_id" is technically a URL parameter that is triggered by a session id.
2. The second question is still a bit vague, so let me see if this is correct. are you asking how to treat the duplicate content once you know what is causing it? If so, then follow these rules.
If the content changes significantly in the presence of the session id or parameter then this is not duplicate content. If the content does change do the following:
I think you have a larger issue, which is that your website's code is using the index.php to generate all of the pages, in the example that is calendar. This is a common mistake that programmers make since they work to do things as quickly and efficiently as possible. Its far easier to keep all of the code in the one file than to create several different dynamic files that work with each other.
If you dont have the ability to break this down and generate out different pages you might be able to use URL Rewrites to make browsers and bots think the URLs are actually different.