Linkman SEO friendly or not

Problems installing LinkMan?
Post Reply
SteveC
Posts: 4
Joined: Sun Aug 15, 2010 1:28 pm

Linkman SEO friendly or not

Post by SteveC »

Script URL:
Version of script: Linkman 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:

Just checking if Linkman is SEO friendly, as I was using google web tools to check my site
and it didn't pick up anything in the links folder where linkman is living,
all the info is in the linksinfo.txt file and is showing up OK in all browsers.
its an issue for me as I need the links seen by search engines.

Can anyone confirm yes or no

Many thanks
Steve C.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Linkman SEO friendly or not

Post by Klemen »

Search engines have no problems picking up linkman links page.

Note that search engines won't be looking at the "linkinfo.txt" file - this is just the database file with all the details. Search engines will have access to your links page.

Just make sure you place a link to links.php somewhere on your website.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
SteveC
Posts: 4
Joined: Sun Aug 15, 2010 1:28 pm

Re: Linkman SEO friendly or not

Post by SteveC »

Hi Kleman

After checking & checking again and using w3.org checklink still no joy :?
so change some files back to original (sometimes it works as I've been messing about :oops: )
still nothing, back to basics logged in and see I've played with the

Normal links or redirects: settings :cry:

To everyone out there "DON'T TOUCH THIS" unless you know what you are doing.
it masks the links with:

http://yourdomain.com/linkman/go.php?ur ... nkyard.com

and confuses robots crawlers etc.
but I'm sure its go for some thing :)
Steve C.
Kruzon
Posts: 4
Joined: Sat Mar 05, 2011 9:44 am

Re: Linkman SEO friendly or not

Post by Kruzon »

If Linkman is placed within a Iframe scroll box are teh links still SEO friendly?
rcetc
Posts: 3
Joined: Mon Feb 25, 2013 8:01 pm

Re: Linkman SEO friendly or not

Post by rcetc »

I find that SEO friendly can be determend by how you have your meta tags set. These are some I am using and work well for me. I place this script in my header.txt before the line: <style type="text/css">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title> YOUR TITLE </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css;">
<meta name="Author" content="YOUR INFORMATION">
<meta name="Keywords" content="Links, Links Directory, Reciprocal Links, Links Management">
<meta name="Description" content="YOUR DESCRPTION">
<meta name="rating" CONTENT="General">
<meta name="revisit-after" CONTENT="31 days">
<meta name="distribution" CONTENT="Global">
<meta name="robots" content="noarchive"> <! --This is requiered by Screenshots to prevent cached action. You can also try: <meta http-equiv="Cache-Control" content="no-cache" /> -->
<meta name="robots" content="index, follow">

In the end this works for me.
Post Reply