When you click through any link on our site, and you’re on that page, the hypertext link should turn into black text, as on
Google.com. This affects sidebar, right, bystore, category, category_coupons, and alpha.
Change all URLs from “/coupons/storename” to “/storename-coupons-codes/”. Change all files to reflect new URL format. Use
“server-side 301″ to redirect from “/coupons/storename” to “/storename-coupons-codes/”.
Redo ALL “php3″ files to be “php” compliant. Rename all “.php3″ files to “.php”. Make changes in all files to reflect that.
Use “server-side 301″ to redirect all URLs from format “filename.php3″ to “filename.php”.
Replace all stores in MySQL database which have an underscore in the store_name to a hyphen. i.e. “/saks_fifth_avenue” should
be replaced with “/saks-fifth-avenue/”. Reflect this change in the www/admin/stores files for the Fill Out Abbreviation.
Use “server-side 301″ to redirect all URLs from “/coupons/store_name” to “/store-name-coupons-codes/”.
Replace all categories in MySQL database AND in the /www/admin/ files, which have an underscore to a hyphen.
e.g.”/category/baby_kids” should be replaced with “/category/baby-kids”. (Ps. I can do this myself, but I think has to be
done before, you do the change below).
Use “server-side 301″ to redirect all URLs from format “/category/baby_kids” to “/category/baby-kids”.
Replace all store categories in database and in /www/admin files, from underscore to hyphen. e.g.”/jewelry_coupons” should
now be “/jewelry-coupons” and “/baby_kid_coupons” should now be “/baby-kid-coupons”.
Use “server-side 301″ to redirect all URLs from format “/jewelry_coupons” to “/jewelry-coupons” and from “/baby_kids_coupons”
to “/baby-kids-coupons”.
Replace “/allstores.php3″ with “/store-coupons.php”. Use “server-side 301″ to redirect “/allstores.php3″ to “/store-
coupons.php”.
Use “server-side 301″ to redirect “/index.php3″ and “/index.php” to home page.
Replace “/bystore.php3″ with “/all-coupons.php”. Use “server-side 301″ to redirect “/bystore.php3″ to “/all-coupons.php”.
Replace “/bystore/a-a,b-b,c” etc. with “all-coupons/a-a,b-b,c” etc. Use “server-side 301″ to redirect “/bystore/a-a,b-b,c”
etc. with “all-coupons/a-a,b-b,c” etc.
Add “Previous” and “Next” at bottom of bystore pages, as on /0-9_coupon_codes.
Add “Previous” and “Next” at bottom of /category/ and /category_coupons.php3 pages as on alpha.php3 pages.
On /A_coupon_codes and similar pages… Meta Description pulls all stores from database. Ignore comments <!–comments –> in
store name.
Additionally, on 0-9 page it does not pull any store names into meta tags as in alphabetical urls above. Please fix /0-
9_coupon_codes.
a) Remove hyperlinks from coupon offers. b) Hide all coupon codes. Instead, if there is a code for the coupon in the Coupon
Code caption box, display a “Get coupon code” link on site. When clicking on that link it should open 2 windows 1) small
popup with complete store info, coupon info (link), code, and expiration date; 2) store page. If there is no code, write “Get
coupon”. Clicking on that link should open store’s page as when clicking on coupon link until now.
On home page (topdeals and newdeals), Category, hotdeals and bystore pages, the [STORE] column, list store-Name twice on top
of each other. First “Shop Store-Name”, which should link directly to the store “/store/store-name”. Beneath it link to
“Store-name Coupons” which should link to /store-name-coupons-codes pages. See functions file.
On store coupons pages e.g. /coupons/amazon in source code remove both <!–SQL comments –>.
In bystore.inc. “<? echo $storename;?> Coupons”, if store has comment in store name, it leaves 2 spaces between the”store-
name” and “coupons”. Remove the extra space. e.g. see /coupons/amazon.
When entering word into search box give word suggestions, as on Google.
On Store coupons pages (site, admin and mysql):
Add expired coupons in new table below;
add field for “Store-Name Departments and Categories;
Add field for “Store-Name Departments;
Add field for “Store-Name Description.
On store coupons Admin pages allow unlimited words in all fields, both in Admin and in the MySQL database.