Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Meta Tags.
Sat, Jun 1 2024 9:24 PMPermanent Link

Steve Gill

Avatar

Does anyone know if there is a way to add the following tags to EWB apps:

<link rel= canonical" href="" name="https://www.mysite.com/content">">https://www.mysite.com/content">

<meta name="googlebot" content="noindex">

I'm assuming I would have to edit the generated HTML page.

= Steve
Sun, Jun 2 2024 9:13 AMPermanent Link

erickengelke

Avatar

Steve Gill wrote:
>  Does anyone know if there is a way to add the following tags to EWB apps:
> <link rel= canonical" href="" name="https://www.mysite.com/content">">https://www.mysite.com/content">
> <meta name="googlebot" content="noindex">
>
> I'm assuming I would have to edit the generated HTML page.

Yes, that would be nice.  However, it hasn't happened.

What I did was write a PHP index.php script which reads and adds the necessary content before displaying it.  That way I don't have to remember to edit the script every time I update it.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Sun, Jun 2 2024 6:51 PMPermanent Link

Steve Gill

Avatar

<< erickengelke wrote:

Yes, that would be nice.  However, it hasn't happened.

What I did was write a PHP index.php script which reads and adds the necessary content before displaying it.  That way I don't have to remember to edit the script every time I update it. >>

Good idea.  I'll have to do something similar.

= Steve
Image