seo - putting javascript after </html> tag -
gtmetrix showing me defer parsing of javascript seo purpose of website
for searched forums, google etc., got should placed after tag in template head.php file
but if cut , paste javascript file call head.php file , if unpublished specific module load or not?
and there many javascript files in modules loading on specific condition checking , if put files default in head.php, cause problem?
and i'm using joomla 1.5 framework
please me, i'm stucking on problems since many days not getting proper solution.
thanks, rahul
seo crawlers don't care place javascript. looks trough whole page information. lots of people add javascript in head it's located in same place.
the best place putting javascript @ end of file, because of users visit page. browser can render page while javascript still not needed(most of pages). javascript should put in own file, because browser can cache .js file request. way page loads faster , uses less bandwidth.
Comments
Post a Comment