Webflow gives you considerable control over technical SEO, but that flexibility creates a responsibility that is easy to underestimate. A redirect pointing to the wrong page, a canonical tag aimed at an outdated URL, or a robots.txt rule blocking an important resource can quietly reduce organic visibility. When several pages also target the same keyword, the result may be keyword cannibalisation and organic ranking dilution.
This guide explains how to manage Webflow SEO redirects, canonical tags and robots.txt while using content planning to prevent duplicate keyword targeting. It also shows how an SEO blog writer such as SEO Letters can support the research, content production and publishing workflow around your technical setup.
The important point is that technical fixes and content decisions need to work together. A perfect redirect will not solve a poor search intent map. A strong article will struggle if its canonical points somewhere else. The whole thing needs to be treated as one publishing system.
Why Webflow SEO settings affect keyword cannibalisation
Keyword cannibalisation occurs when multiple pages on the same website appear to target the same search query or closely related intent. Google may then struggle to decide which URL deserves visibility, especially when the pages contain similar information, overlapping headings and comparable internal link signals.
This can lead to:
- Two pages alternating in the search results.
- Important URLs disappearing from the first page.
- Backlinks being split between several similar pages.
- Lower click-through rates because the wrong page ranks.
- Organic ranking dilution across a topic cluster.
- Unclear conversion paths for visitors.
- Crawling and indexing resources being spent on low-value URLs.
In Webflow, the problem can become harder to diagnose when similar pages exist across different folders, CMS collections, landing page templates or old campaign URLs. A page may look unique to a person reviewing the site, yet still overlap heavily with another page from a search engine’s perspective.
That is where a keyword cannibalisation audit, search intent mapping and content overlap analysis become useful. The technical settings support the decision, but they do not make the decision for you.
A simple Webflow cannibalisation example
Imagine a Webflow agency has these three pages:
| URL | Primary target | Search intent | Potential issue |
|---|---|---|---|
/webflow-seo |
Webflow SEO | Commercial investigation | Broad service page |
/webflow-seo-guide |
Webflow SEO guide | Informational | May overlap with broad topic |
/webflow-seo-services |
Webflow SEO services | Commercial | Very close intent to service page |
The pages may all be legitimate. The difficulty comes from their signals. If each page uses “Webflow SEO” in the title, H1, URL, anchor text and opening paragraph, Google may see duplicate keyword targeting rather than a properly segmented content cluster.
You need to decide whether to:
- Keep all three pages and give each a distinct intent.
- Consolidate two pages into one stronger URL.
- Redirect an outdated or weaker page.
- Retain a page but change its target query and supporting content.
- Use a canonical only when the pages are substantially similar and consolidation is not practical.
Webflow redirects: protect authority when URLs change
A redirect tells browsers and search engines that a requested URL has moved to another location. In most SEO migrations, a 301 redirect is the standard permanent redirect. Webflow allows you to manage redirects through the project’s publishing settings, which makes the feature useful during site restructuring, CMS changes and content consolidation.
A redirect can prevent visitors from landing on a 404 page, but its SEO value goes beyond user experience. It helps search engines understand where the old page’s relevance and external signals should now be associated.
When to create a Webflow 301 redirect
Create a permanent redirect when:
- A page has moved to a new URL.
- A CMS collection slug has changed.
- You are consolidating two articles after a keyword cannibalisation audit.
- A product or service URL has been renamed.
- A legacy campaign page has a relevant replacement.
- An HTTP URL needs to resolve to HTTPS.
- A trailing slash or folder structure has changed.
- An old page has backlinks and a closely related successor.
The destination should satisfy the same or a closely related user intent. Redirecting an old “Webflow SEO audit” page to a generic homepage might technically remove the 404, but it does not provide a useful replacement. That can weaken the practical value of the redirect and create a poor experience.
How to add a redirect in Webflow
The exact interface can change as Webflow updates its dashboard, but the working process is generally:
- Open the relevant Webflow project.
- Go to the project settings.
- Open the hosting or publishing area.
- Locate the redirect management section.
- Enter the old path and the new destination path.
- Save the redirect.
- Publish the site.
- Test the old URL in a private browser window.
- Check the response with a crawler or header inspection tool.
- Update internal links so they point directly to the final destination.
Use relative paths where the platform supports them, such as /old-page and /new-page. This keeps the rule tied to the same domain and reduces accidental errors when working across staging and production environments.
Redirect chains and redirect loops
A redirect chain occurs when one URL redirects to a second URL, which then redirects to a third. For example:
/old-webflow-guide
↓
/webflow-seo-guide
↓
/technical-webflow-seo
This is untidy. It can slow down crawling, waste some link equity and make debugging harder. A cleaner rule is:
/old-webflow-guide
↓
/technical-webflow-seo
A redirect loop is more serious. It occurs when URLs point back to one another, so neither the browser nor the crawler can reach the final page.
Common causes include:
- An old redirect was left in place after a second migration.
- HTTP and HTTPS rules conflict.
- A CMS slug has been changed several times.
- Two teams created rules for the same URL.
- A redirect destination automatically resolves back to the source.
Run a redirect test after every major Webflow URL change. A spreadsheet is often enough for a small website. Larger sites benefit from a scheduled crawl that records status codes, redirect paths and final destinations.
Redirect decisions for cannibalised pages
A redirect should not be selected simply because one page has fewer visits. Traffic alone is not a reliable quality signal. Review the complete set of evidence:
| Evaluation area | Questions to ask |
|---|---|
| Organic clicks | Which URL attracts qualified search traffic? |
| Rankings | Which page ranks for the broadest relevant set of queries? |
| Backlinks | Which page has the stronger referring domain profile? |
| Conversions | Which page generates leads, sales or assisted conversions? |
| Search intent | Which URL best matches what users want? |
| Content quality | Which page offers greater depth and first-hand usefulness? |
| Internal links | Which URL is more deeply connected to the site structure? |
| Freshness | Does one page contain outdated information? |
A practical consolidation decision might look like this:
- Keep the stronger page as the primary URL.
- Move the best sections from the weaker page into it.
- Add or revise internal links.
- Create a 301 redirect from the weaker URL.
- Remove the old URL from XML sitemap references.
- Check that the destination has a self-referencing canonical.
- Monitor impressions and conversions after publication.
Do not redirect pages merely because they use similar words. Similar vocabulary is normal in a topic cluster. The issue is competing intent, substantial content overlap and unclear page hierarchy.
Canonical tags in Webflow: clarify the preferred URL
A canonical tag, usually written as rel="canonical", suggests which URL should be treated as the primary version of a page. It is a signal, not an absolute command. Search engines can choose a different canonical if other evidence points elsewhere.
Canonical tags are particularly useful when multiple URLs display the same or near-identical content. They can also help reduce confusion caused by tracking parameters, filter pages and duplicated CMS paths.
What a correct canonical should do
A canonical should generally:
- Use the full preferred URL.
- Use HTTPS when the site is secured with HTTPS.
- Point to the final, indexable version of the page.
- Match the URL used in internal links and XML sitemaps.
- Avoid redirecting to another URL.
- Avoid pointing to a blocked or noindex page.
- Be consistent with hreflang implementation on international sites.
- Use the correct domain and subdomain.
For a page at:
https://www.example.com/webflow-seo-guide
The canonical should normally be:
<link rel="canonical" href="https://www.example.com/webflow-seo-guide">
The URL needs to be accessible. A canonical that points to an old URL returning a 301 is a weak setup because search engines must process another instruction before reaching the intended page.
Self-referencing canonicals
A self-referencing canonical points to the current page itself. For example, the Webflow SEO guide would reference its own preferred URL.
This is often a sensible default for important indexable pages because it confirms the intended URL and helps establish consistency across the site. It does not prevent a page from being evaluated against other signals, but it removes one common source of uncertainty.
A self-referencing canonical becomes particularly important after:
- A domain migration.
- A change from non-secure HTTP to HTTPS.
- A CMS slug update.
- A change in folder structure.
- The removal of tracking parameters from internal links.
- A page consolidation project.
How to set a canonical in Webflow
Webflow provides page-level SEO settings, and CMS templates can include dynamic fields depending on the project setup. A typical workflow is:
- Open the page or CMS template settings.
- Locate the custom code or SEO settings area.
- Add the canonical URL in the appropriate head section.
- Use the final absolute URL.
- Publish the site.
- Inspect the live source code.
- Confirm that only the intended canonical is present.
- Test the URL with an SEO crawler.
For CMS pages, be careful with dynamic canonical values. A copied static canonical can cause every collection page to point to one article. That creates a severe indexing problem because the site is effectively telling search engines that many unique pages are duplicates.
Canonical tags and duplicate keyword targeting
Canonicals are not a shortcut for weak editorial planning. If two pages have different purposes, canonicalising one to the other may remove a useful page from consideration without solving the underlying content strategy problem.
Consider this example:
/webflow-redirectsexplains how to configure redirects./webflow-seo-migrationexplains a complete migration process.- Both mention redirects several times.
They share a topic, but the intent differs. A canonical from the migration guide to the redirects guide would be inappropriate if both pages provide unique value. A better approach may be to strengthen their introductions, clarify their titles, use distinct supporting queries and link between them.
Canonical versus 301 redirect
| Situation | Better option |
|---|---|
| Two URLs show essentially the same page and both need to remain accessible | Canonical may be appropriate |
| An old page has been permanently replaced | 301 redirect |
| A tracking parameter creates a duplicate URL | Canonical, plus clean internal links |
| A page is no longer needed | 301 redirect to a relevant replacement or return 410 where appropriate |
| Two articles overlap but serve different intents | Revise and differentiate |
| A print version duplicates the main article | Canonical to the main article |
| A page is blocked in robots.txt | Do not rely on canonical as the fix |
A canonical is a preference signal. A redirect changes the destination. That distinction matters when you are consolidating content after a cannibalisation review.
Robots.txt in Webflow: control crawling without blocking visibility
The robots.txt file provides instructions to compliant crawlers about which paths they may request. It does not guarantee de-indexing, and it does not replace authentication or access controls.
Webflow automatically generates a robots.txt file for hosted projects. You can usually customise its content through project settings, although available options and interface labels may vary. Always inspect the live file at:
https://www.example.com/robots.txt
What robots.txt should be used for
Robots.txt can help manage crawling of:
- Internal search result pages.
- Low-value filter combinations.
- Certain utility paths.
- Development or test folders that should not be crawled.
- Duplicate parameter patterns, where a precise rule is possible.
It should not be used casually on pages you want to rank. If an important page is blocked, Google may be unable to crawl its content, follow its links or reliably process its canonical directive.
Common robots.txt mistakes in Webflow
The most damaging errors are often simple:
User-agent: *
Disallow: /
This blocks the entire site for crawlers that follow the rule. It might be useful on a private staging environment, but it is disastrous on a live production domain.
Other errors include:
- Blocking
/blog/when the blog is a core organic acquisition channel. - Blocking CSS or JavaScript resources needed for rendering.
- Blocking a page and then expecting its noindex tag to be processed.
- Disallowing an entire CMS folder to hide a few low-value URLs.
- Leaving staging rules active after launch.
- Adding a sitemap URL that uses the wrong domain.
- Blocking image folders that support image search and page understanding.
A robots.txt rule is not a precise replacement for page-level indexing controls. If a page must not appear in search, a noindex directive is often more appropriate, provided the crawler can access the page and see that directive.
Robots.txt, noindex and canonical: how they differ
| Control | Main purpose | Crawler needs page access? | Best use |
|---|---|---|---|
| 301 redirect | Move users and signals to another URL | No, destination must be accessible | Permanent URL changes |
| Canonical | Suggest the preferred version among duplicates | Yes, normally | Near-duplicate URLs |
| Noindex | Request that a page is not included in search results | Yes | Thin, private or low-value indexable pages |
| Robots.txt disallow | Limit crawling of a path | No | Crawl management |
| 404 or 410 | Confirm that a resource is unavailable | No | Removed pages without a suitable replacement |
The key issue is that these controls are not interchangeable. Blocking a page in robots.txt prevents crawlers from reliably seeing a noindex tag or canonical tag on that page. This whole thing is frequently misconfigured during rushed migrations.
Building a keyword cannibalisation audit for a Webflow site
Technical configuration should follow a documented audit. Without that, you may redirect the wrong page or canonicalise the URL with the stronger business value.
Step 1: Export your indexable URL inventory
Create a list containing:
- URL.
- Page title.
- H1.
- Meta description.
- Content type.
- CMS collection.
- Target keyword.
- Organic clicks.
- Impressions.
- Average position.
- Conversions.
- Referring domains.
- Canonical URL.
- Indexability status.
- Last updated date.
You can collect much of this from Google Search Console, Google Analytics 4, a crawler and your Webflow CMS export. If the website has many pages, use a spreadsheet with filters or a database so similar URLs can be grouped quickly.
Step 2: Group pages by topic and query
Look for:
- Repeated primary keywords.
- Near-identical title tags.
- Similar H1 headings.
- Pages ranking for the same query.
- Different URLs receiving impressions for one important term.
- Articles that answer the same question from slightly different angles.
- Service pages and blog posts competing for commercial phrases.
This is the point at which an SEO Letters workflow can reduce manual work. SEO Letters can support keyword research, content clustering and structured article production, giving you a repeatable way to map a topic before new pages are created.
Step 3: Perform search intent mapping
For each page, define the intended user need:
| Intent category | User expectation | Suitable Webflow page |
|---|---|---|
| Informational | Understand a subject or solve a problem | Blog article or guide |
| Commercial investigation | Compare options or assess providers | Comparison or solution page |
| Transactional | Take action, buy or request help | Service or product page |
| Navigational | Find a known brand or destination | Brand, location or category page |
| Local | Identify a nearby provider | Location or local service page |
Two pages targeting the same phrase may still be valid when the intent is different, but the distinction must be obvious. Titles, headings, opening sections, structured data, internal links and calls to action should all support that distinction.
Step 4: Score overlap and business value
A practical scoring model can make decisions less subjective:
| Metric | Score 1 | Score 3 | Score 5 |
|---|---|---|---|
| Intent match | Weak | Partial | Strong |
| Organic performance | Low | Moderate | Strong |
| Backlink authority | Minimal | Average | Strong |
| Conversion value | Low | Mixed | High |
| Content depth | Thin | Usable | Comprehensive |
| Freshness | Outdated | Acceptable | Current |
Add the scores for each competing page. The page with the highest combined value is not automatically the winner, but it gives you a defensible starting point. Review the data manually before making a redirect or canonical decision.
Step 5: Conduct content overlap analysis
Compare the pages section by section. Check:
- Similar introductions.
- Repeated definitions.
- Identical examples.
- Matching FAQ questions.
- Similar image alt text.
- Repeated anchor text.
- Overlapping title tags and meta descriptions.
- The proportion of shared wording.
- Whether both pages answer the same primary question.
A similarity percentage can be useful, but do not let an automated score decide everything. Two pages may use similar terms because they belong to the same subject area. What matters is whether they provide distinct value for different search intents.
Step 6: Choose an action
Use this decision framework:
- Keep and differentiate when both URLs have a clear purpose.
- Consolidate and redirect when one page is clearly weaker and the intent is substantially the same.
- Rewrite the target keyword when the page has a valuable role but is aimed at the wrong query.
- Use a canonical when duplicate versions must remain accessible.
- Noindex selectively when a page is useful to visitors but has little search value.
- Remove the page when there is no useful purpose or replacement.
Record the decision and the reason. Six months later, this information will save time when another editor asks why a URL was redirected.
Using an SEO blog writer without creating more cannibalisation
Automated content production can increase publishing speed. That is helpful only when the underlying strategy is controlled. If every new article is generated from a broad keyword with no cluster structure, your publication schedule may produce more overlap, not more authority.
SEO Letters is designed for the workflow between keyword selection and the live page. It can support keyword research, difficulty assessment, topical authority planning, competitor gap analysis, article generation, internal linking and direct publishing to Webflow-compatible destinations through available publishing workflows or webhooks.
A safer content production workflow
Use this process before commissioning or generating any new article:
-
Identify the parent topic.
Define the broader subject, such as Webflow technical SEO. -
List existing URLs.
Include pages that are live, redirected, unpublished or in draft form. -
Assign one primary intent to each URL.
Avoid giving several pages the same commercial or informational purpose. -
Create a keyword-to-URL map.
Each important query should have a preferred destination. -
Check the competitor gap.
Look for topics competitors cover that your site does not address, rather than copying their entire structure. -
Define supporting queries.
Use related terms such as Webflow canonical tags, Webflow 301 redirects and robots.txt configuration without turning every phrase into a separate article. -
Generate the brief.
Include the intended audience, page type, unique angle, internal links and conversion goal. -
Review the draft for overlap.
Compare it with existing pages before publication. -
Publish with controlled metadata.
Set the URL, title, canonical, schema and internal links correctly. -
Monitor performance.
Check query impressions, page-level clicks, conversions and ranking changes.
This gives your AI writing engine a defined role. It handles repeatable production tasks, while you retain control over strategy, evidence and final decisions.
A practical topic cluster for Webflow SEO
A controlled cluster might include:
- Webflow SEO technical setup.
- Webflow redirects and URL migrations.
- Webflow canonical tags.
- Webflow robots.txt.
- Webflow XML sitemaps.
- Webflow page speed optimisation.
- Webflow structured data.
- Webflow SEO audits for agencies.
Each page should answer a different question. The hub page can explain the overall technical setup and link to specialist guides. The specialist pages can link back to the hub and to each other where the relationship is genuinely useful.
Do not create one article for every minor variation of the same query. That is how content overlap grows quietly.
Internal linking and canonical consistency
Internal links tell search engines how your site is organised. They also influence which page appears to be the authoritative resource for a topic.
For a Webflow SEO cluster:
- Link the broad guide to the most important specialist pages.
- Use descriptive anchor text without repeating one phrase unnaturally.
- Link from older relevant articles to the chosen canonical page.
- Remove internal links to redirected URLs.
- Avoid sending most links to multiple competing pages.
- Check navigation menus, footer links and CMS references after a migration.
- Make sure breadcrumb links resolve directly to final URLs.
Suppose your preferred page is /webflow-canonical-tags. If 30 internal links still point to /webflow-seo-canonicals, which redirects to the preferred page, the site is sending mixed signals. Update those links. It is a small task, though on a large CMS it may require a systematic content search.
Webflow technical SEO quality-control checklist
Run this checklist before and after a URL change or content consolidation.
Redirect checks
- Old URLs return the intended 301 response.
- Redirects point directly to final destinations.
- No redirect loops exist.
- No chains longer than necessary remain.
- Internal links use the final URL.
- Redirect destinations match user intent.
- Important backlinks still resolve to relevant content.
Canonical checks
- Each important indexable page has the intended canonical.
- Canonicals use the correct protocol and domain.
- Canonicals do not point to 404, 3xx or blocked URLs.
- CMS templates generate unique canonical values.
- Duplicate parameter URLs resolve consistently.
- Canonical and sitemap URLs agree.
- The preferred page is internally linked.
Robots.txt checks
- The production site is not globally disallowed.
- Important blog, service and product folders are crawlable.
- CSS and JavaScript resources are not blocked without a clear reason.
- The sitemap reference is correct.
- Staging rules have not been carried into production.
- Disallowed paths are genuinely low-value or unnecessary to crawl.
- Noindex pages are crawlable if you expect the directive to be processed.
Content checks
- Every page has a defined primary intent.
- Similar pages have different roles.
- Titles and H1s are not duplicated without purpose.
- New content has been checked against existing URLs.
- Internal links reinforce the preferred page.
- Structured data matches the visible content.
- Calls to action support the page’s commercial role.
Example: consolidating competing Webflow SEO articles
A software company has these pages:
/blog/webflow-seo-tips/blog/webflow-seo-guide/resources/webflow-seo-checklist
The first two receive impressions for “Webflow SEO”, while the checklist ranks intermittently for “Webflow SEO checklist”. A content overlap analysis shows that the tips and guide share around half their sections, while the checklist has a separate downloadable asset.
The recommended action might be:
- Keep
/blog/webflow-seo-guideas the comprehensive informational resource. - Move the strongest practical tips from the tips article into the guide.
- Add a dedicated checklist section to the guide, while retaining the downloadable asset page.
- Redirect
/blog/webflow-seo-tipsto the guide. - Keep
/resources/webflow-seo-checklistbut revise its title and opening copy around the checklist intent. - Link from the guide to the checklist resource.
- Set a self-referencing canonical on both surviving URLs.
- Update the sitemap and internal links.
- Monitor ranking distribution for eight to twelve weeks.
This approach reduces duplication without deleting a useful asset. It also establishes a clear hierarchy between the guide and the checklist.
Metrics to monitor after technical changes
Do not judge the result from one ranking check. Rankings fluctuate, and a migration can take time to settle.
Track these metrics:
| KPI | What it can indicate |
|---|---|
| Impressions by query | Whether visibility is recovering or expanding |
| Clicks by URL | Which page is attracting search demand |
| Average position | Directional ranking movement |
| Indexed page count | Whether pages are being excluded unexpectedly |
| Coverage and indexing reports | Crawl or canonical issues |
| Organic conversions | Commercial value of the preferred page |
| 404 volume | Broken links or missed redirects |
| Crawl statistics | Changes in crawler activity |
| Referring domains | Whether authority reaches the correct URL |
| Engagement signals | Relevance and user satisfaction indicators |
Compare performance before and after the change using consistent date ranges. Separate brand and non-brand queries where possible. A page may lose impressions for a low-value phrase while gaining qualified clicks for a more commercially useful term.
Key takeaway
A successful Webflow SEO setup is not measured by how many redirects, canonical tags or robots.txt rules you add. It is measured by whether search engines can understand your preferred URLs, your content hierarchy and your user intent.
How SEO Letters supports a repeatable publishing operation
Technical SEO often fails at the content planning stage. A team publishes a new article because a keyword appears attractive, then discovers that an existing page already covers the same query. Months later, the site has a larger blog and a less coherent organic strategy.
SEO Letters can help you structure the process around:
- Keyword research and difficulty ratings.
- Topic clusters and topical authority plans.
- Competitor site-gap analysis.
- Search intent classification.
- Human-sounding article generation.
- Internal linking recommendations.
- Schema and image support.
- Multi-language content across 21 languages.
- Scheduled campaigns for regular publishing.
- Content refresh campaigns for existing pages.
- Product-aware articles for affiliate and ecommerce websites.
- Performance monitoring after publication.
Its autonomous campaign scheduler is especially relevant when you manage a content calendar across multiple Webflow projects or client sites. You can set a topic, cadence and destination, then use the system to move through research, drafting and publishing while you focus on approvals and strategic review.
You can also bring your own AI keys and route different stages to Gemini, OpenAI or Claude. That gives your team more control over model selection, operating costs and brand requirements.
When you should contact the rightbar
If your Webflow site has experienced a sudden ranking decline, a migration issue or growing keyword overlap, use the rightbar as the contact path for a focused review. Bring your URL inventory, recent changes, Search Console data and any redirect spreadsheet you already have.
You should consider an audit when:
- Several pages rank for the same target query.
- Organic clicks have fallen after a slug change.
- Google selects a different canonical from the one you specified.
- Important pages are marked as “Crawled, currently not indexed”.
- A new robots.txt rule was added before rankings dropped.
- Redirect chains have accumulated after multiple redesigns.
- Your blog has expanded without a keyword-to-URL map.
- Different writers or agencies publish similar articles.
- You are planning a Webflow migration or domain change.
A review should produce decisions, not just a list of warnings. The useful output is a prioritised action plan showing which URLs to keep, merge, redirect, rewrite, canonicalise or remove.
Final Webflow SEO action plan
Use the following sequence if you want to reduce ranking loss and prevent future cannibalisation:
- Crawl the live Webflow site and export all indexable URLs.
- Compare titles, H1s, target keywords and organic queries.
- Run a keyword cannibalisation audit using Search Console and ranking data.
- Complete search intent mapping for competing pages.
- Perform content overlap analysis before merging anything.
- Select one preferred URL for each major topic and commercial intent.
- Add direct 301 redirects for permanently replaced URLs.
- Remove redirect chains and update internal links.
- Apply accurate self-referencing canonicals to retained pages.
- Review robots.txt for accidental blocks.
- Check sitemap, schema and canonical consistency.
- Use SEO Letters as your SEO blog writer to plan new content against the existing URL map.
- Schedule content refreshes instead of producing overlapping new articles.
- Monitor clicks, impressions, indexing, conversions and crawl errors.
The central lesson is straightforward. Webflow’s technical SEO controls are powerful, but they need editorial discipline around them. Redirects manage URL change, canonicals clarify duplication and robots.txt manages crawling, while search intent mapping determines whether your content deserves separate pages at all.
If you’re publishing regularly and want to avoid the copy-paste grind of research, briefing, drafting, internal linking and scheduling, start building your publishing workflow with SEO Letters. It gives you the content intelligence and automation layer needed to support a cleaner Webflow SEO structure, safer keyword targeting and a more consistent path from keyword to published page.
Leave a Reply