|
I got my website indexed by google, what next??
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 15-10-2007 09:17 PM |
|
|
shadav
The Forgotten One
     
Posts: 394
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 1058 (Donate)
|
|
| 15-10-2007 09:22 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 15-10-2007 10:16 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 15-10-2007 10:20 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 15-10-2007 10:24 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 15-10-2007 10:25 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: I got my website indexed by google, what next??
Some of them are repeated error. The problem with the default HTML template is that the pages are not defined their DOCTYPE.
Just use the following code replacing <html> on page beginning,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 15-10-2007 10:30 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 15-10-2007 10:34 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: I got my website indexed by google, what next??
For Index.php,
Go to: Index Page Templates => Expand => index.
For threads: Show Threads Pages => Expand => showthread.
For Forums: Forum Display Pages => Expand => forumdisplay.
Then change the first line with the code I given.
Note: Also add the language specification meta tag, not on those pages, but in headerinclude.
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 15-10-2007 10:38 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 15-10-2007 10:50 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 15-10-2007 10:56 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 15-10-2007 10:57 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: I got my website indexed by google, what next??
it gives me errors with the code i edited.. like this one
Line 2, Column 2: DTDs other than base allowed only if CONCUR YES or EXPLICIT YES.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
They provide some suggestions also. use those codes..
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 15-10-2007 11:06 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: I got my website indexed by google, what next??
Hmm... I tried to use that tool too and here's what they told me:
Validation Output: 1 Error
1. Error Line 12, Column 27: there is no attribute "HEIGHT".
<table width='100%' height='100%'>
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Now, that's weird since my page is a php script, more exactly a php-fusion template and I didn't edit the coding part at all so far so there shouldn't be any errors.
On top of that, the page that they would see should be a simple image that says: "The site is closed for the moment, we will announce you when it opens"
So, where does that error come from? Don't tell that the fusion script has errors in it :|
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
This post was last modified: 16-10-2007 05:12 PM by Cedik.
|
|
| 16-10-2007 05:11 PM |
|
|
walsh
Senior Member
   
Posts: 401
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 0
Points: 680 (Donate)
|
RE: I got my website indexed by google, what next??
Use
" "
with the attributes.

|
|
| 16-10-2007 05:53 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 16-10-2007 07:21 PM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
|
| 16-10-2007 08:11 PM |
|
|
bojomojo
Senior Member
   
Posts: 363
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 1
Points: 256 (Donate)
|
|
| 16-10-2007 08:13 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 17-10-2007 03:34 AM |
|
|