Go Back   5 Star Affiliate Marketing Forums > Affiliate Forum > Affiliate and Webmaster Tools

Affiliate and Webmaster Tools Software, timesavers and other tools. Please don't use aff links or promote your own products.

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-04-2007, 12:46 AM
Jungo Jungo is offline
5 Star Member
 
Join Date: Dec 2007
Location: Israel
Posts: 1
Question How can I easily edit multiple Landing Pages?

Hi,

When I build a CPC campaign, I usually end up with dozens of copies of the same landing page where each copy slightly differs from each other by text or image in order to optimize each landing page to a specific group of keywords.

What if I need to change something on the “permanent” text which is basically the same on each page – I mean the text (or even an image) that is identical at each page, for example, lets say I promote product called ABC2007, the title of the page includes the product’s name, and now I want to change it to ABC2008 on all pages.

I want to avoid doing that manually of course, so do you know of any professional tool that can automatically and easily do that for me?
Does anyone know if FrontPage supports that?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-13-2008, 12:49 AM
GettingRicher GettingRicher is offline
5 Star Member
 
Join Date: Aug 2007
Location: Ici
Posts: 36
Default

Maybe I'm not getting your idea that well... but what I do is use PhP to do something like that.

For example, I have a website that has around 100 pages, and each page has the same navigation menu at the right. If I want to edit a link on that menu, I'd have to change all the 100 pages... but what I do is make just 1 page for the menu, and on all the 100 pages I just put a where I want my menu to appear and voila! you just have to change that one file

I hope that's what you mean...
Reply With Quote
  #3 (permalink)  
Old 01-13-2008, 03:10 PM
Rob_TID Rob_TID is offline
5 Star Senior Member
 
Join Date: Jun 2006
Location: Sydney
Posts: 386
Default

I use Notepad++ for my static sites.

I can do the "find & replace" command accross multiple documents. Therefore if I want to change something that is on every page on a site, i just do find and replace for the whole folder.

Alternatively you can learn to use PHP includes, but that's too much hard work for me.
Reply With Quote
  #4 (permalink)  
Old 01-13-2008, 04:11 PM
GettingRicher GettingRicher is offline
5 Star Member
 
Join Date: Aug 2007
Location: Ici
Posts: 36
Default

Cool, I'll check out Notepad++ I'll still love Php though as I doubt notepad++ will be able to find and replace images
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 10:29 AM
MasterOfNone MasterOfNone is offline
5 Star Member
 
Join Date: Dec 2007
Location: Denver, CO
Posts: 14
Default

PHP is the way to go here, for sure. You can have a template file for your page, and include a keyword package PHP file for each page. Simple, easy, and flexible.

Example keyword file:
Code:
$product_name='Widget'
$product_image='image.jpg'
$product_merchant_link='http://mymerchantlink.com'
Then a template that includes this file.
HTML Code:
<title>Welcome to the <?php echo $product_name; ?> page!</title>
<body>
<img href=\"<?php echo $product_image; ?>\">
<p>Buy <?php echo $product_name; ?> from <a href=\"<?php echo $product_merchant_link\"; ?> here!</a></p>
Pretty basic, but useful.
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 06:08 AM
fitnfree's Avatar
fitnfree fitnfree is offline
5 Star Senior Member
 
Join Date: May 2007
Location: USA
Posts: 237
Default

PHP includes...sound intriguing. Do the SE's pick up links utilized this way?
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 07:47 AM
MasterOfNone MasterOfNone is offline
5 Star Member
 
Join Date: Dec 2007
Location: Denver, CO
Posts: 14
Default

Quote:
Originally Posted by fitnfree View Post
PHP includes...sound intriguing. Do the SE's pick up links utilized this way?
The search engine sees a regular HTML page. PHP writes in the link to the page on the fly, but its happens before the page gets to the client, so all it really is a normal page. Same thing works for the bots.

Quote:
not easy............
It may look a little obscure at first, but read a basic PHP tutorial, and all will become clear.
This is a good one: Introduction to PHP
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Want To know more about landing pages leocy General Topics Affiliate Forum 2 11-10-2007 06:57 AM
Real Arcade Game Specific Landing Pages ShareResults Blogger Share Results 0 10-23-2007 04:14 PM
How to Optimize Adwords Landing Pages - Recover from Google Slap Linda Buquet Google Adwords & Adsense Forums 1 08-03-2007 08:08 AM
Got Good Landing Pages??? Linda Buquet Pay per Click Questions - PPC Forum 1 04-30-2007 10:35 PM
Landing Pages And Opt Ins Msather Newbie Affiliate Forum 2 01-21-2007 04:17 PM

All times are GMT -7. The time now is 08:41 PM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2007, Crawlability, Inc.
©2005 - 2008 Linda Buquet - 5 Star Affiliate Programs