How does Google view the redirect tag, e.g:
{if segment_4 == ""}
{exp:channel:entries limit="1" entry_id="{segment_3}" disable="categories|category_fields|custom_fields|member_data|pagination"}
{redirect='forum/answers/{entry_id}/{url_title}'}
{/exp:channel:entries}
{/if}
For example I could redirect: site.com/forum/answers/123 to site.com/forum/answers/123/what-is-a-dog and have link rel="canonical" href="{path='{segment_1}/{segment_2}/{segment_3}/{segment_4}'}" on the template.
What will Google make of site.com/forum/answers/123, or will it never see it?
Perplexing...
Thanks.