Page 1 of 2
Seartch engines.
Posted: Wed 14. Jun 2006, 16:10
by ancerick
i have a problem.. i have a site built with phpWCMS, but search engines cant read from text thats not on index...
whats the point of having a site that search engines cant c the content on
what should i do oh gurus of computer magic
....i seriously need help

Posted: Wed 14. Jun 2006, 17:13
by flip-flop
Hi ancerick,
1. What Version did you use?
2. Have you create an "redirect to:" at the article?
http://faq.phpwcms-docu.de/14_61_en.html
3. Using JS?
4. Please give us a link?
Knut
Posted: Thu 15. Jun 2006, 08:13
by ancerick
link is
http://www.allando.ee
i tryed your link provided and thers this thingy where u can test your webpage.. sorry didnt understand what i was supposed to get out of the request...
i probly need more exact schooling here like: " ok noob go find this button .. now press it ... did u miss the button? try hitting it again.." kind of stuff
i did get: HTTP Status Code: HTTP/1.1 200 OK... dose that mean its ok? probly not
oh and i think version is: 1.1-RC4 27-08-2004 if im correct
Posted: Thu 15. Jun 2006, 10:44
by flip-flop
Hi ancerick,
I don´t support this
clone of phpWCMS called
ecwador wcms. I can´t see the right copyright at Login and HTML code.
Code: Select all
(www .allando .ee) ( www .ecwador .ee)
Your problem is clear for me.
Knut
Posted: Thu 15. Jun 2006, 12:38
by Oliver Georgi
same as I can see - it's not possible to get support if GPL is broken. Please fix that first or contact the person has setup the website for you.
Oliver
Posted: Thu 15. Jun 2006, 13:57
by ancerick
lol the problem is that i took over that project from a previous person who worked here .. seems he messed with some part he shouldnt have..

oh well first can u tell me what file should i change and to what .. i dont realy give a crap about changeing it to anything u guys want rofl
what a hell is GPL?... anyway im open to sugestions .. just make em simple
if its part of copyright i seriously cant c the reason it has been edited out... id be happy to put it back there.. im sure no-one would mind
but thers one thing i have to know .. is it possible to get it working with seartch engines or not?
Posted: Thu 15. Jun 2006, 14:59
by Oliver Georgi
yes it is possible to get it working for search engines too. But
1. it's a frame based website
2. this is what a search engines is seeing
Code: Select all
<script language="javascript">
document.write( unescape( '%3C%21%44%...
</script>
You can guess = nothing. Disable JavaScript and reload. And that's the same view for a search engine.
And yes GPL is the licence under which phpwcms is released:
http://www.gnu.org/licenses/licenses.html
Better to switch the site to a current release of phpwcms.
regards
OLiver
Posted: Thu 15. Jun 2006, 15:29
by ancerick
current release? it seems like hell of a lot of work... couldnt i just edit some parts of the website? what if the guy has built in some stuff that get a conflict with the current release? id be fucked then

..
could u just copy/past some stuff that needs to be put in general form that would fix this...?
im new to PHP but maybe i could just put some text between <!-- and //--> tags? so it would be part of evry pages source and all be good? besides i have never set up a module and i seriously cant risk of that screwing up the page... i already had to fix other problems with that site and it has bee enuff for me
i could also clean up the login so it would read phpWCMS
Posted: Thu 15. Jun 2006, 15:53
by Oliver Georgi
hey this is really impossible because it's not known how many changes are done in the version of phpwcms you use.

Or are you willing to pay for it?
Oliver
Posted: Thu 15. Jun 2006, 22:00
by Klappstuhl28
maybe you should at least something like this
http://www.w3.org/TR/html401/struct/global.html
and of course:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2005 of Oliver Georgi. Extensions are copyright of
their respective owners. Visit project page
http://www.phpwcms.org for details.
//-->
Posted: Fri 16. Jun 2006, 08:18
by ancerick
Klappstuhl28 wrote:maybe you should at least something like this
http://www.w3.org/TR/html401/struct/global.html
and of course:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2005 of Oliver Georgi. Extensions are copyright of
their respective owners. Visit project page
http://www.phpwcms.org for details.
//-->
done

Posted: Fri 16. Jun 2006, 09:00
by Klappstuhl28
<META HTTP-EQUIV="
expires" CONTENT="Wed, 26 Feb
1997 
08:21:57 GMT">
On the way to the 10th anniversery!!!!
You should really read the link about the meta-tags.

A search engine no matter if google or another
need some information to index your page.
Posted: Fri 16. Jun 2006, 09:48
by ancerick
Klappstuhl28 wrote:<META HTTP-EQUIV="
expires" CONTENT="Wed, 26 Feb
1997 
08:21:57 GMT">
On the way to the 10th anniversery!!!!
You should really read the link about the meta-tags.

A search engine no matter if google or another
need some information to index your page.
lol yeah sry i wasnt realy reading cause im busy as hell... new place shit loads of work ...

ill try t get it fixed

Posted: Sat 24. Jun 2006, 16:26
by ancerick
okk.. whole thing just got wierder for me .. can some one pleaze explain me this:
http://www.allando.ee ---- i get strange NOT seartch enginge friendly header
new.allando.ee ----- works just the way its intended to
they are the same webpage.... wtf

im open to suggestion.
Posted: Sat 24. Jun 2006, 16:35
by Oliver Georgi
no they are not the same. See - this is written using javascript - and javascript stuff is not visible for search engines - and it uses frames too.
http://www.phpwcms.org/support/allando.ee.png
Oliver