Ben doğru bir veritabanı ile bir web sitesi eşleme google kutu endeksi o yüzden düzgün hakkında birkaç Q oluşturduk. Ancak, daha fazla bilgi gerekir.
My website is a classifieds website (PHP). Users can search ads on my site. Searching for 'BMW' will bring up only the titles of all 'bmw' ads and display them as a search result. (like google kindof). When user clicks on an 'ad', no matter which ad, an ID of that ad is passed along to 'show_ad.php'. In 'show_ad.php' the ID is received and the proper ad is displayed from the mysql database. Also, when displaying the ad, meta-tags are also dynamically changed (fetched from db) to fit the ad (I need this so that google finds the ad easier hopefully).
Şimdi, bu 'dost' sitemi yapmak için yeterli olur mu?
. Ayrıca, ben düşünüyorum Htaccess ile URL değiştirebilirsiniz, böylece yerine:
http://www.mypage.com/show_ad.php?ID=12345
bu gösterecektir:
http://www.mypage.com/12345.htm
Ayrıca, ben google onun orada bilir sadece bu yüzden, ben oluşturulan her reklam için bir statik html sayfa içinde yukarıdaki gibi bir bağlantı eklemek gerekir düşünüyorum ... değil mi?
Ama, yine de, bu yeterli olacak mı?
Lütfen bana yol ...