Hello,
what is the best way to add meta keywords and description to hesk?
I duplicated the title php code to new meta tags i added to header.inc.php, but now title, description and keywords are all the same. is there a better way to do this?
Thanks.
Meta tags
Moderator: mkoch227
Re: Meta tags
You would have to create a variable for the header file and declare that variable in each and every function that prints out HTML code - I'm afraid not something I can help with.
For what it's worth - modern search engines don't use meta tags for rankings.
For what it's worth - modern search engines don't use meta tags for rankings.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Meta tags
Thanks Klemen for your reply, I think there should be an easier way with already declared variables, but im not sure about how to achieve that.Klemen wrote:You would have to create a variable for the header file and declare that variable in each and every function that prints out HTML code - I'm afraid not something I can help with.
For what it's worth - modern search engines don't use meta tags for rankings.
Re: Meta tags
If meta tags are "not used by search engines" is there a way to block Google from indexing items in my Hesk that are not intended to be public (eg, knowledgebase)? I have added Disallow=/ to the robots.txt.
Re: Meta tags
Sure, Google (and all other legit search engines) obey the robots.txt file.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Meta tags
I added Disallow: / - Is that correct? No more "noindex, nofollow"?
User-agent: *
Disallow: /admin/
Disallow: /attachments/
Disallow: /inc/
Disallow: /language/
Disallow: /change_status.php
Disallow: /download_attachment.php
Disallow: /print.php
Disallow: /rate.php
Disallow: /submit_ticket.php
Disallow: /suggest_articles.php
Disallow: /suggest_email.php
Disallow: /ticket.php
Disallow: /
User-agent: *
Disallow: /admin/
Disallow: /attachments/
Disallow: /inc/
Disallow: /language/
Disallow: /change_status.php
Disallow: /download_attachment.php
Disallow: /print.php
Disallow: /rate.php
Disallow: /submit_ticket.php
Disallow: /suggest_articles.php
Disallow: /suggest_email.php
Disallow: /ticket.php
Disallow: /
Re: Meta tags
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools