Not indexing more than 3 pages
« on: March 26, 2012, 09:25:05 PM »
I just bought the software (26/03 17:20), I test and the following happened:

The start url is: [ External links are visible to forum administrators only ]

You can set languange in footer menu, like Portuguese ([ External links are visible to forum administrators only ]) or English ([ External links are visible to forum administrators only ])

And only 3 pages are indexed, please look the sitemap in [ External links are visible to forum administrators only ]

Eg. page not indexed: [ External links are visible to forum administrators only ]

Why can i do?
Re: Not indexing more than 3 pages
« Reply #1 on: March 27, 2012, 03:41:27 PM »
Hello,

this happens because of canonical meta tags on your pages. You have it like:
Code: [Select]
<link rel="canonical" href="/pt/venda/apartamento/intermares/19/">    while it should include domain name too:
Code: [Select]
<link rel="canonical" href="http://www.yourdomain.com/pt/venda/apartamento/intermares/19/">   
You can also just disable "canonical tags support" setting in generator configuration.
Re: Not indexing more than 3 pages
« Reply #2 on: March 27, 2012, 04:02:10 PM »
Now it works!

Tnks a lot  ;)