Skip to content

Added no follow links as per SEO team suggestions#98

Merged
bharathk08 merged 1 commit into
mainfrom
dev
Nov 19, 2025
Merged

Added no follow links as per SEO team suggestions#98
bharathk08 merged 1 commit into
mainfrom
dev

Conversation

@bharathk08
Copy link
Copy Markdown
Collaborator

@bharathk08 bharathk08 commented Nov 19, 2025

Added no follow links as per SEO team suggestions

Summary by CodeRabbit

  • Documentation
    • Updated link formatting across test management documentation for improved consistency and readability.
    • Enhanced API reference and CI/CD integration guides with standardized link presentation.
    • Fixed minor typo corrections in integration documentation.

Added no follow links as per SEO team suggestions
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 19, 2025

Walkthrough

This pull request converts Markdown-style links to HTML anchor tags with rel="nofollow" attributes across multiple test management documentation files. The changes are purely presentational, updating link rendering across API reference, CI/CD integrations, and getting-started documentation without altering any underlying content or functionality.

Changes

Cohort / File(s) Summary
API Reference Documentation
src/pages/docs/test-management/api-reference/modules.md, src/pages/docs/test-management/api-reference/overview.md
Converted Markdown links to HTML anchor tags with rel="nofollow" in API module table and token reference.
CI/CD Integration Prerequisites
src/pages/docs/test-management/ci-cd-integrations/azure-devops.md, src/pages/docs/test-management/ci-cd-integrations/circleci.md, src/pages/docs/test-management/ci-cd-integrations/github.md, src/pages/docs/test-management/ci-cd-integrations/jenkins.md, src/pages/docs/test-management/ci-cd-integrations/travis-ci.md
Replaced hyperlinks in prerequisite sections with bold text and blockquote formatting; removed external link references.
Integration Documentation
src/pages/docs/test-management/integrations/figma.md, src/pages/docs/test-management/integrations/jira-two-way-integration/install-and-connect-testsigma.md
Converted Markdown links to HTML anchor tags with rel="nofollow"; updated code block URL formatting in Figma docs.
Getting Started & Navigation
src/pages/docs/test-management/introduction/getting-started.md, src/pages/docs/test-management/projects/project-settings.md, src/pages/docs/test-management/test-cases/folders.md
Replaced Markdown links in prerequisite and navigation sections with HTML anchor tags including rel="nofollow".
Atto Sprint Planner
src/pages/docs/test-management/atto/sprint-planner/manage-sprints.md
Converted WebHooks prerequisite link to HTML anchor tag and corrected typo in "Jira".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Changes are repetitive and follow a consistent pattern across all files (Markdown-to-HTML link conversion)
  • No logic, control flow, or semantic content changes
  • Primarily formatting and presentation updates with negligible functional impact
  • Minor typo correction in one file adds minimal complexity

Possibly related PRs

  • Idea 2303c #15: Modifies the same documentation files (e.g., folders.md), with overlapping changes to link markup and content structure.
  • Added new docs for Jira two-way integration #53: Adjusts link markup across the same documentation files (e.g., manage-sprints.md, CI/CD and integration docs), reflecting related documentation standardization efforts.

Suggested reviewers

  • Santhosh-testsigma

Poem

🐰 With whiskers twitching and a hop so bright,
We've converted all those links to HTML light!
No more Markdown, now anchors reign supreme,
With rel="nofollow" in every beam—
Our docs now sparkle, clean and tight! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Added no follow links as per SEO team suggestions' directly and clearly describes the main change across all modified files—converting links to use rel="nofollow" attributes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
src/pages/docs/test-management/api-reference/overview.md (1)

42-42: HTML anchor conversion looks good; consider more descriptive link text.

The HTML anchor with rel="nofollow" is properly formatted. For better accessibility, consider using more descriptive link text instead of "here" (e.g., "API settings page").

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between eb4a553 and 66452c3.

📒 Files selected for processing (13)
  • src/pages/docs/test-management/api-reference/modules.md (1 hunks)
  • src/pages/docs/test-management/api-reference/overview.md (1 hunks)
  • src/pages/docs/test-management/atto/sprint-planner/manage-sprints.md (1 hunks)
  • src/pages/docs/test-management/ci-cd-integrations/azure-devops.md (1 hunks)
  • src/pages/docs/test-management/ci-cd-integrations/circleci.md (1 hunks)
  • src/pages/docs/test-management/ci-cd-integrations/github.md (1 hunks)
  • src/pages/docs/test-management/ci-cd-integrations/jenkins.md (1 hunks)
  • src/pages/docs/test-management/ci-cd-integrations/travis-ci.md (1 hunks)
  • src/pages/docs/test-management/integrations/figma.md (1 hunks)
  • src/pages/docs/test-management/integrations/jira-two-way-integration/install-and-connect-testsigma.md (1 hunks)
  • src/pages/docs/test-management/introduction/getting-started.md (2 hunks)
  • src/pages/docs/test-management/projects/project-settings.md (1 hunks)
  • src/pages/docs/test-management/test-cases/folders.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
src/pages/docs/test-management/atto/sprint-planner/manage-sprints.md

50-50: Unordered list indentation
Expected: 0; Actual: 3

(MD007, ul-indent)


50-50: Multiple spaces after blockquote symbol

(MD027, no-multiple-space-blockquote)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: CI
🔇 Additional comments (11)
src/pages/docs/test-management/test-cases/folders.md (1)

42-42: HTML anchor conversion looks good.

The Markdown link has been properly converted to an HTML anchor with rel="nofollow". The syntax is correct and the link destination is preserved.

src/pages/docs/test-management/ci-cd-integrations/circleci.md (1)

41-41: Prerequisite link removed and replaced with bold text.

The CircleCI account prerequisite link has been removed and formatted as bold text instead. Since this is just stating a requirement rather than a critical navigation link, this change has minimal impact on user experience.

src/pages/docs/test-management/ci-cd-integrations/azure-devops.md (1)

38-38: Prerequisite formatting aligned with CI/CD integration pattern.

Consistent with other CI/CD integration files—the Azure DevOps prerequisite link is replaced with bold text. No functional impact.

src/pages/docs/test-management/integrations/jira-two-way-integration/install-and-connect-testsigma.md (1)

41-41: External link properly converted with nofollow attribute.

The Atlassian Marketplace link has been correctly converted to an HTML anchor with rel="nofollow", which is appropriate for external links per SEO best practices. Syntax is correct.

src/pages/docs/test-management/ci-cd-integrations/travis-ci.md (1)

41-41: Prerequisite formatting consistent across CI/CD integrations.

The Travis CI prerequisite link is replaced with bold text, matching the pattern in other CI/CD integration files. No functional impact.

src/pages/docs/test-management/projects/project-settings.md (1)

46-46: Internal link converted to HTML anchor with nofollow.

The "Manage Projects" link has been converted to an HTML anchor with rel="nofollow". Syntax is correct and the link destination is preserved.

src/pages/docs/test-management/ci-cd-integrations/jenkins.md (1)

41-41: Prerequisite formatting aligned with other CI/CD files.

The Jenkins prerequisite link is replaced with bold text, consistent with the CI/CD integration pattern. No functional impact.

src/pages/docs/test-management/integrations/figma.md (1)

63-64: External Figma URL properly converted with nofollow.

The Figma team URL has been correctly converted to an HTML anchor with rel="nofollow" within the blockquote context. The syntax is correct and both the link text and destination are properly preserved.

src/pages/docs/test-management/ci-cd-integrations/github.md (1)

38-38: Verify link removal vs. conversion approach.

Line 38 removes the GitHub link reference but retains bold text formatting. Clarify whether this removal is intentional or if the link should have been converted to an HTML anchor with rel="nofollow" for consistency with other files in this PR.

src/pages/docs/test-management/api-reference/modules.md (1)

42-85: Comprehensive link conversion in API modules table is well-executed.

All 44 links in the API Modules table have been consistently converted to HTML anchors with rel="nofollow". The HTML syntax is correct, and the external Postman documentation URLs are properly referenced. The formatting is uniform across all modules and operations.

src/pages/docs/test-management/introduction/getting-started.md (1)

31-31: HTML anchor conversions in getting-started.md are well-executed.

All three links (prerequisites signup, login page, and sign-up link in steps) have been correctly converted to HTML anchors with rel="nofollow". The formatting is consistent and the URLs are appropriate for the getting-started context. No issues identified.

Also applies to: 48-48, 50-50

> - The project is connected to a Jira project.
> - You have **Admin Access** in Jira to authorize the initial integration with Test Management by Testsigma.
> - You know how to create **WebHooks in Jir**a to enable real-time sync between Jira and Test Management by Testsigma. For more information, see [Creating WebHooks in Jira](https://developer.atlassian.com/server/jira/platform/webhooks/).
> - You know how to create **WebHooks in Jira** to enable real-time sync between Jira and Test Management by Testsigma. For more information, see <a href="https://developer.atlassian.com/server/jira/platform/webhooks/" rel="nofollow">Creating WebHooks in Jira</a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix markdown linting issues in prerequisites blockquote.

Static analysis flags indentation (MD007) and blockquote spacing (MD027) issues at line 50. The unordered list within the blockquote needs proper alignment—expected 0 indentation but found 3 spaces. Additionally, there are multiple spaces after the blockquote symbol which violates markdown formatting conventions.

Apply this diff to fix the markdown formatting:

> ## **Prerequisites**
>
> Before you begin, ensure:
>    - You have a project created in Test Management by Testsigma.
>    - The project is connected to a Jira project.
>    - You have **Admin Access** in Jira to authorize the initial integration with Test Management by Testsigma.
-~>    - You know how to create **WebHooks in Jira** to enable real-time sync between Jira and Test Management by Testsigma. For more information, see <a href="https://developer.atlassian.com/server/jira/platform/webhooks/" rel="nofollow">Creating WebHooks in Jira</a>
+>    - You know how to create **WebHooks in Jira** to enable real-time sync between Jira and Test Management by Testsigma. For more information, see <a href="https://developer.atlassian.com/server/jira/platform/webhooks/" rel="nofollow">Creating WebHooks in Jira</a>.

Also, note the typo correction from "Jir a" to "Jira" is appreciated.

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

50-50: Unordered list indentation
Expected: 0; Actual: 3

(MD007, ul-indent)


50-50: Multiple spaces after blockquote symbol

(MD027, no-multiple-space-blockquote)

🤖 Prompt for AI Agents
In src/pages/docs/test-management/atto/sprint-planner/manage-sprints.md around
line 50, the prerequisites blockquote has incorrect indentation and extra spaces
after the '>' causing MD007 and MD027 lint errors; remove the three-space
indentation before the list item so the unordered list is flush with the
blockquote marker (no leading spaces), ensure there is exactly one space after
the '>' and that list markers start at column 1 of the blockquote, and verify
the product name is spelled "Jira".

@bharathk08 bharathk08 merged commit 0afd29a into main Nov 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants