sitemap hakkında

Arayıp da bulamadığınız eklentileri buraya sorabilirsiniz.

sitemap hakkında

İleti murtaza 02.04.2006, 15:14

http://www.phpbb2.de/fsitemap13-37.html


yukardaki linkte verdigim gibi bir sitemap ariyorum


yanlis bir sorum var benim

sitemap tam olarak ne ise yariyor


sanirim basliklari arsivleme gibi biisimi oluyo

yoksa ben pek anlamadim

hew yukardaki linkteki sitemapi

hemde ne ise yaradiini söylermisiniz anacim

Sevgiyle
Ögretmenim canim benim , canim benim...
Seni ben pek cok , pek cok severim.
Sen bir anaaaa , sen bir baabaaaaaa
Kalani neyyydiii yaaa unuttum , bu siirin sözlerini ariyorum...
Kullanıcı avatarı
murtaza
Üye
Üye
 
İleti: 1187
Kayıt: 15.11.2005, 17:15
Konum: Yurt Dışı

İleti MaDBoY 02.04.2006, 16:29

hmm ewet bu sitemaps güzelmiş gerçektende bende istiyorum :D
MaDBoY
Üye
Üye
 
İleti: 186
Kayıt: 03.03.2006, 16:29

İleti Pluton 02.04.2006, 16:41

Benim bildiğim kadarı ile arşivleme yaparak arama motorlarının indexlemesini yapıyor fark ederseniz vbulletin büyük forumlarda arama yapınca normal sayfadaki değilde arşivdeki sayfaya link verir google hem arama motorlarında üste çıkıyorsun hemde daha kolay indexliyor
Pluton
Üye
Üye
 
İleti: 555
Kayıt: 09.10.2005, 18:51
Konum: Antalya

İleti purple 02.04.2006, 16:43

Buyrun
http://www.phpbbhacks.com/download/5630

Pluton'un dediği tarzda bişi arıyorsanız da
http://www.phpbbhacks.com/download/5380

Kolay gelsin...
Kullanıcı avatarı
purple
Üye
Üye
 
İleti: 618
Kayıt: 06.03.2006, 22:40

İleti murtaza 02.04.2006, 17:17

tesekkür ederim

yarin deniicem

Sevgiyle
Kullanıcı avatarı
murtaza
Üye
Üye
 
İleti: 1187
Kayıt: 15.11.2005, 17:15
Konum: Yurt Dışı

İleti MaDBoY 02.04.2006, 17:24

bence en kolayı ve en iyisi techsilverde yawez wermişti sanırım o ;)
MaDBoY
Üye
Üye
 
İleti: 186
Kayıt: 03.03.2006, 16:29

Cvp: Soru ve istek

İleti murtaza 04.04.2006, 12:14

Kurulum dosyasi cok acayip

bir bakarmisiniz

editlenecek dosya yok ama

ben anlamadim yada


Kod: Tümünü seç
//  ==========================================================================
//  phpBB Google Sitemap Generator v1.0.0
//  http://www.gotaxe.com/phpbb-sitemap.php
//  ==========================================================================
//  Script created by John Brookes
//  Copyright John Brookes ©2005
//  http://www.gotaxe.com
//  ==========================================================================
//  This program is free software; you can redistribute it and/or modify
//  it under the terms of the GNU General Public License as published by
//  the Free Software Foundation; either version 2 of the License, or
//  (at your option) any later version.
//
//  This program is distributed in the hope that it will be useful,
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//  GNU General Public License for more details.
//
//  You should have received a copy of the GNU General Public License
//  along with this program; if not, write to the Free Software
//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
//  ==========================================================================

//  ==========================================================================
//  Installation (about 3 minutes)
//  ==========================================================================

Installation is extremely easy and takes about 3 minutes.

First you have a few configuration options in the sitemap.php file, so load
it up into your favourite text editor.

define('FORUM_DOMAIN_ROOT', 'http://www.yourdomain.com/'); // Full URL with trailing slash!

This is the default URL of your forum. If your forum exists at...

http://www.yourdomain.com/forum/

then use the line

define('FORUM_DOMAIN_ROOT', 'http://www.yourdomain.com/forum/'); // Full URL with trailing slash!

Yes, the trailing slash IS IMPORTANT!!!

Now, the next 4 are all related, so I'll describe the first two, and you should
be able to get the idea for the other two.

define('FORUM_URL_PREFIX', 'viewforum.php?f='); // What comes up before the forum ID?
define('FORUM_URL_SUFFIX', ''); // What comes up after the forum ID?

Why define something like this? All forums are the same aren't they? Well, no.

You may have implemented some form of mod_rewrite work to offer .html URLs to
facilitate spidering & SEO in the past. It makes sense, then, that your
sitemap would also be best using these URLs.

The phpBB default is simply viewforum.php?f=#, where # is the ID of the forum.
However, your site might load this page up as forum-#.html (again, where # is
the ID of the forum). In this example, you would modify the two lines above as
follows...

define('FORUM_URL_PREFIX', 'forum-'); // What comes up before the forum ID?
define('FORUM_URL_SUFFIX', '.html'); // What comes up after the forum ID?

The other two lines are exactly the same, but they relate to the URL that is
accessed in order to view a particular thread.

Now, all you have to do is upload sitemap.php to your forum's root directory,
and add the contents of htaccess.txt to your .htaccess file

You may have to modify the entries in the .htaccess file depending on what may
exist in that file already, and the forum's root directory location in relation
to the .htaccess file's permanent residence.

//  ==========================================================================
//  All done, well almost.  Now what?
//  ==========================================================================

Now you have to head on over to Google's website and create an account. If
you already have a GMail account, then simply use that username & password. If
you don't have a GMail account, then get with the times! There's plenty of
people out there with invites to spare! :)

If you have a valid Google username & password, simply go to this URL..

https://www.google.com/webmasters/sitemaps/

and submit the URL to sitemap.xml

Yes, I know the filename is sitemap.php, but those lines you added to your
.htaccess file make sitemap.xml load the sitemap.php file.

So, if the path to your sitemap.php file is..

http://www.yourdomain.com/sitemap.php

You submit...

http://www.yourdomain.com/sitemap.xml

You can load the .xml URL in your browser to check your .htaccess directives
are working.

//  ==========================================================================
//  What's to come in the future?
//  ==========================================================================

Well, a few more configuration options possibly, for category pages, and ways
to add other custom pages to the sitemap files.  Remember though, Google will
still crawl your site, even if it has a sitemap (apparently), so don't worry
if not all of your custom URLs are included in the XML files.

One thing about the current script is that on the listings showing all the
threads in a particular forum, it only links to the first page of that
thread.  In future versions, I may add the ability to produce all URLs relating
to threads that span multiple pages.

Other than that, there isn't really much that can be added.

Thanks & Greets

    Everybody @ www.Photosapien.com
    ATNO/TW @ www.BoastingRights.com
    BigWeb and all the mods @ www.Ozzu.com



Sevgiyle
Ögretmenim canim benim , canim benim...
Seni ben pek cok , pek cok severim.
Sen bir anaaaa , sen bir baabaaaaaa
Kalani neyyydiii yaaa unuttum , bu siirin sözlerini ariyorum...
Kullanıcı avatarı
murtaza
Üye
Üye
 
İleti: 1187
Kayıt: 15.11.2005, 17:15
Konum: Yurt Dışı

İleti fatihbaz 04.04.2006, 12:49

geçenlerde bende indirdim ama seninde söyledigin gibi normal mod kurulumuna benzemiyo :) ne yapılacagı yazıyo ama normal mod kurulumuna benzemedigi için bana garip geldi ;) ugraşmak istemedim açıkcası...
Kullanıcı avatarı
fatihbaz
Üye
Üye
 
İleti: 870
Kayıt: 25.11.2005, 12:26
Konum: Kahramanmaraş

İleti purple 04.04.2006, 13:09

kolay bir kurulum orda anlatılanları sitene göre ayarlaman lazım sitemaps.php dosyası içinde. fakat define('FORUM_URL_SUFFIX', '.html' dediğine göre bu mod seo link sistemi ile çalışıyor. yani viewforum67.html tarzında linkler (diğer adıyla clean url) bu sistem yoksa forumunda hiç deneme zaten.
Kullanıcı avatarı
purple
Üye
Üye
 
İleti: 618
Kayıt: 06.03.2006, 22:40


İstek Bölümü



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir