Submitted by David Hall on Wed, 11/05/2014 - 09:38    
  
  Multiple choice question
When the same content appears on different versions of a webpage such as:
- http://example.com
 - http://www.example.com
 - http://www.example.com/index.php
 
How can this problem be fixed? (Choose all that apply)
|   a. Figure out what variations are being published each time a new page goes live, then set up a 301 redirect pointing each of the undesired versions to the desired version.  |  |
|   b. Use a rel=“canonical” tag in the header section pointing to the desired version of each page.  |  |
|   c. Set up a rewrite rule in the .htaccess file to automatically point users to the desired URL version.  |  |
|   d. Submit a URL access file to Google that explains which version of your webpage you want them to rank in their search results.  |  
		      
Leave a comment