revekozu
Junior Member
- Jul 30, 2010
- 133
- 41
I would like to create titles and descriptions for wordpress urls with search variables that end like this /?search=pizza or /?search=whatever+something
maybe it could take it from the form input
Any plugins or other ideas come to mind that might do this?
Seems like I should be able to hack an existing SEO plugin to get this done.
maybe it could take it from the form input
Code:
<input type="text" name="search=" />
Any plugins or other ideas come to mind that might do this?
Seems like I should be able to hack an existing SEO plugin to get this done.