Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

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)
Post: #1

I got my website indexed by google, what next??


OK, after less than 48 hours google listed my website, but it doesnt appear i the tops ofcourse, I want it to, other than traffic and rating, wut else can i do


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
15-10-2007 09:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
shadav
The Forgotten One
******


Posts: 394
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 1058 (Donate)
Post: #2

RE: I got my website indexed by google, what next??


place title tags into all you of your links on your pages and alt tags onto all of the images on your pages
make sure to use good keywords for this...

http://webmasters-forums.com/make-top-se...t-234.html


Foamy Fanatics Fan Site
Webmasters Resource Forum Photos For Sale
15-10-2007 09:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #3

RE: I got my website indexed by google, what next??


Also validate the Page with HTML Validator. You have to keep your pages error free. Add necessary tags...

Also read every threads posted on the SEO section. Thats all..
You can reach to the top.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
15-10-2007 10:16 PM
Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #4

RE: I got my website indexed by google, what next??


well my website is a forum.. how can i validate it


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
15-10-2007 10:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #5

RE: I got my website indexed by google, what next??


Go to: http://validator.w3.org/

Check your site pages. I think your forum uses MyBB. Then there are some simple errors if you using the default template. If you using other templates, then check the pages and if it holds errors, change the template codes to fix the errors.

Don't forget to check errors for every pages, I mean index.php, showthread.php, showforum.php, ect..


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
15-10-2007 10:24 PM
Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #6

RE: I got my website indexed by google, what next??


it gave me 57 errors Big Grin and all not that easy.. and i use the main template


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
15-10-2007 10:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #7

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,

Code:
<!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
Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #8

RE: I got my website indexed by google, what next??


well i cant seem to find which page has the header, i want to add meta tags too and thats my problem


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
15-10-2007 10:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #9

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
Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #10

RE: I got my website indexed by google, what next??


ok did that, and now it gives me 36 errors :S and i dont understand them too :S


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
15-10-2007 10:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #11

RE: I got my website indexed by google, what next??


bojomojo Wrote:
ok did that, and now it gives me 36 errors :S and i dont understand them too :S


Carefully go through each errors.. You can fix them all. Use representations like &, etc.. on links with codes &amp;, etc..


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
15-10-2007 10:56 PM
Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #12

RE: I got my website indexed by google, what next??


it gives me errors with the code i edited.. like this one

Code:
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


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
15-10-2007 10:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #13

RE: I got my website indexed by google, what next??


bojomojo Wrote:
it gives me errors with the code i edited.. like this one

Code:
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
Find all posts by this user Quote this message in a reply
Cedik
Moderator
*****


Posts: 424
Group: Moderators
Joined: Aug 2007
Status: Away
Reputation: 2
Points: 575 (Donate)
Post: #14

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:

markup validator Wrote:
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
Visit this user's website Find all posts by this user Quote this message in a reply
walsh
Senior Member
****


Posts: 401
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 0
Points: 680 (Donate)
Post: #15

RE: I got my website indexed by google, what next??


Use

Quote:
" "

with the attributes.


16-10-2007 05:53 PM
Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #16

RE: I got my website indexed by google, what next??


still it might till him the same.. attributes are the most errors they give


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
16-10-2007 07:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cedik
Moderator
*****


Posts: 424
Group: Moderators
Joined: Aug 2007
Status: Away
Reputation: 2
Points: 575 (Donate)
Post: #17

RE: I got my website indexed by google, what next??


walsh Wrote:
Use

Quote:
" "

with the attributes.


Well, ok I will...
But still... why did I had that error? I was using a script that I didn't alter in any way >.>
There shouldn't have been any errors!


MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
16-10-2007 08:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bojomojo
Senior Member
****


Posts: 363
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 1
Points: 256 (Donate)
Post: #18

RE: I got my website indexed by google, what next??


the validator is actually so strict, i used some tags that google themselves suggested and it gave me an error too Big Grin


Paid to Post webmastering forums, high rates | Fastest free image host.


Tech Blog, latest offers like free domains, hosting and everything
16-10-2007 08:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #19

RE: I got my website indexed by google, what next??


bojomojo Wrote:
the validator is actually so strict, i used some tags that google themselves suggested and it gave me an error too Big Grin


Well the page you trying to make with Validator is DHTML document, not HTML document. See the syntax of DTML DTD from W3C.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
17-10-2007 03:34 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Is google going to remove pagerank? Cedik 10 388 01-05-2008 04:31 AM
Last Post: TryUsOut
  Our Link Directory made it to number two on Google... TryUsOut 7 251 01-05-2008 04:28 AM
Last Post: TryUsOut
  Google Page Rank - A Simple Explanation ivenms 32 977 19-04-2008 10:37 AM
Last Post: Menard
  How do you think about google adsense? seinkalar 7 147 15-04-2008 06:33 AM
Last Post: ivenms
  Create your own google search scorpion 13 346 23-11-2007 03:13 AM
Last Post: khena25
  Google Depromoting themself with Their Ads Lord_Daksh 2 198 23-11-2007 02:31 AM
Last Post: ivenms
  How do I add my Website to Google? clookid 32 1,677 06-11-2007 04:14 AM
Last Post: ivenms
  Google Indic Transliterator sridatta 6 243 06-11-2007 04:07 AM
Last Post: Cedik
  Any sites can harm my website if linking to it? bojomojo 13 355 25-10-2007 10:08 AM
Last Post: Menard
Wink How Much Domains Google Have ? ivenms 17 2,074 13-10-2007 05:56 AM
Last Post: ivenms

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Website of the Month

Create-a-Page for Free
SOTM June 2008


Accepting Submissions
for July 2008
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 06-09-2008, 12:30 AM


Copyright © 2002-2008 MyBB Group
Powered By MyBB