Questions tagged [dynamic-url]

A dynamic URL is the URL (Uniform Resource Locator) of a Web page with content that depends on variable parameters that are provided to the server that delivers it.

Dynamic URLs are different from static URLs. The content on the Web page of static URLs does not change unless the Web programmer changes the page HTML code. The content of a Web page with a dynamic URL is generated from automated queries to the website's database.

The parameters of a URL can be entered manually by the user in the URL space itself, or they may be automatically obtained through an automatic query.

You can easily identify a dynamic URL through the presence of special characters or character strings. The following is a simple example for such a special characters string: & $ + = ? % cgi

162 questions
0
votes
2 answers

SEO: Making data and URLs retrieved from database, crawlable and indexable

I have an asp.net .aspx page(say fruits.aspx page) which lists all the fruits(apple, banana, mango etc) with a thumbnail, title and link which leads to each fruit's respective detail page. Now all this data is being retrieved from an XML with the…
Ross Cooper
  • 245
  • 2
  • 10
  • 20
0
votes
1 answer

Can a local page accept text value and open new tab at Internet URL with value as parameter?

An Internet site has URL like www.manyresultpages.net/cgi-bin/search.cgi?recnum=7777& Can I make my Dad a local static html page (for his PC) with one input field and a submit button, that will modify the above URL, replace "7777" with the input…
Paul
  • 245
  • 3
  • 14
0
votes
2 answers

What is best for SEO when using Ajax, Hash URL or Direct URL or Both?

I'm making a website based fully on Ajax, but i'm still doubting about my SEO. In my "a" tags href I put a Direct link to the content, but i don't redirect the user to it, instead i get the content by Ajax, then I change the Address bar with…
Hamada Mido
  • 383
  • 5
  • 14
0
votes
1 answer

Dynamic URLs + SEO

I have a website that generates dynamic urls for all content. It uses a function to show the content on index.php page and it's called by "action". So, if the user wants to signup, there is a signup function calling it. If the user want's to browse…
Genesis
  • 1,307
  • 2
  • 13
  • 21
-1
votes
1 answer

Laravel Shorten Url Package

Hi i will build referral website. So every user will have their unique link. the unique id store in User table. example: domainname.com/referral/A12CDKDDF so the route Route::get('/referral/{id}', 'IndexController@referral'); but i want to make it…
-1
votes
1 answer

How to rewrite URLs in PHP using .htaccess, I have tried it but it's not working?

can anyone please help me to rewrite url in php... http://localhost:81/cabnotels/Domestic-tours/tour.php?Delhi&india%27s-golden-triangle-tour&type=tour&id=19 This is the current URL and I want to rewrite…
pallavi-gope
  • 31
  • 1
  • 6
-1
votes
1 answer

how to crawl website having static url in python

I want to crawl a PHP based website it have a search box we can enter a number in that search box, it renders a the result against the entered number when we click submit button or hit enter but URL does not change. like its showing…
Mehar G
  • 41
  • 2
-1
votes
4 answers

Inserting search term into URL not working properly

I am doing a job for a promotional products company. Their products supplier gave me a code to add a search box to their website that searches their database of products and displays results. I altered it to fit my needs, but I'm having an issue…
Paul Ruocco
  • 462
  • 3
  • 18
-1
votes
1 answer

301 Redirect / Dynamic URL's & Search Results

Basically I have a website I am developing, it involves multiple search criteria and will display results based on the search criteria. The method I am using is as follows: The user will enter their desired search criteria Upon submit, the values…
-2
votes
2 answers

How to create dynamic url with logged in username in Angular 8

I have never done this before so that is why i have put this question here and need an explanation or an example blog that can tell me exactly how i can create a dynamic url like this demo.com/username. Currently my routes are working like this…
Ehsan Nissar
  • 643
  • 2
  • 13
  • 35
-3
votes
1 answer

URL rewriting Node js - dynamic URLs

This seems to be a Noob question, but still i dont know how to go about with this. Im using node js for my server side development and recently came across SEO friendly URLs. How do i rewrite the URLS which are something like…
Pavan
  • 79
  • 11
-5
votes
1 answer

Dynamic listview with dynamic URL and dynamic Text

Hi I having output like following But I need an output like the following image. Here I am having image URLs in an array list, so dynamically it will change image url and also some times some steps will not have images.
1 2 3
10
11