GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Question for SEO Gurus out there (https://gfy.com/showthread.php?t=1175190)

2MuchMark 10-07-2015 11:19 AM

Question for SEO Gurus out there
 
Hey all... question for the SEO Gurus:

If you have a dynamic link that does not exist all the time, how do you stop Engines from indexing it or validators from flagging it as invalid?

For example, I have a link that looks like this:

/Directory/SubDirectory/ProgramName.cgi/content

Sometimes this content is online and sometimes it is not.

I have tried inserting rel="nofollow" into the link, but validators still see this as 404 error.

What am I missing?

Rob 10-07-2015 11:36 AM

Use .htaccess to omit.

Google Expert 10-07-2015 11:42 AM

put this into your robots.txt

User-agent: *
Disallow: /Directory/SubDirectory/

or

User-agent: *
Disallow: /Directory/SubDirectory/ProgramName.cgi

2MuchMark 10-07-2015 02:42 PM

Quote:

Originally Posted by Rob (Post 20598765)
Use .htaccess to omit.

Can you show me an example?

Fat Panda 10-07-2015 02:49 PM

https://en.wikipedia.org/wiki/Noindex

2MuchMark 10-07-2015 03:12 PM

Quote:

Originally Posted by Muad'Dib (Post 20598771)
put this into your robots.txt

User-agent: *
Disallow: /Directory/SubDirectory/

or

User-agent: *
Disallow: /Directory/SubDirectory/ProgramName.cgi



Hi Muad'Dib,

Thanks for the info. For now, page validators keep showing the pages I don't want indexed anyway, so I'm thinking that only htaccess will work in this case. I'll use your suggestion too just to be sure.


Quote:

Originally Posted by Fat Panda (Post 20598904)

Hi Fat,

I already have rel="nofollow" in the links to those pages. Do you think I should use rel="no index" too?

Google Expert 10-07-2015 03:45 PM

Quote:

Originally Posted by ********** (Post 20598918)
Hi Muad'Dib,

Thanks for the info. For now, page validators keep showing the pages I don't want indexed anyway, so I'm thinking that only htaccess will work in this case. I'll use your suggestion too just to be sure.

Page validators are not the same as SE bots.

You are basically giving (allowing) the address to page validators to go to and check.

But when SE bots come to your site, they read the instructions first and don't go to those directories, because it's forbidden.

O MARINA 10-07-2015 07:30 PM

Quote:

Originally Posted by Muad'Dib (Post 20598935)
Page validators are not the same as SE bots.

You are basically giving (allowing) the address to page validators to go to and check.

But when SE bots come to your site, they read the instructions first and don't go to those directories, because it's forbidden.

Oh hello
Seo Guru hit me up sometime!

Fat Panda 10-07-2015 07:33 PM

u want this between head tags on that page

<meta name="robots" content="noindex">

Fat Panda 10-07-2015 07:34 PM

rel="nofollow" has nothing to do with what youre trying to do


All times are GMT -7. The time now is 10:19 AM.

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