Widget Popular Listing not show all listings
This topic contains 8 replies, has 3 voices, and was last updated by Paolo 9 years, 7 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: gd home
-
AuthorPosts
-
March 22, 2015 at 4:33 pm #34858
Hi,
through the Selector Switcher, when I select a region or a city, it brings me to a page “built” with GD Home. Here, I put the following widget:
GD Location Description
GD Popular Post View (with 40 listings as default)
GD Best OfLocation Description and Best of works fine, but Popular Post View don’t link properly to all listings (in next message details and url)
It should links something like website/region/place/page/2 instead of the same website/region/place/ already shown.
How to change this link to url/page/2 ?Note: in LISTING DETAIL PERMALINK SETTINGS I put the same name both for “listing” and “location”
Thank you in advance
March 22, 2015 at 4:37 pm #34859This reply has been marked as private.March 22, 2015 at 8:40 pm #34865This reply has been marked as private.March 23, 2015 at 5:58 pm #34956This is a critical error:
in LISTING DETAIL PERMALINK SETTINGS I put the same name both for “listing” and “location”
They can’t be the same.
We don’t work on sundays, so yesterday I’m 99% sure nobody looked into your website.
You should solve the DB problem, or we can’t really provide support.
Let us know,
March 23, 2015 at 7:16 pm #34984I think I fixed the database issue. I updated all plugins and now I’m looking into this:
in LISTING DETAIL PERMALINK SETTINGS I put the same name both for “listing” and “location”
They can’t be the same.
Ok, I put them differently: “locali” and “luoghi”
Now, city structure is still something like
http://www.baltazar.it/luoghi/italia/emilia-romagna/bologna/
is loading a GD home pageif I click on link See all listings (“Guarda lista completa locali”) it brings to
http://www.baltazar.it/locali/italia/emilia-romagna/bologna/is it correct? Is not redundant? Why the Locator Switcher (or the Search) not goes directly to the 2nd link?
Thank for confirmation is the right path, and for explanation.March 23, 2015 at 7:38 pm #34986And I was forgotten a related question: since I changed the Permalink Structure as explained above, and Google indexed all listings as
/luoghi/italia/emilia-romagna/bologna/name-of-listing
instead of
/locali/italia/emilia-romagna/bologna/name-of-listing
do you know the right string to put into .htaccess to do the right redirect?
Thanks againMarch 24, 2015 at 1:06 pm #35031Why the Locator Switcher (or the Search) not goes directly to the 2nd link?
Because luoghi gives you ALL listings in the city, and locali only gives the listings in that CPT and the city you chosen.There is no link anywhere on your site to /luoghi/italia/emilia-romagna/bologna/name-of-listing, onlt to /CPT/COUNTRY/REGION/CITY/LISTING NAME, so /locali/italia/emilia-romagna/bologna/name-of-listing is the only link on you site.
So Google will not index any duplicates.March 24, 2015 at 3:11 pm #35049There is no link anywhere on your site to /luoghi/italia/emilia-romagna/bologna/name-of-listing, onlt to /CPT/COUNTRY/REGION/CITY/LISTING NAME, so /locali/italia/emilia-romagna/bologna/name-of-listing is the only link on you site.
So Google will not index any duplicates.Try, for example: site:www.baltazar.it/luoghi/italia/emilia-romagna/bologna/
There are many listings indexed by Google. Any chance to redirect 301 them to the right lising url?Thanks
March 24, 2015 at 9:19 pm #35118hi,
given that the old and the new permalinks are identical you can’t do that with 1 htaccess rule, which would be:
RewriteRule ^oldpermalink/(.*)$ /newpermalink/$1 [L,R=301]
changing oldperm and newperm accordingly.
Because that would redirect also the pages where the old permalink is correct.
The only way would be to redirect urls 1 by 1.
Example: Redirect /olddirectory/rest_of_the_url/ http://example.com/newdirectory/rest_of_the_url
Or wait until google realize you changed permalinks and correct their Serps. If you submit a new sitemap it should only take few days.
Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket