Mobile app version of vmapp.org
Login or Join
Cooney921

: How can I force a certain URL for Google to use in search results? Each page on my site can be accessed by a shortened URL and normal "long" URLs. The shortened URL redirects to the long

@Cooney921

Posted in: #GoogleIndex #GoogleSearch #Indexing #Url

Each page on my site can be accessed by a shortened URL and normal "long" URLs. The shortened URL redirects to the long URL and the long URL includes an optional title that's not parsed (much like on this site, where webmasters.SE/questions/7/accepting-money... is equivalent to webmasters.SE/questions/7).
When pages show up in Google search results, there is a mixture of three kinds of URL.

site.com/Ab1C.html http://site.com/content/123/full_name site.com/content/123

Is there a way to encourage Google to use a specific format in the results?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cooney921

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

You need to use a canonical meta. I've explained it in this answer.

You question is not exactly a duplicate but the answer is the same. Put a meta canonical in your file indicating the right name of search engines to use. As in:

<link rel="canonical" href="http://www.site.com/path-you-want" />

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme