473,806 Members | 2,229 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Yet another SEO question related to HTML

14 New Member
Hi,
I know how annoying these SEO questions can get, but I was hoping someone could quickly answer mine <link removed>:

1)Is a certain way of coding using HTML better in terms of SEO?

2) What exactly is the difference btw XHTML and HTML? is one better than the other in terms of SEO?

3) Online tools say that my site: http://www.rblog.net16.net/
is NOT indexed. But when I type in the URL it appears on google, even though its not the first entry, even though the search should produce one unique result....
Is there a reason this occurs?

4)It appears the google robots have not crawled the site in ages since I have changed the description and title meta tags. I just wanted to confirm (as I have seen this question in another forum) that I DO NOT have to submit my site to google after I have edited the meta tags?
Sep 7 '10 #1
17 2056
londres9b
106 New Member
1)Is a certain way of coding using HTML better in terms of SEO?
I'm not an expert on that but I guess not really. Except some things:
> Having unique, accurate page titles
> Using the meta tags description and keywords. Make sure the description is related to the actual page content and not general across all site.
> Using alt tags on images


2) What exactly is the difference btw XHTML and HTML? is one better than the other in terms of SEO?
XHTML is a "cleaner, stricter" version of HTML. (W3Schools)
It has these differences:
> All code (tags,..) must be in lowercase
> All elements must be closed and properly nested
> check the w3schools tutorial on XHTML

No, I think not. If your code has no errors or so it doesn't matter if it's HTML or XHTML.


3) Online tools say that my site: http://www.rblog.net16.net/
is NOT indexed. But when I type in the URL it appears on google, even though its not the first entry, even though the search should produce one unique result....
Is there a reason this occurs?
I've searched for your site and I couldn't find it.. :(
Yap, sorry, I found it on Google.. I don't know what's going on with your site. Try to use webmaster tools.
I recommend you submit your site to Bing (and Google.)If you don't yet use Google Webmaster tools, I recommend using it.


4)It appears the google robots have not crawled the site in ages since I have changed the description and title meta tags. I just wanted to confirm (as I have seen this question in another forum) that I DO NOT have to submit my site to google after I have edited the meta tags?
That doesn't make sense.. Of course you don't. Google will comeback to your site regularly.
Make use of the Google Webmaster tools to see what's going on with your site.

hope I helped. :)
Sep 18 '10 #2
drhowarddrfine
7,435 Recognized Expert Expert
1) Yes and no. A book is easier to read if you use chapters, title and paragraphs. A web page is easier for search engines if you structure it the same.

2) XHTML is HTML reformulated using XML. It was developed for those who use XML data. But most people don't serve XHTML as XHTML and the browser interprets it as broken HTML anyway ("tag soup"). So anyone who claims XHTML is better than HTML in any way doesn't understand all the technicals behind that.

Neither is better or worse for SEO because the engines look for tags.
Sep 18 '10 #3
Johnsei
1 New Member
Did you ever give a thought about semantic html? If your html is semantically correct, then yes, your html is good for SEO. That means appropriately using <h> tag, understanding the between <b>and<strong>t ags. There are quite lot of such subtle difference between semantically sound html and bad html.
Nov 25 '10 #4
Bryan Cheung
55 New Member
Use the right doctype then it doesn't matter if you use HTML or XHTML. The doctype is very very important for search engines because that is how they know best if they are reading html or xhtml(so does the browser!).

And Johnsei mentioned it but semantic html is also pretty important for search engines. Use header-tags for headers, paragraph-tags for paragraphs and tables for tabulair data(and not structuur!), divisions on websites are made with the div-tag.

B.
Dec 2 '10 #5
drhowarddrfine
7,435 Recognized Expert Expert
No, the doctype means nothing to search engines. Nor do they care whether you use HTML or XHTML. They view the structure and content of the page only. While XHTML does allow custom tags and attributes, search engines will ignore those since they are undefined for the most part.
Dec 2 '10 #6
Bryan Cheung
55 New Member
Search engines doesn't look at doctype anymore? they used to?

But how do they recognise the structure then?
Dec 2 '10 #7
drhowarddrfine
7,435 Recognized Expert Expert
Search engines never looked at doctype. The structure is never different because of that. <h1> is <h1> no matter what doctype you use.
Dec 2 '10 #8
Bryan Cheung
55 New Member
But how do you know where the title stops, or does your title dont stop?
Dec 2 '10 #9
drhowarddrfine
7,435 Recognized Expert Expert
In xhtml, title ends with an end tag. In html, it ends at the next left arrow bracket.
Dec 2 '10 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

34
4476
by: Niels Berkers | last post by:
Hi, i'd like to host my web pages using multiparts to reduce the number of hits on the server. i know this isn't a real PHP subject, but i'll try it anyway. i've been searching the web for solutions and examples with no succes. does anybody know a good starting point hints / tips are also welcome Regards
1
2300
by: Mark Richards | last post by:
Assume I have downloaded a couple of related html web pages with (locally transformed) links between them. Now I want to put all these html source files into ONE *.pdf or *.chm file. All the links should be kept and available in the target file. Are there any converter which are able to do this? Again: I do not want just a single html web page converter. The converter must be able to compile a set of files at once !!! Mark
26
2450
by: Dave Patton | last post by:
http://members.shaw.ca/davepatton/gps.html In another newsgroup(related to GPS), in regards to the above page, someone said: ---------------------------------------------------------------------- That page has quite a cryptic title: "CIS: GPS". I saved the URL in my browser but changed the title to "Patton's GPS pages". The headings are rather haphazard. For example, the first one ("On This Page") is a third level heading (an <h3>),...
3
11109
by: Jason | last post by:
I am trying to filter records in a primary form based on records in related tables. The data in the related tables is being displayed in the primary form through subforms. To be more specific, I have a primary form named TestResults, which is connected to data in a table named TestResults. There are basically two other tables that are related to the TestResults table (and the primary form) named Names-Normalized and SiteAddresses. The...
4
2108
by: J Huntley Palmer | last post by:
How may I setup a proper HTML mail message with embedded href links using PHP, that follows all the MIME rules? Any examples or links would be appreciated. Thanks!
0
1672
by: Gawn | last post by:
Dear all, Greeding from Thailand. Need help for my news script. I am trying to display news which keywords match the current page keywords. I am using Dreamweaver 8 and PhpMyAdmin to manage MySQL. May I explain you what I have done. My database and data in that look like this. //* Data Base -- phpMyAdmin SQL Dump -- version 2.6.2-pl1 -- http://www.phpmyadmin.net --
5
1246
by: Ansuiya | last post by:
I m anu ,new to this site.. Well i have a query related HTML.Can any one please tell me if there are any new features introduced in HTML and they should b validated by w3c. Thanx
10
2386
by: Roderik | last post by:
Hi, This is a folluw-up from the html group because it was considered off-topic there. I am wondering why (half of the) squared images are not aligned on the right of the text in Internet Explorer (using <img ... align="right" />. I thought this was supported even in IE. In FF and Opera it works fine. http://www.roderik.net/2008/05/25/robotchallenge-vienna-2008/ Please don't bother about the few javascript errors (non-CDATA) in the
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10617
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5545
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3849
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.