PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Before You Buy (http://www.photopost.com/forum/before-you-buy/)
-   -   mod_rewrite and vba Gallery URLs (http://www.photopost.com/forum/before-you-buy/117947-mod_rewrite-vba-gallery-urls.html)

zigx March 28th, 2005 04:09 PM

mod_rewrite and vba Gallery URLs
 
is there any way to make the URLs appear static?

This helps search engine spidering a Lot as it allows for keywords in the URL

ConqSoft March 28th, 2005 04:21 PM

Re: mod_rewrite and vba Gallery URLs
 
All the good search engines will read the URLs fine...

zigx March 28th, 2005 04:31 PM

Re: mod_rewrite and vba Gallery URLs
 
Yes all the major ones maybe able to but there are tons of smaller Niche SEs that may not.

My main concern is having keywords in the URL. IE the gallery title, picture title or some other text in the URL to make the URL have keywords that will make SE searchers find relevant pages.

ConqSoft March 28th, 2005 04:38 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by zigx
My main concern is having keywords in the URL. IE the gallery title, picture title or some other text in the URL to make the URL have keywords that will make SE searchers find relevant pages.

Ahh, I see.

That could make for some long/unruly URLs couldn't it?

zigx March 28th, 2005 04:42 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by ConqSoft
Ahh, I see.

That could make for some long/unruly URLs couldn't it?

No youre totally right, it could

but how nice would it be if this url:

http://www.vbadvanced.com/gallery/sh....php?i=470&c=4

Looked like this:

http://www.vbadvanced.com/gallery/470-nubes/

zigx March 28th, 2005 04:42 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by zigx
No youre totally right, it could

but how nice would it be if this url:

http://www.vbadvanced.com/gallery/sh....php?i=470&c=4

Looked like this:

http://www.vbadvanced.com/gallery/470-nubes/

infact, that is what Gallery ( http://gallery.menalto.com ) does with its albums now that i think about it.

zigx March 28th, 2005 04:44 PM

Re: mod_rewrite and vba Gallery URLs
 
the whole reason this concerns me is that Search engine traffic is the best kind...
its free, the people who come to the site are already interested in what you have, and again, its free lol.

in my personal opinion, optimizing for a search engine is one of the most important steps in having a successful site.

ConqSoft March 28th, 2005 05:00 PM

Re: mod_rewrite and vba Gallery URLs
 
But, neither vBulletin itself (nor PhotoPost) use that type of URL...

imported_rrr March 28th, 2005 05:09 PM

Re: mod_rewrite and vba Gallery URLs
 
Yes, photopost does use that type of URL.

It has a "search engine friendly" URL open that will make all the URLs into static looking directory URLs.

See this sample showphoto page from Photopost:
http://gallery.deeperblue.net/showphoto.php/photo/3001

I'm hoping that someone can come up with a mod_rewrite hack for vBa gallery that does this (or something similar).

I do a LOT of search engine marketing, and I can tell you for certain that it does help to have simple URLs like that.

There's a vbulletin hack that does something similar here:
http://www.daniweb.com/tutorials/tutorial12725.html

ConqSoft March 28th, 2005 05:11 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by rrr
Yes, photopost does use that type of URL.

It has a "search engine friendly" URL open that will make all the URLs into static looking directory URLs.

See this sample showphoto page from Photopost:
http://gallery.deeperblue.net/showphoto.php/photo/3001

That doesn't make PhotoPost put the Filename/Category Name/Keyword/Description/etc into the URL, like he's wanting. It just keeps the URL from having ? or & in it, since that confused some of the older search engines.

imported_rrr March 28th, 2005 05:14 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by ConqSoft
That doesn't make PhotoPost put the Filename/Category Name/Description/etc into the URL, like he's wanting. It just keeps the URL from having ? or & in it, since that confused some of the older search engine.

keeping the URL from having ? or & in it is a big improvement, even for Google. You'll find deeper indexing of your pages that have static URLs.

There's a hack for vbulletin that does what he's asking for:
http://www.daniweb.com/tutorials/tutorial12725.html
(even the daniweb URL uses the forum name as a directory).

zigx March 28th, 2005 05:17 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by rrr
keeping the URL from having ? or & in it is a big improvement, even for Google. You'll find deeper indexing of your pages that have static URLs.

There's a hack for vbulletin that does what he's asking for:
http://www.daniweb.com/tutorials/tutorial12725.html
(even the daniweb URL uses the forum name as a directory).

i currently use that daniweb hack on my forum. It takes like 10 min to install/configure and its the greatest thing ive Ever done for myself.

Even w/o keywords static looking URLs are the best way to go (imo).

So to answer my question, i take it that vba gallery does not support this. Is there a hack that does it? Or is there anyway that you guys can add this essential feature?

Thank you very much to all who have responded btw.

ConqSoft March 28th, 2005 05:18 PM

Re: mod_rewrite and vba Gallery URLs
 
I have search engine results that are 20-30 pages deep into some of the threads on my site. I don't see the problem with ? and & anymore. In the past, sure it may have been an issue.

If it was that big of an issue, you'd think Jelsoft would have that as a built-in option?

zigx March 28th, 2005 05:20 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by ConqSoft
I have search engine results that are 20-30 pages deep into some of the threads on my site. I don't see the problem with ? and & anymore. In the past, sure it may have been an issue.

If it was that big of an issue, you'd think Jelsoft would have that as a built-in option?

Well they do have the 'archive' and its very obvious that the archive gets spidered WAY more than the regular forum does. try searching some stuff on google and when you get forums in the SERPs, its normally archive pages.

ConqSoft March 28th, 2005 05:22 PM

Re: mod_rewrite and vba Gallery URLs
 
True, forgot about the archive, since I've never used it. :) Mainly because my site is always flooding by the big three search engines' spiders anyway, and I don't want people to be linked to the "ugly" archive page if they get my site in their search results. I'd much rather them get the real thread, where the ads, graphics, etc are.

ConqSoft March 28th, 2005 05:26 PM

Re: mod_rewrite and vba Gallery URLs
 
(And I just watched about 150 spiders work their way through my Gallery yesterday.)

zigx March 28th, 2005 05:31 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by ConqSoft
True, forgot about the archive, since I've never used it. :) Mainly because my site is always flooding by the big three search engines' spiders anyway, and I don't want people to be linked to the "ugly" archive page if they get my site in their search results. I'd much rather them get the real thread, where the ads, graphics, etc are.

yeah same here... thats why i mod_rewrote my entire forum with the hack above. My site is not linked around the net very much and its not "well known" yet. So i try my best to make the forum EAAAASy for them to get around.

zigx March 28th, 2005 05:34 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by ConqSoft
(And I just watched about 150 spiders work their way through my Gallery yesterday.)

i have a hunch that bigger sites get more effort from spiders... as i stated before, my site is not that big yet and i want to give the spiders something easy...
Plus there are other reasons... i mean when you are looking @ some search engine results and u see a URL thats like site.com/subject/ and another that looks like its generated which do u pick? I personally go for a url that doesnt look shadey and i would guess that others do the same.

The url rewriting is really important to me so as i stated before:

Quote:

So to answer my question, i take it that vba gallery does not support this. Is there a hack that does it? Or is there anyway that you guys can add this essential feature?

ConqSoft March 28th, 2005 05:34 PM

Re: mod_rewrite and vba Gallery URLs
 
I haven't seen a hack to convert it, but it shouldn't be very difficult to do.

zigx March 28th, 2005 05:36 PM

Re: mod_rewrite and vba Gallery URLs
 
Quote:

Originally Posted by ConqSoft
I haven't seen a hack to convert it, but it shouldn't be very difficult to do.

ah i see. Would you guys be willing to offer support for this?


All times are GMT -5. The time now is 05:25 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97