- Posts: 51
- Thank you received: 0
SEO questions
- van Dyk
- Topic Author
- Offline
- Senior Member
-
Less
More
3 years 5 months ago #147737
by van Dyk
SEO questions was created by van Dyk
Hi Tuan,
I come back with SEO questions.
In our EB calendar page here :
www.lefoodist.com/paris-cooking-class-availabilities
we have two robots meta tags, one "noindex, follow", and one "noindex, nofollow".
The second one "noindex, nofollow" is coming from the item menu "availibilites", and is the one we want to be considered.
We don't know where from comes the first tag "noindex, follow".
Is that in the EB files ?
Which one would be considered by the robots ?
In fact, we would like all pages EB being tagged as "noindex, no follow".
We think that if the calendar page, list views, EB modules, and search results are tagged liked that, all the other pages will not be indexed.
But maybe it's not the right way to think ?
Hope you will be able to help !
Thanks,
Catherine
I come back with SEO questions.
In our EB calendar page here :
www.lefoodist.com/paris-cooking-class-availabilities
we have two robots meta tags, one "noindex, follow", and one "noindex, nofollow".
The second one "noindex, nofollow" is coming from the item menu "availibilites", and is the one we want to be considered.
We don't know where from comes the first tag "noindex, follow".
Is that in the EB files ?
Which one would be considered by the robots ?
In fact, we would like all pages EB being tagged as "noindex, no follow".
We think that if the calendar page, list views, EB modules, and search results are tagged liked that, all the other pages will not be indexed.
But maybe it's not the right way to think ?
Code:
<html lang="en-us" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="noindex, follow" />
<link rel="icon" type="image/x-icon" href="[url=view-source:https://www.lefoodist.com/images/favicon.ico]/images/favicon.ico[/url]" />
<meta charset="utf-8" />
<base href="[url=view-source:https://www.lefoodist.com/paris-cooking-class-availabilities]https://www.lefoodist.com/paris-cooking-class-availabilities[/url]" />
<meta name="keywords" content="Paris Cooking Class Availabilities, Paris Pastry Class Availabilities, Paris Wine Class Availabilies" />
<meta name="robots" content="noindex, nofollow" />
<meta name="description" content="Check and make a reservation at Le Foodist cooking class, pastry class and wine tasting class." />
<title>Cooking Class Availabilities - Le Foodist</title>
Hope you will be able to help !
Thanks,
Catherine
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
3 years 5 months ago #147759
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic SEO questions
Hello Catherine
In Events Booking, we have code to set value for robots meta tag. However, the value is from the menu item parameters, so I don't know if the problem you are having here comes from Events Booking
To check this, you can try to edit the code in the file components/com_eventbooking/view/calendar/html.php , comment out this line of code:
Then check the page again. If it still contains wrong value for robots tag, then the issue comes from something else on your site
Regards,
Tuan
In Events Booking, we have code to set value for robots meta tag. However, the value is from the menu item parameters, so I don't know if the problem you are having here comes from Events Booking
To check this, you can try to edit the code in the file components/com_eventbooking/view/calendar/html.php , comment out this line of code:
Code:
$document->setMetaData('robots', $this->params->get('robots'));
Then check the page again. If it still contains wrong value for robots tag, then the issue comes from something else on your site
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.