× Here you can get community support related to Tag Meta.

Help - Aiuto on multiple query setting title

  • tomaso
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #4235 by tomaso
Salve Luigi,

che bello incontrare uno sviluppatore italiano.
Ho questo problema:
Ho una pagina principale: /annunci e voglio settare titoli diversi per ciascuna delle seguenti pagine...

/annunci?page=2
/annunci?page=3
/annunci?page=4

E così via...

Ho utlizzato la seguente regola:
/annunci\?page=2
E tutto funziona correttamente, ovvero riesco a cambiare il titolo...
Ma quando inserisco /annunci\?page=3 continua a prendermi il titolo da /annunci

Ho provato a smanettare con ultima regola falso ma senza successo.
Puoi aiutarmi? Grazie
Tomas

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #4239 by admin
Hi and thank you.
Sorry if I use English to answer you, but the forum is english only. If you need, send me an email at info(at)selfget.com.

The rule to match ONLY /annunci should be:
URL: ^/annunci$
Request only: true (checked)

The dollar means "end with". Add the dollar also in the rules for pages:
URL: ^/annunci\?page=2$
Request only: true (checked)

Otherwhile it would match also page=20 and page=21 and so on.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.084 seconds