International Targeting | Language > 'fa-ir' - no return tags
-
I see this error in search console :International Targeting | Language > 'fa-ir' - no return tagsURLs for your site and alternate URLs in 'fa-ir' that do not have return tags.and it is really increasingi do not know what is the problem and what I have done wrong?
Originating URL Crawl date Alternate URL 1 /abadan/%D8%A2%D8%A8%D8%A7%D8%AF%D8%A7%D9%86/browse/vehicles/?place=8,541&v01=0,1&saveLoc=1 
11/16/16 http://divar.ir/ -
Usually these kind of mistakes are caused by not using a canonical URL as href in the hreflang annotation.
For instance, if the url is www.domain.com/product-a?=color&id="red" and that same URL is canonicalized toward www.domain.com/product-a, but the hreflang suggest has alternate href an URL like this: www.domain.com/en/product-a?=color&id="red" as alternate URL for English speaking users, and this one too been canonicalized to its own non parametered version (www.domain.com/en/product-a), then Google will start telling that it doesn't see any return url... why, because in the canonical URL the href is not www.domain.com/en/product-a?=color&id="red" but www.domain.com/en/product-a.
The same is true in the case of the self referential hreflang annotation: it must be the canonical URL the one in the href element of the hreflang annotation.