PDA

View Full Version : Simple and very useful idea for SEO and bandwidth saving


abdobasha2004
08-04-2009, 10:13 AM
I have an Idea, but I need a programmer
I do not know about php and xml but I know about SEO
the Idea is :
showing tags like
<!-- /logo -->

<!-- content table -->
for adminstrators only or members only using vbulletin if condition like
<if condition="$show['member']"></if>

these tags appear only in html source of the page
if there is plug in or mod that can phrase every tag starting with "<!--"
in an if condition this will decrease the page size a lot wich will help very much in SEO and saving band width

to sum up

the mod idea is not to show tags like <!-- /logo --> to visitors

thanks

Marco van Herwaarden
08-04-2009, 10:35 AM
How does that help with SEO?

abdobasha2004
08-04-2009, 03:52 PM
How does that help with SEO?
1- Much lower page size
2- Faster loading time
3- both will increase visitor time on site

reead this google blog post abouyt website speed and how important they are :
http://googleblog.blogspot.com/2009/06/lets-make-web-faster.html

Marco van Herwaarden
08-05-2009, 07:26 AM
Those are arguments for human visitors on your site, not for SEO (Search Engine Optimisation).

abdobasha2004
08-05-2009, 12:12 PM
Those are arguments for human visitors on your site, not for SEO (Search Engine Optimisation).
oh no
I know that
I want to remove them
so the page may load faster as the page size is decreased !!

abdobasha2004
08-06-2009, 06:15 PM
any one can help with this?

Lynne
08-06-2009, 06:18 PM
I can't imagine that removing the few comments in the page source are going to reduce the page load time that much. Besides that, you will be running many additional conditions (php processing) on every page which will increase the amount of time to parse the page.