Meta tags are mess up other website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
HarPaddy
Forum Commoner
Posts: 40
Joined: Tue Feb 03, 2009 12:54 am

Meta tags are mess up other website

Post by HarPaddy »

Hi,


My website Meta title, Description are messing up with some other website when i try to place my URL on posting it into Facebook.

And also some header content is displaying when i tried to see it on MAC system.
Is it mean something problem of site hacking?

Could anyone please help on this? bit confusion of whats happening .

Thanks in Advance
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Meta tags are mess up other website

Post by social_experiment »

Can you paste the code giving you problems?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
HarPaddy
Forum Commoner
Posts: 40
Joined: Tue Feb 03, 2009 12:54 am

Re: Meta tags are mess up other website

Post by HarPaddy »

Thanks for giving reply.

I have developed the site in Joomla.
The meta data code in my website is this,
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Graphic India, Webcomics, India, Liquid Comics, Comics, Comic, digital, Devi, Sadhu, Deepak Chopra, Ramayana, Ramayan, Ram, Rama, Ganesh, Hindu, Mythology, Hinduism, Ganesha, Comic book, graphic novel, Snakewoman, Naagin, Naag, Myth, Legend, pop-culture, movie reviews, video games, game reviews, tv, tv reviews" />
<meta name="description" content="Graphic India - India's Premiere Webcomic and Pop-Culture Site" />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
<title>Graphic India - India's Premiere Webcomic and Pop-Culture Portal</title>


But its showing different in MAC systems and safari browser for some users, others getting fine.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Meta tags are mess up other website

Post by social_experiment »

HarPaddy wrote:But its showing different in MAC systems and safari browser for some users, others getting fine.
The code (html) is probably not the issue then as other browsers render it without issues; You may need additional stylesheets for these browsers.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply