Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Appending a code at the end of a URL
-
Hi All,
Some real estate/ news companies have a code appended to the end of a URL
https://www.realestate.com.au/property-house-qld-ormiston-141747584
Can I ask if there's any negative SEO implications for doing this?
Cheers
Dave
-
@Kateparish said in Appending a code at the end of a URL:
Appending a code to the end of a URL is called a URL parameter
This is not the case in these examples!! Parameters are mostly added using a "?" - for example: domainname .com/widgets?sessionID=32764 or example .com?category=widgets
In the example from Dave the code (-141747584) is part of the Permalink. It is not a parameter.
So the question remains: does having a permalink with some unique identifier integrated impact SEO in a negative way?? (assuming this page / permalink is a unique page on the website)
-
@Redooo Using a code at the end of a URL is a common practice to track the traffic source and provide analytics to website owners. It should not have negative SEO implications, as long as the code is not used to manipulate search engine rankings. However, ensure that the URLs with codes are canonicalized to their non-coded versions to avoid duplicate content issues. Use a consistent URL structure across the website for better user experience and SEO performance.
-
@Redooo Appending a code to the end of a URL is called a URL parameter, and it is a common practice in website development to pass information from one page to another. In the case of real estate or news companies, the code appended to the end of the URL likely identifies a specific property or article.
Using URL parameters does not inherently have negative SEO implications. However, if used incorrectly or excessively, they can cause issues for search engines trying to crawl and index your website.
For example, if multiple versions of the same page have different URL parameters, search engines may see them as duplicate content and penalize your website. Additionally, if the URL parameters do not provide valuable information to users or search engines, it may be considered "thin content," which can also harm your SEO.
It's important to use URL parameters judiciously and ensure they provide valuable information to users and search engines. If you need clarification about the SEO implications of using URL parameters on your website, it may be worth consulting with an experienced SEO professional.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Unsolved How can I shorten a url?
I've got way too many long url's but I have no idea how to shorten them?
Getting Started | | laurentjb0 -
Unsolved Website with no backlinks and a DA of 1 ranks first. Why?
https://www.realestatephotos.melbourne does not have any backlinks and has a DA of 1.
Keyword Explorer | | garrypat
This site ranks first for keywords - real estate photography melbourne and property photography melbourne.
Not sure why.
URL contains keywords and site is ok. But other sites with many links and higher DA rank lower. Why? Garry1 -
site speed
i use mid-quality pic and... but my site speed is low
On-Page Optimization | | zlbvasgabc
any suggestion?
my site is:
https://bandolini.ir/0 -
Unsolved I have lost SEO Ranking while removing www from domain
I have lost search SEO ranking for 4-6 core keywords while removing www from domain switch.
On-Page Optimization | | velomate
Referring domain: https://cashforscrapcarsydney.com.au/ Earlier the domain was in the format: https://www.cashforscrapcarsydney.com.au/ But when I checked the search result, search engines had not yet crawled to the new format. Let me know if the server change or any algorithm hit might cause it. Also please share the feedback on - does removing www from the domain losses keyword ranking. Helpful replies are needed.0 -
How do I deindex url parameters
Google indexed a bunch of our URL parameters. I'm worried about duplicate content. I used the URL parameter tool in webmaster to set it so future parameters don't get indexed. What can I do to remove the ones that have already been indexed? For example, Site.com/products and site.com/products?campaign=email have both been indexed as separate pages even though they are the same page. If I use a no index I'm worried about de indexing the product page. What can I do to just deindexed the URL parameter version? Thank you!
Technical SEO | | BT20090 -
Removing Redirected URLs from XML Sitemap
If I'm updating a URL and 301 redirecting the old URL to the new URL, Google recommends I remove the old URL from our XML sitemap and add the new URL. That makes sense. However, can anyone speak to how Google transfers the ranking value (link value) from the old URL to the new URL? My suspicion is this happens outside the sitemap. If Google already has the old URL indexed, the next time it crawls that URL, Googlebot discovers the 301 redirect and that starts the process of URL value transfer. I guess my question revolves around whether removing the old URL (or the timing of the removal) from the sitemap can impact Googlebot's transfer of the old URL value to the new URL.
Technical SEO | | RyanOD0 -
Approved Word Separators in URLs
Hi There, We are in the process of revamping our URL structure and my devs tell me they have a technical problem using a hyphen as a word separator. There's a whole lot of competing recommendations out there and at this point I'm just confused. Does anyone have any idea what character would be next-best to the hyphen for separating words in a URL? Any reason to prefer one over another? Some links I've found discussing the topic: This page says that "__Google has confirmed that the point (.), the comma (,) and the hyphen (-) are valid word separators in URL’s.": http://www.internetofficer.com/seo/google-word-separator/ This page suggests the plus (+) symbol would be best: http://labs.phurix.net/posts/word-separators-in-urls This guy says he's tested and there's a whole bunch of symbols that will work as word separators: http://www.webproguide.com/articles/Symbols-as-word-separators-a-look-inside-the-search-engine-logic/ I'm leaning towards the tilde (~) or the plus (+) sign. Usage would be like so: http://www.domain.com/shop/sterling~silver OR /shop/sterling+silver etc... Thanks in advance for your help!
Technical SEO | | Richline_Digital1 -
Duplicate canonical URLs in WordPress
Hi everyone, I'm driving myself insane trying to figure this one out and am hoping someone has more technical chops than I do. Here's the situation... I'm getting duplicate canonical tags on my pages and posts, one is inside of the WordPress SEO (plugin) commented section, and the other is elsewhere in the header. I am running the latest version of WordPress 3.1.3 and the Genesis framework. After doing some testing and adding the following filters to my functions.php: <code>remove_action('wp_head', 'genesis_canonical'); remove_action('wp_head', 'rel_canonical');</code> ... what I get is this: With the plugin active + NO "remove action" - duplicate canonical tags
Technical SEO | | robertdempsey
With the plugin disabled + NO "remove action" - a single canonical tag
With the plugin disabled + A "remove action" - no canonical tag I have tried using only one of these remove_actions at a time, and then combining them both. Regardless, as long as I have the plugin active I get duplicate canonical tags. Is this a bug in the plugin, perhaps somehow enabling the canonical functionality of WordPress? Thanks for your help everyone. Robert Dempsey0