Skip to content

Commit

Permalink
Merge branch 'master' into live-events
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 authored Jul 31, 2024
2 parents 0672625 + eb486d6 commit 6fb3b86
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 95 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.12.1",
"version": "1.12.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion sites/bizbash.com/config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const resources = [
{ href: '/on-demand/gathergeeks', label: 'Podcast' },
{ href: '/magazine/5b2a4e6c0305572b008b45ae', label: 'Magazine' },
{ href: '/events', label: 'Events' },
{ href: 'https://www.bizbashlive.com/11EEA', label: 'Awards', target: '_blank' },
{ href: 'https://www.bizbashlive.com/12EEA', label: 'Awards', target: '_blank' },
{ href: 'https://cloud.mail.bizbash.com/BizBashBuzz_Subscribe', label: 'Subscribe', target: '_blank' },
];

Expand Down
2 changes: 1 addition & 1 deletion sites/bizbash.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bizbash-media/bizbash.com",
"version": "1.12.1",
"version": "1.12.2",
"author": "Brian Miller <[email protected]>",
"repository": "https://github.com/parameter1/bizbash-media-websites/tree/master/sites/bizbash.com",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions sites/bizbash.com/server/public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ User-agent: *
Disallow: /__
Disallow: /print/content

User-agent: AhrefsBot
Crawl-Delay: 10

User-agent: DataForSeoBot
Crawl-Delay: 10

Sitemap: https://www.bizbash.com/sitemap.xml
Sitemap: https://www.bizbash.com/sitemap-google-news.xml
Loading

0 comments on commit 6fb3b86

Please sign in to comment.