Newbie want help on this SEO thing

Support for the phpBB2 SEO mods released in the phpBB2 SEO Toolikt forum.

Moderator: Moderators


Postby dcz » Sat Nov 25, 2006 6:50 pm

You need to copy :

Code: Select all
mx_ggsitemaps_v1.0.1\contrib\moded_4_mod_rewrites\phpBB_SEO_mod_Rewrites\Simple_Mod_Rewrite\sitemap_forum.php


To :

Code: Select all
mx_ggsitemaps/includes/


on your ftp. Overwrite the sitemap_forum.php file already in there.

The .htaccess you mention is only a security measure, preventing any type of remote access in this folder. A wise thing to do as well for the regular phpBB includes/ and db/ folders.

To enable mod rewrite for the Google sitemaps links, you need to add these rewriterules at the bottom of you forum's .htaccess (the one where you put the phpBB Simple mod rewrite rewriterules) :

Code: Select all
RewriteRule ^sitemaps.xml$ /sitemap.php [L]
RewriteRule ^forum-sitemap-([0-9]+).xml$ /sitemap.php?fid=$1 [L]
RewriteRule ^sitemap-forum.xml$ /sitemap.php?forum [L]


Then, you'll only need to sublmit your sitemaIndex, eg -http://www.star-voip.com/sitemaps.xml (with mod rewrite ;) ).

The rest is done automatically.

++
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Advertisement

Postby wycf » Sat Nov 25, 2006 7:34 pm

Now I've done these:
1. sitemap_forum.php uploaded.
2. added the three rewrite lines to the bottom of the .heaccess in the root folder
3. deleted /sitemap.php at Google, and submited with /sitemap.xml

I can see there is output at http://www.star-voip.com/sitemaps.xml now.

I leave the ACP->MX Sitemaps->Mod Rewrite Sitemaps to "No"(the default setting). Is that right?

It look I need more learning. I am not 100% understand what you told me to do, but I think I am a good follower :)
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby wycf » Sat Nov 25, 2006 7:42 pm

Just find this from google after I submit the sitemap.xml:

ERROR:
Unsupported file format
Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby dcz » Sat Nov 25, 2006 7:43 pm

Perfect, just turn mod rewrite on (set it to yes) in mx Google sitemaps acp and re-submit ;)

++
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby wycf » Sat Nov 25, 2006 8:30 pm

dcz wrote:Perfect, just turn mod rewrite on (set it to yes) in mx Google sitemaps acp and re-submit ;)

++


I did it and google still not like it.

got this:
Multiple Choices
The document name you requested (/sitemap.xml) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:

/sitemap.php (common basename)


I only submited /sitemap.xml, should I also submit the /sitemap.php?
Or, should I save a copy of sitemap.xml in the root dir?
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby dcz » Sat Nov 25, 2006 9:33 pm

dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby wycf » Sat Nov 25, 2006 10:28 pm

:oops: dumb me!
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby varteju » Sun Nov 26, 2006 3:40 am

uf...i read through this whole topic and i decided to do the changes to the .htaccess file as well.
BEFORE doing that my sitemap.php would give me ... well i dont remember what but if i would go to that url it would take me somewhere...now my sitemap.php gives out urls ending in .xml. Is this better? How can i make the urls work then? It says the selected forum does not exist (to all of them)...

Also i'm now running the sitespider, after it's done, all i have to do is upload the url_list.txt under mx_ggsitemap/includes?

http://www.stiintacraiova.com/forum/sitemap.php
Should i take out those 3 lines that i added to the .htaccess file?
Thank you!
varteju
 
Posts: 25
Joined: Sat Nov 25, 2006 4:28 am

Postby dcz » Sun Nov 26, 2006 11:00 am

varteju, I answered you on the other thread.

wycf : Good :D

Time to think about the last touch ;)

++
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby wycf » Sun Nov 26, 2006 8:26 pm

Hi, dcz, is this the final touch?

http://directories.phpbb-seo.com/
I tried to add a back link to my site and it seems not working now. Anyway, I'll try again later.

Thank you, dcz.
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby dcz » Sun Nov 26, 2006 10:27 pm

The phpBB SEO directories are moderated, this mean links must be first accepted before you can see them publicly.

Anyway, the last touch is more about the last part of the phpBB SEO mod rewrite installation ;)

++
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby wycf » Sun Nov 26, 2006 11:08 pm

dcz wrote:The phpBB SEO directories are moderated, this mean links must be first accepted before you can see them publicly.

Anyway, the last touch is more about the last part of the phpBB SEO mod rewrite installation ;)

++


Oops, :oops: I submitted few times. Sorry!

So the final touch would be edit the viewtopic.php as you described in here you posted on July 9 2006?

and by the way, how can I refer the link to a certain reply in a post. For example, I tried to refer the 4th reply in thr first page of:
http://www.phpbb-seo.com/boards/phpbb-mod-rewrite/phpbb-seo-simple-mod-rewrite-vt45.html

It seems need add a # and follow by a number. But I couldn't figure it out.
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby varteju » Sun Nov 26, 2006 11:15 pm

wycf...i believe dcz was referring to the whole simple seo mod not just the viewtopic changes.
Download phpBB SEO Simple mod Rewrite V 0.0.2 and then follow the instructions in there...

Yes you do need a number to refer someone to a certain post in a topic. That number can be found by clicking on the small image of a file before: Posted: Sun Nov 26, 2006 11:15 pm
varteju
 
Posts: 25
Joined: Sat Nov 25, 2006 4:28 am

Postby wycf » Sun Nov 26, 2006 11:32 pm

thank you, varteju.

I read a phpBB SEO Simple mod Rewrite V 0.0.2 thread again. OK, dcz may refer to the link to phpBB SEO site. :lol: I'm going to add it now. I think I'll put it on overall_footer.tpl, am I right?
wycf
 
Posts: 24
Joined: Thu Nov 23, 2006 7:14 pm

Postby varteju » Sun Nov 26, 2006 11:38 pm

ooo yeah, that's correct..'last part' is the overall_footer - link!
varteju
 
Posts: 25
Joined: Sat Nov 25, 2006 4:28 am

PreviousNext

Return to phpBB2 SEO MODS

Who is online

Users browsing this forum: Google Adsense [Bot] and 5 guests