My quality score sucks. I have good meta tags, lots of content on the site, as well as a few other pages on my site.
In Google Adwords I have dynamic keywords set up using {Keyword:myniche}.
I want to extend this to my landing page, by setting up my url as something like myurl.com/index.php?key={Keyword} so when someone clicks on ad for Dog Training, they are sent to myurl.com/index.php?key=Dog Training.
On my landing page, the title and a few other places in the content would have <?php echo $key ?>
Is there a better way to do this?
In Google Adwords I have dynamic keywords set up using {Keyword:myniche}.
I want to extend this to my landing page, by setting up my url as something like myurl.com/index.php?key={Keyword} so when someone clicks on ad for Dog Training, they are sent to myurl.com/index.php?key=Dog Training.
On my landing page, the title and a few other places in the content would have <?php echo $key ?>
Is there a better way to do this?