GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   SEO question (https://gfy.com/showthread.php?t=1005326)

luqita 01-09-2011 07:34 PM

SEO question
 
Hi! I've been reading the SEO articles at the forums, but I'm not sure about one thing (and I'm a noob anyways at it)

Suppose I have index.php, which contains links to galleries. One of the links takes you to interracial sex galleries, another one to blowjob galleries, and so on.

What would be better for the destination? Would it be better to make it galleries.php?=blowjobs or galleries.php?=interracial, or is it better to generate the files separately and then have www dot mysite dot com/interracial, or www dot mysite dot com/blowjobs

Does it make any difference? I want the site to be as SEO friendly as possible and I'm not really sure if any of the above solutions is better than the others, my guess is that it would be better to generate htmls separately but I could be wrong and it could mean no difference.

Thanks!

michael.kickass 01-10-2011 10:29 AM

For SEO purposes you should concentrate on the keywords you choose and the meta description, both contained in your html/php index file. Your pictures should have descriptive names like hot-blonde-sucking-cock.png instead of 934652975.jpg. The texts should use the keywords you choose wisely, don't overuse them.

About your question, I'm no expert but I believe there won't be much difference.

jimmycooper 01-10-2011 01:49 PM

I've think subdomains are better than subdirectories..
ie. blowjobs dot yoursite dot com instead of www yoursite dot com/blowjobs

Sexgenoten 01-10-2011 02:32 PM

Found an article about it.

bestrank.com/blog/putting-end-to-subdomains-vs-subdirectories-debate

In short
Quote:

The decision to utilize subdirectories and or subdomains can be thought of as a marketing and an information architecture consideration, largely based on how you want your site's content to be recognized by the engines and how you want to position yourself on the web for maximum profitability.

chaze 01-11-2011 05:16 PM

Quote:

Originally Posted by luqita (Post 17832047)
Hi! I've been reading the SEO articles at the forums, but I'm not sure about one thing (and I'm a noob anyways at it)

Suppose I have index.php, which contains links to galleries. One of the links takes you to interracial sex galleries, another one to blowjob galleries, and so on.

What would be better for the destination? Would it be better to make it galleries.php?=blowjobs or galleries.php?=interracial, or is it better to generate the files separately and then have www dot mysite dot com/interracial, or www dot mysite dot com/blowjobs

Does it make any difference? I want the site to be as SEO friendly as possible and I'm not really sure if any of the above solutions is better than the others, my guess is that it would be better to generate htmls separately but I could be wrong and it could mean no difference.

Thanks!

first get rid of the =? if possible there has been lots of rumors for years about how that will hurt you. And you never see high ranked sites with it.

Next each page name should match the link going to it. and the page itself should have the key word about 10-30 times.

Then get other relevant good sites to link to the page with the keywords in the links.

This should keep you busy for a while.

Sexgenoten 01-11-2011 07:22 PM

Quote:

Originally Posted by chaze (Post 17837059)
first get rid of the =? if possible there has been lots of rumors for years about how that will hurt you.

I havent looked into it but i was told if u use index.php?boobies, google will automatically follow that link and index the page.
That way, there is no need to make diffrent .html files.

But again, i havent personaly looked into it.

luqita 01-14-2011 08:41 AM

Thanks for the answers... I made it using sub-directories.

Thanks also for the advice on keywords and picture names :)

sexyangela 01-19-2011 03:13 AM

Remove all the symbols, ie, '%','&','*','=' etc. These special characters are known as spider traps. The crawlers crawling a site will get confused by these symbols and characters. Make sure that the URL brings sense to the users.

bignasty 01-29-2011 06:31 PM

Quote:

Originally Posted by chaze (Post 17837059)
first get rid of the =?

If your script passes the variable as GET, which it will if it's just clicking a link, you can't get rid of the ?, as that is used to denote your variables. What you can do is use .htaccess to give it a more search engine friendly url.

robber 01-30-2011 11:03 AM

You might want to try something like this in your .htaccess file:

Code:

RewriteEngine On
RewriteBase /

RewriteRule ^/([^/\.]+)/?$ gallery.php?type=$1 [L]

It will redirect everything to gallery.php, i would suggest using a prefix before so it's targeted but that would be your choice.


All times are GMT -7. The time now is 04:42 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123