Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Best use of Template::Toolkit for Search Engine Optimization?

by ccn (Vicar)
on Oct 24, 2008 at 15:51 UTC ( [id://719377]=note: print w/replies, xml ) Need Help??


in reply to Best use of Template::Toolkit for Search Engine Optimization?

Apache module which called mod_rewrite can help you to deal with search engines

Using it you can have SEO frendly urls like
http://www.my_domain.com/aid_xxx_bid_yyy.htm
which is internally translated for your T::T as
http://www.my_domain.com/cgi-bin/tt.pl?aid=xxx&bid=yyy

Replies are listed 'Best First'.
Re^2: Best use of Template::Toolkit for Search Engine Optimization?
by b10m (Vicar) on Oct 24, 2008 at 17:59 UTC

    Rather than mod_rewrite (which indeed will help), I'd suggest to not patch, but solve the problem. Catalyst can handle these "SEO friendly urls" with no problem and makes maintaining the website in general _a lot_ easier (once you get to understand the concept).

    --
    b10m

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://719377]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-25 10:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found